| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader_recompiler: Rename backend emit_context files | 2021-12-05 | 1 | -1585/+0 | |
| | | |||||
| * | vulkan: Fix rescaling push constant usage | 2021-11-16 | 1 | -29/+29 | |
| | | |||||
| * | shader: Properly scale image reads and add GL SPIR-V support | 2021-11-16 | 1 | -13/+52 | |
| | | | | | Thanks for everything! | ||||
| * | spirv: Implement rescaling patching | 2021-11-16 | 1 | -0/+35 | |
| | | |||||
| * | Simply legacy attribute implement | 2021-11-04 | 1 | -53/+95 | |
| | | |||||
| * | Support gl_FogFragCoord attribute | 2021-10-31 | 1 | -44/+41 | |
| | | |||||
| * | Support gl_BackSecondaryColor attribute | 2021-10-26 | 1 | -0/+16 | |
| | | |||||
| * | Support gl_FrontSecondaryColor attribute | 2021-10-26 | 1 | -0/+16 | |
| | | |||||
| * | Support gl_BackColor attribute | 2021-10-26 | 1 | -0/+16 | |
| | | |||||
| * | Detail adjustment | 2021-09-08 | 1 | -13/+14 | |
| | | |||||
| * | Detail adjustment | 2021-09-08 | 1 | -20/+27 | |
| | | |||||
| * | Re-implement get unused location | 2021-09-07 | 1 | -30/+30 | |
| | | |||||
| * | Move attribute related definitions to spirv anonymous namespace | 2021-09-07 | 1 | -2/+4 | |
| | | |||||
| * | Dynamic get unused location | 2021-09-06 | 1 | -27/+49 | |
| | | |||||
| * | Implement intput and output fixed fnc textures | 2021-09-06 | 1 | -14/+16 | |
| | | |||||
| * | Rename parameters | 2021-09-03 | 1 | -2/+2 | |
| | | |||||
| * | Fix create GraphicsPipelines crash | 2021-09-03 | 1 | -5/+5 | |
| | | |||||
| * | Add input/output location | 2021-09-02 | 1 | -5/+13 | |
| | | |||||
| * | Add colorfront and txtcoord support | 2021-09-01 | 1 | -0/+14 | |
| | | |||||
| * | shader: Ignore global memory ops on devices lacking int64 support | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | shader: GCC fmt 8.0.0 fixes | 2021-07-22 | 1 | -2/+3 | |
| | | |||||
| * | spirv: Fix code emission when descriptor aliasing is unsupported | 2021-07-22 | 1 | -1/+2 | |
| | | | | | Fixes OpenGL. | ||||
| * | shader: Rework varyings and implement passthrough geometry shaders | 2021-07-22 | 1 | -43/+54 | |
| | | | | | | | Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's. | ||||
| * | spirv: Properly handle devices without int8 and int16 | 2021-07-22 | 1 | -22/+30 | |
| | | |||||
| * | spirv: Handle small storage buffer loads on devices with no support | 2021-07-22 | 1 | -2/+2 | |
| | | |||||
| * | shader: Properly manage attributes not written from previous stages | 2021-07-22 | 1 | -0/+3 | |
| | | |||||
| * | spirv: Fix output generics with components | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | opengl: Declare fragment outputs even if they are not used | 2021-07-22 | 1 | -1/+1 | |
| | | | | | | | Fixes Ori and the Blind Forest's menu on GLASM. For some reason (probably high level optimizations) it is not sanitized on SPIR-V for OpenGL. Vulkan is unaffected by this change. | ||||
| * | shader: Split profile and runtime information in separate structs | 2021-07-22 | 1 | -12/+14 | |
| | | |||||
| * | glasm: Rework control flow introducing a syntax list | 2021-07-22 | 1 | -9/+0 | |
| | | | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow. | ||||
| * | glasm: Implement shuffle and vote instructions on GLASM | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | shader: Optimize NVN Fallthrough | 2021-07-22 | 1 | -0/+3 | |
| | | |||||
| * | shader: Implement Int32 SUATOM/SURED | 2021-07-22 | 1 | -0/+3 | |
| | | |||||
| * | spirv: Add int8 and int16 capabilities only when supported | 2021-07-22 | 1 | -2/+2 | |
| | | |||||
| * | spirv: Support OpenGL uniform buffers and change bindings | 2021-07-22 | 1 | -36/+66 | |
| | | |||||
| * | spirv: Desambiguate descriptor names | 2021-07-22 | 1 | -9/+37 | |
| | | | | | | Worksaround a bug on Nvidia's OpenGL SPIR-V compiler where names are used for name matching. | ||||
| * | shader: Implement indexed textures | 2021-07-22 | 1 | -31/+48 | |
| | | |||||
| * | shader: Add NVN storage buffer fallbacks | 2021-07-22 | 1 | -0/+77 | |
| | | | | | | | | When we can't track the SSBO origin of a global memory instruction, leave it as a global memory operation and assume these pointers are in the NVN storage buffer slots, then apply a linear search in the shader's runtime. | ||||
| * | spirv: Fix ViewportMask | 2021-07-22 | 1 | -1/+2 | |
| | | |||||
| * | spirv: Replace Constant/ConstantComposite with Const helper | 2021-07-22 | 1 | -35/+34 | |
| | | |||||
| * | shader: Implement SampleMask | 2021-07-22 | 1 | -1/+4 | |
| | | |||||
| * | shader: Implement PIXLD.MY_INDEX | 2021-07-22 | 1 | -0/+3 | |
| | | |||||
| * | spirv: Implement ViewportMask with NV_viewport_array2 | 2021-07-22 | 1 | -0/+4 | |
| | | |||||
| * | shader: Implement PrimitiveId | 2021-07-22 | 1 | -0/+3 | |
| | | |||||
| * | shader: Implement tessellation shaders, polygon mode and invocation id | 2021-07-22 | 1 | -42/+105 | |
| | | |||||
| * | spirv: Implement image buffers | 2021-07-22 | 1 | -21/+49 | |
| | | |||||
| * | spirv: Implement Layer stores | 2021-07-22 | 1 | -1/+8 | |
| | | |||||
| * | shader: Implement transform feedbacks and define file format | 2021-07-22 | 1 | -7/+47 | |
| | | |||||
| * | spirv: Rework storage buffers and shader memory | 2021-07-22 | 1 | -191/+249 | |
| | | |||||
| * | shader: Implement geometry shaders | 2021-07-22 | 1 | -7/+36 | |
| | | |||||