.. |
Common
|
Some safety checks to avoid bad combinations, probably not really needed in practice.
|
2022-07-31 10:43:48 +02:00 |
D3D11
|
Unify the GLES LoadTextureLevel with the D3D ones.
|
2022-07-30 19:07:21 +02:00 |
Debugger
|
Debugger: Track unchanged VRAM to avoid copy.
|
2022-02-20 13:51:40 -08:00 |
Directx9
|
Unify the GLES LoadTextureLevel with the D3D ones.
|
2022-07-30 19:07:21 +02:00 |
GLES
|
Unify the GLES LoadTextureLevel with the D3D ones.
|
2022-07-30 19:07:21 +02:00 |
Software
|
Split GetPointer into two versions, to help with const correctness
|
2022-07-24 13:26:19 +02:00 |
Vulkan
|
Some safety checks to avoid bad combinations, probably not really needed in practice.
|
2022-07-31 10:43:48 +02:00 |
ge_constants.h
|
Debugger: Track texture usage too.
|
2021-02-15 15:01:23 -08:00 |
GeConstants.cpp
|
Debugger: Track texture usage too.
|
2021-02-15 15:01:23 -08:00 |
GeDisasm.cpp
|
More Log.h cleanup.
|
2020-08-16 14:48:54 +02:00 |
GeDisasm.h
|
Slightly improve GPU disassembly
|
2014-09-13 23:51:07 +02:00 |
GPU.cpp
|
Switch: Avoid loading Vulkan.
|
2022-04-02 16:34:13 -07:00 |
GPU.h
|
Add GPU stat for number of depth copies per frame
|
2022-07-24 17:12:43 +02:00 |
GPU.vcxproj
|
Simplify CPU upscaling code
|
2022-07-30 15:06:25 +02:00 |
GPU.vcxproj.filters
|
Simplify CPU upscaling code
|
2022-07-30 15:06:25 +02:00 |
GPUCommon.cpp
|
Initial implementation of 3D texturing through equal-size mips (see #6357)
|
2022-07-31 10:43:47 +02:00 |
GPUCommon.h
|
Echochrome lines: Remove UV offsets, avoid reading the destination (much better codegen)
|
2022-06-11 11:22:29 +02:00 |
GPUInterface.h
|
GPU: Force texture invalidation for ZHP minimap.
|
2021-02-07 09:02:28 -08:00 |
GPUState.cpp
|
Global: Reduce includes of common headers.
|
2022-01-30 16:35:33 -08:00 |
GPUState.h
|
Implement new discovery of a larger CLUT than we thought, plus non-shared CLUTs for 8-bit indices.
|
2022-07-31 10:43:48 +02:00 |
Math3D.cpp
|
Take the absolute value when measuring pixel size for line expansion.
|
2022-06-11 00:03:40 +02:00 |
Math3D.h
|
Add ARM64_NEON compile arch flag
|
2022-06-25 07:29:20 +02:00 |