Henrik Rydgard
|
3de4d67fdc
|
Unify the light parameter table entries
|
2017-03-14 13:26:53 +01:00 |
|
Henrik Rydgard
|
99711815b5
|
Unify some ignored command table entries
|
2017-03-14 13:25:52 +01:00 |
|
Henrik Rydgard
|
d9c19cc9ee
|
Unify matrix, dither and signal table entries
|
2017-03-14 13:24:35 +01:00 |
|
Henrik Rydgard
|
3f795799c9
|
Setup a global GPU command table, and start moving stuff into it.
|
2017-03-14 13:21:24 +01:00 |
|
Henrik Rydgård
|
90e0079c98
|
GE Debugger D3D11: Support displaying the current texture
|
2017-03-06 16:46:15 +01:00 |
|
Henrik Rydgard
|
26a2d42731
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
|
Henrik Rydgard
|
e8396b10f9
|
D3D11: Implement screenshots.
|
2017-02-18 00:43:02 +01:00 |
|
Henrik Rydgard
|
0e8aeaea3a
|
D3D11: Implement basic framebuffer readback.
Also make debug interfaces more consistent.
|
2017-02-18 00:07:49 +01:00 |
|
xebra
|
59fd5da438
|
Fix fake mipmap hacks.
|
2017-02-15 22:07:58 +09:00 |
|
xebra
|
7975addad0
|
Fix small issue.
|
2017-02-15 01:02:51 +09:00 |
|
xebra
|
ef536ae54d
|
Move wasted checks in FastRunLoop() to Execute_TexLevel()
|
2017-02-15 01:02:50 +09:00 |
|
Henrik Rydgård
|
f7717063a8
|
Assorted fixes for memory leaks etc
|
2017-02-10 14:41:32 +01:00 |
|
Henrik Rydgard
|
0d1d6f98e4
|
Pass in the DrawContext to all backends
|
2017-01-30 20:26:47 +01:00 |
|
Henrik Rydgård
|
14d2bf5989
|
Merge pull request #9136 from LunaMoo/ProjectionMatrixData
Limit Projection Matrix Data count to <= 16
|
2017-01-28 17:04:12 +01:00 |
|
Henrik Rydgard
|
182d87cc15
|
Minor cleanup in GPU dispatch tables
|
2017-01-28 12:11:56 +01:00 |
|
Henrik Rydgard
|
ab6bc4cb16
|
Restores a lost optimization from uv prescale - avoiding flushing. Should fix #9219.
Also #ifdef away some invalid-address checks in hot paths in the GPU.
|
2017-01-28 11:39:34 +01:00 |
|
Henrik Rydgard
|
52a4467a46
|
Disable the GPU mutex in single core mode. On some platforms it's expensive enough to show up in profiles even though it's useless.
|
2017-01-27 10:17:44 +01:00 |
|
Henrik Rydgård
|
6e49341b91
|
Workaround a shutdown crash by adding a sanity check .. which actually catches stuff. A bit worrying.
|
2017-01-26 08:43:26 +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 |
|
LunaMoo
|
c81dc7bd55
|
Limit Projection Matrix Data count to <= 16
|
2017-01-24 02:33:16 +01:00 |
|
Henrik Rydgard
|
f111767315
|
Workaround the lack of support for software skinning in Vulkan
|
2017-01-23 22:06:30 +01:00 |
|