Henrik Rydgard
|
068f2d3c71
|
Remove Execute_Generic in both D3D9 and Vulkan backends
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
c70265d7f2
|
Use table-driven dirtying instead of callbacks in GPU_GLES
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
e4cb44c243
|
Merge the texture flags into the dirty flags
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
c289a2c7bf
|
Split TextureChanged into two bools, so we can later convert to dirtyflags
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
7d60ec73be
|
Move framebufChanged into the dirty flag field
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
b423998c36
|
Move uniform dirty-flag to gstate_c, opening up for other uses.
|
2017-01-24 18:12:20 +01:00 |
|
Henrik Rydgard
|
0a3bb4a720
|
Vulkan: Increase size of per-frame descriptor pool, move uniform to right place
|
2017-01-24 18:11:48 +01:00 |
|
Henrik Rydgard
|
f111767315
|
Workaround the lack of support for software skinning in Vulkan
|
2017-01-23 22:06:30 +01:00 |
|
Henrik Rydgard
|
69267d4cd6
|
Minor optimizations
|
2017-01-23 21:14:27 +01:00 |
|
Henrik Rydgard
|
ae37df0a8c
|
Further centralization of EstimatePerVertexCost, now moved to GPUCommon
|
2017-01-23 21:11:39 +01:00 |
|
Henrik Rydgard
|
daf02f1de6
|
Centralize the matrix load functions, no need to duplicate them for each backend.
|
2017-01-23 21:11:39 +01:00 |
|
Henrik Rydgard
|
3c221a7ebd
|
Extract the dirty flag from the shader managers so code that dirties uniform flags can be shared.
|
2017-01-23 21:11:39 +01:00 |
|
Henrik Rydgard
|
bd4436c6eb
|
Centralize EstimatePerVertexCost and Execute_BlockTransferStart
|
2017-01-23 17:22:17 +01:00 |
|
Henrik Rydgard
|
d9acd27126
|
Rename GLES files to match the convention the other backends use.
|
2017-01-23 17:08:58 +01:00 |
|
xebra
|
de253a6aef
|
[spline/bezier]Revert #ab9c1d4 about spline/bezier.
|
2017-01-23 14:12:46 +01:00 |
|
Henrik Rydgard
|
ab9c1d4dc0
|
Centralize the spline/bezier/bbox execute functions into GPUCommon
|
2017-01-21 20:43:05 +01:00 |
|
Henrik Rydgård
|
f86b9f7900
|
Guess what? More renaming
|
2016-12-27 11:59:06 +01:00 |
|
Henrik Rydgård
|
463251908b
|
Rename things to closer match another project which I plan to share some code with
|
2016-12-27 11:59:02 +01:00 |
|
Henrik Rydgård
|
10393f5d4e
|
Move Thin3D into the Draw namespace.
|
2016-12-27 11:58:03 +01:00 |
|
Henrik Rydgard
|
dc5c0c0d2d
|
Centralize ProcessEvent
|
2016-12-21 20:02:05 +01:00 |
|
Henrik Rydgard
|
7634ff7f09
|
Centralize a few more functions, fix DX9
|
2016-12-21 18:51:19 +01:00 |
|
Henrik Rydgard
|
98ebf9ed6f
|
Centralize PerformStencil* and Invalidate* functions
|
2016-12-21 18:33:08 +01:00 |
|
Henrik Rydgard
|
866d4a645f
|
Centralize "PerformMemory*" functions
|
2016-12-21 18:26:06 +01:00 |
|
Henrik Rydgard
|
e15cba0e1b
|
Centralize "Resized()"
|
2016-12-21 18:13:58 +01:00 |
|
Henrik Rydgard
|
7e46a153c0
|
Centralize DoBlockTransfer between the GPUs.
Required adding a pointer to the framebuffer manager and texture cache in
GPUCommon, which took a little bit of refactoring.
|
2016-12-21 18:07:17 +01:00 |
|
Henrik Rydgard
|
9d7983eee8
|
Remove the ability to turn off prescaleUV entirely. It's simply better to do it in the vertex decoder.
|
2016-12-20 13:27:44 +01:00 |
|
Unknown W. Brackets
|
4d0c457ddc
|
Cleanup display vs. output screenshot terminology.
|
2016-09-25 16:35:43 -07:00 |
|
Unknown W. Brackets
|
fa0e88f1b7
|
Add a flag to use the display vfb for screenshots.
This fixes proportions of reporting, savestate screenshots, and TAS
recording for PS1 ports, mainly.
|
2016-09-25 16:32:18 -07:00 |
|
Unknown W. Brackets
|
92d930887f
|
Android: Add both a lost and restore phase.
Lost = delete, restore = create. Let's stick to never overlapping.
May help #8912.
|
2016-09-10 21:58:42 -07:00 |
|
Unknown W. Brackets
|
6151f8ef9f
|
Allow taking screenshots with a clamped size.
Sometimes 10x is a little on the big side.
|
2016-06-12 07:09:01 -07:00 |
|
Unknown W. Brackets
|
f08c873a4b
|
Save FBOs on decimate when they have a safe size.
Fixes #7695.
|
2016-05-19 21:23:22 -07:00 |
|
Unknown W. Brackets
|
99d29356d7
|
Track video addresses in texture cache.
|
2016-05-01 08:39:18 -07:00 |
|
Unknown W. Brackets
|
b1f0d4869c
|
Advance pointers after drawing splines.
Tests show this is just like beziers.
|
2016-04-10 17:12:48 -07:00 |
|
Unknown W. Brackets
|
d920ffdcad
|
Ignore upper bits of prim type.
This matches tests on what hardware does.
|
2016-04-10 13:11:55 -07:00 |
|
Unknown W. Brackets
|
e95b2cf0d5
|
Reduce some repetitive code.
|
2016-04-10 13:07:08 -07:00 |
|
Unknown W. Brackets
|
868bbb8ebe
|
Advance vertex/index pointers on bezier submit.
Just like other primitives.
|
2016-04-10 12:59:06 -07:00 |
|
Unknown W. Brackets
|
277b76e2ae
|
Treat GE_PATCHPRIM_UNKNOWN as points.
Confirmed by tests on hardware - although it's doubtful any games use
this type.
|
2016-04-10 11:58:15 -07:00 |
|
Unknown W. Brackets
|
1e0051a792
|
Add support for 32-bit indices.
Not clear how often these are used by games. Let's find out.
|
2016-04-10 02:24:58 -07:00 |
|
Henrik Rydgard
|
7cb6192005
|
Rename the TransformPipeline files to DrawEngine, and GLES_GPU to GPU_GLES
|
2016-04-10 10:31:42 +02:00 |
|
Henrik Rydgard
|
e611915a52
|
Rename some GPU classes and enums to fix some consistency issues between the backends.
|
2016-04-10 10:21:48 +02:00 |
|
Henrik Rydgard
|
727058fc27
|
Remove an entry from GPUStats that didn't really belong.
|
2016-04-02 11:06:05 +02:00 |
|
Henrik Rydgard
|
c1e9df0777
|
Adjust the displayed debug stats for each backend. Cleanup.
|
2016-03-31 10:23:40 +02:00 |
|
Henrik Rydgard
|
5ef608fa50
|
GPU stats: Have each backend format its own string.
|
2016-03-31 10:17:02 +02:00 |
|
Henrik Rydgard
|
8a39794c47
|
Revert "Enable the Unpack Subimage path on DX9 (maybe should just remove the check)"
This causes some breakage that need investigation.
This reverts commit 1970d38650 .
|
2016-03-22 23:56:55 +01:00 |
|
Unknown W. Brackets
|
add506a0d3
|
Cleanup differences in aniso handling.
Some places were not handling it as a power of two.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
1970d38650
|
Enable the Unpack Subimage path on DX9 (maybe should just remove the check)
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
b33e39788f
|
d3d9: Use thin3d for reporting info.
|
2016-02-13 10:53:28 -08:00 |
|
Unknown W. Brackets
|
095624867a
|
d3d9: Enable GPU info in D3D9 reporting.
|
2016-02-13 09:51:09 -08:00 |
|
Unknown W. Brackets
|
f1c06d25ea
|
Switch to old-style depth in OpenGL.
Some devices really aren't handling the new method well. There seem to be
accuracy problems when specifying the values to OpenGL.
|
2016-02-06 20:21:14 -08:00 |
|
Unknown W. Brackets
|
f9970dba94
|
d3d9: Respect per-pixel depth rounding.
Using the 16-bit depth range.
|
2016-01-20 22:11:01 -08:00 |
|