Fernando Sahmkow
|
115792158d
|
VideoCore: Implement DispatchIndirect
|
2023-08-27 04:26:22 +02:00 |
|
Liam
|
023b9b38cc
|
general: fix apple clang build
|
2023-08-09 22:38:37 -04:00 |
|
Kelebek1
|
6f7cb69c94
|
Use spans over guest memory where possible instead of copying data.
|
2023-07-02 23:09:48 +01:00 |
|
Morph
|
5a09fa5012
|
maxwell_dma: Specify dst_operand.pitch instead of a temp var
|
2023-06-30 21:49:59 -04:00 |
|
Kelebek1
|
ffbaf574ca
|
Use safe reads in DMA engine
|
2023-06-26 11:34:02 +01:00 |
|
Kelebek1
|
5da70f7197
|
Remove memory allocations in some hot paths
|
2023-06-22 08:05:10 +01:00 |
|
Feng Chen
|
b77a247e8c
|
video_core: drawtexture support upscale
|
2023-06-16 20:51:15 +08:00 |
|
bunnei
|
befd477279
|
android: video_core: Disable some problematic things on GPU Normal.
|
2023-06-03 00:06:00 -07:00 |
|
Kelebek1
|
bf08bc3c0f
|
Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.
|
2023-05-11 06:42:38 +01:00 |
|
Fernando Sahmkow
|
8014dd8259
|
Texture cache: Only force flush the dma downloads
|
2023-05-07 23:46:12 +02:00 |
|
Fernando Sahmkow
|
c6cac2ffaa
|
GPU: Add Reactive flushing
|
2023-05-07 23:46:12 +02:00 |
|
Fernando Sahmkow
|
56c9730a16
|
Maxwell3D: only update parameters on High
|
2023-04-29 00:18:21 +02:00 |
|
Fernando S
|
2311fa7c84
|
Merge pull request #10069 from liamwhite/log
maxwell_3d: fix out of bounds array access in size estimation
|
2023-04-24 12:36:24 +02:00 |
|
Liam
|
eb7c2314f6
|
maxwell_3d: fix out of bounds array access in size estimation
|
2023-04-22 10:35:26 -04:00 |
|
Kelebek1
|
4e14b64bfc
|
Account for a pre-added offset when using Corner sample mode for 2D blits
|
2023-04-21 19:08:21 +01:00 |
|
Feng Chen
|
ff2089fdf5
|
video_core: Keep the definition of DimensionControl consistent with nvidia open doc
|
2023-03-31 12:33:07 +08:00 |
|
liamwhite
|
638044820d
|
Merge pull request #9943 from vonchenplus/gentleman
video_core: Fix inline_index and draw_texture error
|
2023-03-13 13:45:17 -04:00 |
|
Liam
|
600f325d87
|
general: fix spelling mistakes
|
2023-03-12 11:33:01 -04:00 |
|
FengChen
|
4e42ba54e5
|
video_core: Invalid index_buffer flag when inline_index draw
|
2023-03-12 13:21:26 +08:00 |
|
Fernando Sahmkow
|
8a3411b417
|
Engines: Implement Accelerate DMA Texture.
|
2023-03-05 12:18:00 +01:00 |
|
bunnei
|
889bfce447
|
Merge pull request #9802 from Kelebek1/wait_data_cache
Re-add the invalidate_texture_data_cache register
|
2023-02-16 12:27:24 -08:00 |
|
Kelebek1
|
3b50906f00
|
Reimplement the invalidate_texture_data_cache register
|
2023-02-14 19:34:10 +00:00 |
|
arades79
|
683019878f
|
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
|
2023-02-14 12:35:39 -05:00 |
|
arades79
|
45e13b03f3
|
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
2023-02-14 12:33:11 -05:00 |
|
liamwhite
|
475370c8f8
|
Merge pull request #9556 from vonchenplus/draw_texture
video_core: Implement maxwell3d draw texture method
|
2023-01-19 14:58:53 -05:00 |
|
Kelebek1
|
5a106cf11e
|
Demote maxwell3d Firmware4 call log to debug
|
2023-01-18 01:59:11 +00:00 |
|
Feng Chen
|
9fc7ca1731
|
Address feedback
|
2023-01-16 10:27:57 +08:00 |
|
Fernando Sahmkow
|
b56ad93bbc
|
BufferBase: Don't ignore GPU pages.
|
2023-01-05 14:00:10 -05:00 |
|
Fernando Sahmkow
|
2d0c4f2b1d
|
Fermi2D: sync cache flushes
|
2023-01-05 06:43:28 -05:00 |
|
Fernando Sahmkow
|
6c7eb81f7d
|
video_core: Cache GPU internal writes.
|
2023-01-05 05:23:39 -05:00 |
|
Feng Chen
|
1e8cee2ddf
|
video_core: Implement maxwell3d draw texture method
|
2023-01-05 12:41:28 +08:00 |
|
Fernando Sahmkow
|
a0c697124c
|
Video_core: Address feedback
|
2023-01-04 14:39:42 -05:00 |
|
Fernando Sahmkow
|
b62ffb612d
|
Vulkan: rework stencil tracking.
|
2023-01-03 16:29:16 -05:00 |
|
Fernando Sahmkow
|
d09aa0182f
|
MacroHLE: Final cleanup and fixes.
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
581a7d785b
|
Rasterizer: Setup skeleton for Host Conditional rendering
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
d33251db93
|
Vulkan: Implement Dynamic State 3
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
f800e485c9
|
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
cb1497d0d7
|
DMAPusher: Improve collection of non executing methods
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
ce448ce770
|
Revert Buffer cache changes and setup additional macros.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
18637766ef
|
MacroHLE: Reduce massive calculations on sizing estimation.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
aad0cbf024
|
MacroHLE: Add HLE replacement for base vertex and base instance.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
93ac5a6a6d
|
MacroHLE: Add Index Buffer size estimation.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
c541559767
|
MacroHLE: Refactor MacroHLE system.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
0f89828073
|
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
a5a94f52ff
|
MacroHLE: Add MultidrawIndirect HLE Macro.
|
2023-01-01 16:43:57 -05:00 |
|
ameerj
|
c6590ad07b
|
scratch_buffer: Explicitly defing resize and resize_destructive functions
resize keeps previous data intact when the buffer grows
resize_destructive destroys the previous data when the buffer grows
|
2022-12-19 22:40:50 -05:00 |
|
ameerj
|
4bc2d82130
|
video_core: Add usages of ScratchBuffer
|
2022-12-19 18:08:04 -05:00 |
|
bunnei
|
da58eb6208
|
Merge pull request #9406 from vonchenplus/topology
video_core: Adjust topology update logic and Adjust Clear Manage
|
2022-12-12 14:37:06 -08:00 |
|
Salvage
|
0e265db873
|
Fix compilation error
|
2022-12-09 14:49:15 +01:00 |
|
FengChen
|
37014e9127
|
video_core: Add vertex_array_instance_* sbubbed called warning
|
2022-12-08 23:19:31 +08:00 |
|