Henrik Rydgård
|
5e63f0700e
|
Get rid of the sync around curTickEst
|
2017-11-05 23:21:48 +01:00 |
|
Henrik Rydgård
|
4d9c571bf4
|
Delete the mutex in GPUCommon.
|
2017-11-05 23:21:47 +01:00 |
|
Henrik Rydgård
|
2c8fb0fbd1
|
Can't use the camera stuff on Android versions before 11. Fixes #10029.
|
2017-10-24 15:40:04 +02:00 |
|
Henrik Rydgård
|
b886efe8f5
|
Another minor cleanup (DescribeCodePtr)
|
2017-10-20 11:06:12 +02:00 |
|
Henrik Rydgård
|
4a30aedc53
|
Unify and move around code to cleanup some debug accessors
|
2017-10-18 13:10:05 +02:00 |
|
Henrik Rydgård
|
d53c88456a
|
Unify GetFramebufferList() (trivial)
|
2017-10-18 12:49:15 +02:00 |
|
Henrik Rydgård
|
22e65ba80d
|
Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11
|
2017-08-31 01:14:51 +02:00 |
|
Henrik Rydgård
|
319df97bc7
|
Buildfix for X86 Android
|
2017-08-17 15:48:52 +02:00 |
|
Henrik Rydgård
|
2c4e5e2303
|
Fastpath in fastrunloop when diff=0. Remove need for Execute for UV scale/offset.
|
2017-08-17 15:20:16 +02:00 |
|
Henrik Rydgård
|
c4ccf5b734
|
Simple micro-optimization in AdvanceVerts
|
2017-08-15 12:02:47 +02:00 |
|
Henrik Rydgard
|
56cd991833
|
All: Only recompute the vertex shader ID when dirty
|
2017-08-14 11:36:06 +02:00 |
|
Henrik Rydgard
|
712c36b98b
|
Dirty RASTER_STATE when switching between rect and non-rect primitives (culling)
|
2017-08-14 11:14:26 +02:00 |
|
Unknown W. Brackets
|
4a56e6ff83
|
GE Debugger: Fix recording in softgpu.
|
2017-06-04 10:38:58 -07:00 |
|
Unknown W. Brackets
|
fcfbe8cabb
|
GE Debugger: Fix matrix dumping.
Record wasn't seeing the commands to dump them.
|
2017-06-04 10:38:53 -07:00 |
|
Unknown W. Brackets
|
ea2c79d789
|
GPU: Add a debug method to grab list tick wait.
So that we can wait until then when doing test drawing.
|
2017-06-04 10:38:49 -07:00 |
|
Unknown W. Brackets
|
dca75437c3
|
GPU: Refactor common frame dumping code.
|
2017-06-03 15:29:07 -07:00 |
|
Henrik Rydgård
|
1faae8b6d6
|
Port some other minor changes over from #9255
|
2017-04-03 16:47:30 +02: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 Rydgard
|
b0bd7e3c6f
|
Minor changes for compatibility with VS2017
|
2017-03-12 17:33:00 +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
|
ef536ae54d
|
Move wasted checks in FastRunLoop() to Execute_TexLevel()
|
2017-02-15 01:02:50 +09:00 |
|
Henrik Rydgard
|
55aa879216
|
A lot of buildfixes
|
2017-02-06 16:16:43 +01:00 |
|
Henrik Rydgard
|
0d1d6f98e4
|
Pass in the DrawContext to all backends
|
2017-01-30 20:26:47 +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 Rydgard
|
c70265d7f2
|
Use table-driven dirtying instead of callbacks in GPU_GLES
|
2017-01-24 18:12:20 +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
|
ab9c1d4dc0
|
Centralize the spline/bezier/bbox execute functions into GPUCommon
|
2017-01-21 20:43:05 +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
|
f4b1152b00
|
Pick some safe changes from the android gradle branch (including windows CMake fixes)
|
2016-12-05 16:52:03 +01:00 |
|
Florent Castelli
|
70593d1004
|
android: Change preprocessor define to standard __ANDROID__
ANDROID is only standard to the old Makefile buildsystem, not the platform.
|
2016-10-12 11:14:09 +02:00 |
|
Unknown W. Brackets
|
e95b2cf0d5
|
Reduce some repetitive code.
|
2016-04-10 13:07:08 -07:00 |
|
Henrik Rydgard
|
35b6c7341b
|
Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT.
Few of these were serious, most were on-exit, but good to have a cleaner memory report after running.
|
2016-02-10 15:36:10 +01:00 |
|
Henrik Rydgard
|
94c91e199a
|
Minor GPU interface change needed for a WIP backend
|
2016-01-06 23:53:21 +01:00 |
|
Henrik Rydgård
|
25d2f4da9c
|
LLVM warning fixes
|
2015-10-14 22:18:43 +02:00 |
|
Henrik Rydgard
|
7f4e473e8c
|
Add new shader viewing tool
|
2015-10-14 18:10:21 +02:00 |
|
Henrik Rydgard
|
72ae497350
|
Remove glstate usage except in the GPU implementation. Prepare for moving it into PPSSPP.
|
2015-09-06 12:42:15 +02:00 |
|
Henrik Rydgard
|
b22850720d
|
Move the CheckGPUFeatures call to the Resize check
|
2015-09-06 00:13:46 +02:00 |
|