| Commit message (Expand) | Author | Files | Lines |
2021-11-16 | vulkan: Fix rescaling push constant usage | ameerj | 1 | -29/+29 |
2021-11-16 | shader: Properly scale image reads and add GL SPIR-V support | ReinUsesLisp | 1 | -13/+52 |
2021-11-16 | spirv: Implement rescaling patching | ReinUsesLisp | 1 | -0/+35 |
2021-11-04 | Simply legacy attribute implement | Feng Chen | 1 | -53/+95 |
2021-10-31 | Support gl_FogFragCoord attribute | vonchenplus | 1 | -44/+41 |
2021-10-26 | Support gl_BackSecondaryColor attribute | vonchenplus | 1 | -0/+16 |
2021-10-26 | Support gl_FrontSecondaryColor attribute | vonchenplus | 1 | -0/+16 |
2021-10-26 | Support gl_BackColor attribute | vonchenplus | 1 | -0/+16 |
2021-09-08 | Detail adjustment | Feng Chen | 1 | -13/+14 |
2021-09-08 | Detail adjustment | Feng Chen | 1 | -20/+27 |
2021-09-07 | Re-implement get unused location | Feng Chen | 1 | -30/+30 |
2021-09-07 | Move attribute related definitions to spirv anonymous namespace | Feng Chen | 1 | -2/+4 |
2021-09-06 | Dynamic get unused location | Feng Chen | 1 | -27/+49 |
2021-09-06 | Implement intput and output fixed fnc textures | Feng Chen | 1 | -14/+16 |
2021-09-03 | Rename parameters | Feng Chen | 1 | -2/+2 |
2021-09-03 | Fix create GraphicsPipelines crash | Feng Chen | 1 | -5/+5 |
2021-09-02 | Add input/output location | Feng Chen | 1 | -5/+13 |
2021-08-31 | Add colorfront and txtcoord support | Feng Chen | 1 | -0/+14 |
2021-07-23 | shader: Ignore global memory ops on devices lacking int64 support | ameerj | 1 | -1/+1 |
2021-07-23 | shader: GCC fmt 8.0.0 fixes | lat9nq | 1 | -2/+3 |
2021-07-23 | spirv: Fix code emission when descriptor aliasing is unsupported | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Rework varyings and implement passthrough geometry shaders | ReinUsesLisp | 1 | -43/+54 |
2021-07-23 | spirv: Properly handle devices without int8 and int16 | ReinUsesLisp | 1 | -22/+30 |
2021-07-23 | spirv: Handle small storage buffer loads on devices with no support | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Properly manage attributes not written from previous stages | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | spirv: Fix output generics with components | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | opengl: Declare fragment outputs even if they are not used | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Split profile and runtime information in separate structs | ReinUsesLisp | 1 | -12/+14 |
2021-07-23 | glasm: Rework control flow introducing a syntax list | ReinUsesLisp | 1 | -9/+0 |
2021-07-23 | glasm: Implement shuffle and vote instructions on GLASM | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Optimize NVN Fallthrough | FernandoS27 | 1 | -0/+3 |
2021-07-23 | shader: Implement Int32 SUATOM/SURED | ameerj | 1 | -0/+3 |
2021-07-23 | spirv: Add int8 and int16 capabilities only when supported | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | spirv: Support OpenGL uniform buffers and change bindings | ReinUsesLisp | 1 | -36/+66 |
2021-07-23 | spirv: Desambiguate descriptor names | ReinUsesLisp | 1 | -9/+37 |
2021-07-23 | shader: Implement indexed textures | ReinUsesLisp | 1 | -31/+48 |
2021-07-23 | shader: Add NVN storage buffer fallbacks | ReinUsesLisp | 1 | -0/+77 |
2021-07-23 | spirv: Fix ViewportMask | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Replace Constant/ConstantComposite with Const helper | ameerj | 1 | -35/+34 |
2021-07-23 | shader: Implement SampleMask | ReinUsesLisp | 1 | -1/+4 |
2021-07-23 | shader: Implement PIXLD.MY_INDEX | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | spirv: Implement ViewportMask with NV_viewport_array2 | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | shader: Implement PrimitiveId | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Implement tessellation shaders, polygon mode and invocation id | ReinUsesLisp | 1 | -42/+105 |
2021-07-23 | spirv: Implement image buffers | ReinUsesLisp | 1 | -21/+49 |
2021-07-23 | spirv: Implement Layer stores | ReinUsesLisp | 1 | -1/+8 |
2021-07-23 | shader: Implement transform feedbacks and define file format | ReinUsesLisp | 1 | -7/+47 |
2021-07-23 | spirv: Rework storage buffers and shader memory | ReinUsesLisp | 1 | -191/+249 |
2021-07-23 | shader: Implement geometry shaders | ReinUsesLisp | 1 | -7/+36 |
2021-07-23 | shader: Implement SR_THREAD_KILL | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Implement ATOM/S and RED | ameerj | 1 | -4/+154 |
2021-07-23 | shader: Implement SULD and SUST | ReinUsesLisp | 1 | -21/+76 |
2021-07-23 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 1 | -1/+3 |
2021-07-23 | shader: Interact texture buffers with buffer cache | ReinUsesLisp | 1 | -27/+27 |
2021-07-23 | shader: Implement texture buffers | ReinUsesLisp | 1 | -0/+29 |
2021-07-23 | shader: Address feedback | FernandoS27 | 1 | -20/+20 |
2021-07-23 | shader: Implement indexed Position and ClipDistances | FernandoS27 | 1 | -0/+40 |
2021-07-23 | shader: Implement indexed attributes | FernandoS27 | 1 | -0/+124 |
2021-07-23 | shader: Fix ShadowCube declaration type, set number of pipeline threads based on hardware | FernandoS27 | 1 | -1/+1 |
2021-07-23 | shader: Add subgroup masks | ReinUsesLisp | 1 | -1/+9 |
2021-07-23 | shader: Reimplement GetCbufU64 as GetCbufU32x2 | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Address Feedback | FernandoS27 | 1 | -1/+2 |
2021-07-23 | shader: Fix shared memory on cool drivers | FernandoS27 | 1 | -0/+1 |
2021-07-23 | shader: Implement ViewportIndex | FernandoS27 | 1 | -0/+6 |
2021-07-23 | shader: Fix dependency on identity removal pass | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | spirv: Remove unnecesary variable for clip distances | ReinUsesLisp | 1 | -4/+2 |
2021-07-23 | shader: Implement ClipDistance | FernandoS27 | 1 | -0/+9 |
2021-07-23 | shader,spirv: Implement ImageQueryLod. | FernandoS27 | 1 | -0/+1 |
2021-07-23 | spirv: Add fixed pipeline point size | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Add PointCoord attribute | FernandoS27 | 1 | -0/+3 |
2021-07-23 | shader: Add PointSize attribute | ameerj | 1 | -0/+6 |
2021-07-23 | shader: Implement FSWZADD | ameerj | 1 | -0/+8 |
2021-07-23 | shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available | ReinUsesLisp | 1 | -1/+114 |
2021-07-23 | shader: Better interpolation and disabled attributes support | ReinUsesLisp | 1 | -3/+26 |
2021-07-23 | shader: Implement front face | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Implement TXQ and fix FragDepth | ReinUsesLisp | 1 | -3/+5 |
2021-07-23 | shader: Refactor PTP and other minor changes | ReinUsesLisp | 1 | -11/+9 |
2021-07-23 | shader: Implement TLD4.PTP | FernandoS27 | 1 | -0/+1 |
2021-07-23 | shader: Implement FragDepth | FernandoS27 | 1 | -0/+6 |
2021-07-23 | shader: Implement SHFL | ameerj | 1 | -1/+2 |
2021-07-23 | shader: Implement NDC [-1, 1], attribute types and default varying initialization | ReinUsesLisp | 1 | -10/+25 |
2021-07-23 | shader: Implement VOTE | ameerj | 1 | -0/+4 |
2021-07-23 | spirv: Implement VertexId and InstanceId, refactor code | ReinUsesLisp | 1 | -80/+111 |
2021-07-23 | shader: Implement I2F | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | shader: Add partial rasterizer integration | ReinUsesLisp | 1 | -12/+52 |
2021-07-23 | shader: Implement DADD | ameerj | 1 | -0/+2 |
2021-07-23 | shader: Implement CAL inlining function calls | ReinUsesLisp | 1 | -4/+2 |
2021-07-23 | shader: Partial implementation of LDC | ReinUsesLisp | 1 | -15/+48 |
2021-07-23 | shader: Initial support for textures and TEX | ReinUsesLisp | 1 | -2/+67 |
2021-07-23 | spirv: Fixes and Intel specific workarounds | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 1 | -9/+20 |
2021-07-23 | shader: Primitive Vulkan integration | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | spirv: Initial bindings support | ReinUsesLisp | 1 | -0/+160 |