kd-11
|
459a7ba5a2
|
rsx: Avoid using push_back/emplace_back on empty STL containers
- Reckless management of STL containers causes significant slowdown
- Also reorders vertex compare steps to fail quickly on simpler checks
|
2017-06-29 13:13:19 +03:00 |
|
kd-11
|
6a9eef0382
|
rsx/gl/vk: Enable use of native PCF shadows
|
2017-06-22 23:36:15 +03:00 |
|
kd-11
|
5430e1d310
|
rsx/gl/vk/dx12: Add emulated texture fetch for depth read (#2173)
* rsx/gl/vk/dx12: Add emulated texture fetch for depth read
gl/vk/dx12: Simplify reinterpretation equation
* gl: Remove unnecessary re-swizzle
* glsl: explicitly cast uint to float
|
2016-09-29 14:54:32 +08:00 |
|
Vincent Lejeune
|
837e06e85b
|
rsx/common/d3d12: Support non default alpha function
Fix After burner climax cloud effects.
|
2016-02-13 17:07:12 +01:00 |
|
Vincent Lejeune
|
f0dc38cadd
|
rsx/common/d3d12: Support back spec/diffuse color.
Fix green car in Outrun.
|
2016-02-08 17:35:52 +01:00 |
|
Vincent Lejeune
|
149fa9d750
|
rsx/common: Make RSXFragmentProgram key and not just pointer.
|
2016-01-27 23:16:06 +01:00 |
|
Vincent Lejeune
|
4ce4cf5242
|
rsx: Add vertex input and output in RSXVertexProgram.
|
2016-01-22 01:24:54 +01:00 |
|
Vincent Lejeune
|
bab52c132d
|
rsx/common/d3d12/gl: Clean ProgramStateCache
Use a_b_c format.
Use using =
Use tuple as output
Use RAII to delete program safely
Ensure const correctness.
|
2016-01-11 19:21:57 +01:00 |
|