X Tutup
Skip to content

Tags: HansKristian-Work/vkd3d-proton

Tags

v3.0b

Toggle v3.0b's commit message
vkd3d: Fix embarrasing regression in COPY_SOURCE barriers.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v3.0a

Toggle v3.0a's commit message
vkd3d: Actually use GENERAL for render targets with unified layout.

Oversight where render passes didn't use pick_layout() properly,
which leads to completely unnecessary barriers everywhere.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v3.0

Toggle v3.0's commit message
meta: Add changelog for 3.0.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.14.1

Toggle v2.14.1's commit message
meta: Add changelog for 2.14.1.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.14

Toggle v2.14's commit message
meta: Changelog for 2.14.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.13

Toggle v2.13's commit message
vkd3d: Print build commit using a fixed width format.

And use vkd3d_version to detect dirty tree builds.

Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>

v2.12

Toggle v2.12's commit message
vkd3d: Don't try to overtake the LL2 sleep cycle.

If the GPU queue is too deep, back off from trying to use latency
fences, and instead rely on low-latency sleeps to clean it up.

Avoids some questionable NV driver behavior where driver will not sleep
when we are also blocking on swapchain backpressure.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.11.1

Toggle v2.11.1's commit message
meta: Update version.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.11

Toggle v2.11's commit message
dxil-spirv: Update submodule.

Fixes validation error in MSAD output.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>

v2.10

Toggle v2.10's commit message
meta: Add CHANGELOG for 2.10.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
X Tutup