summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | glsl: Refactor Global memory functionsGravatar ameerj2021-07-222-71/+73
| * | | glsl: Increase NUM_VARS that can be allocatedGravatar ameerj2021-07-221-1/+1
| * | | glsl: Implement Load/WriteGlobalGravatar ameerj2021-07-229-98/+185
| * | | glsl: Implement ImagesGravatar ameerj2021-07-222-9/+74
| * | | glsl: skip gl_ViewportIndex write if device does not support itGravatar ameerj2021-07-225-8/+18
| * | | glsl: Implement transform feedbackGravatar ameerj2021-07-224-18/+76
| * | | glsl: Yet another gl_ViewportIndex fix attemptGravatar ameerj2021-07-221-3/+19
| * | | glsl: Add gl_ViewportIndex out attributeGravatar ameerj2021-07-221-1/+3
| * | | emit_glsl_context_get_set: Remove unused functionGravatar lat9nq2021-07-221-4/+0
| * | | glsl: Fix precise variable declarationGravatar ameerj2021-07-223-24/+25
| * | | glsl: Implement tessellation shadersGravatar ameerj2021-07-225-27/+146
| * | | glsl: Implement ImageGradient and other texture function variantsGravatar ameerj2021-07-222-32/+73
| * | | glsl: Fix atomic SSBO offsetsGravatar ameerj2021-07-224-67/+74
| * | | glsl: Implement geometry shadersGravatar ameerj2021-07-224-9/+62
| * | | glsl: Use NotImplemented macro with function name outputGravatar ameerj2021-07-2210-104/+103
| * | | glsl: Implement gl_ViewportIndexGravatar ameerj2021-07-223-5/+14
| * | | glsl: SHFL fix and prefer shift operations over divide in glsl shaderGravatar ameerj2021-07-225-63/+64
| * | | glsl: Implement precise fp variable allocationGravatar ameerj2021-07-224-8/+67
| * | | HACK glsl: Write defaults to unused generic attributesGravatar ameerj2021-07-222-2/+11
| * | | glsl: Fix ssbo indexing and name shadowing between shader stagesGravatar ameerj2021-07-223-77/+101
| * | | glsl: implement set clip distanceGravatar ameerj2021-07-222-0/+15
| * | | glsl: Rework var alloc to not assign unused resultsGravatar ameerj2021-07-229-49/+91
| * | | glsl: Rework variable allocator to allow for variable reuseGravatar ameerj2021-07-2214-353/+482
| * | | glsl: Fix ATOM and implement ATOMSGravatar ameerj2021-07-225-114/+136
| * | | glsl: Use gl_SubGroupInvocationARBGravatar ameerj2021-07-222-8/+7
| * | | glsl: Implement VOTE for subgroup size potentially largerGravatar ameerj2021-07-225-20/+43
| * | | glsl: Implement VOTEGravatar ameerj2021-07-224-50/+64
| * | | glsl: Implement ST{LS}Gravatar ameerj2021-07-226-69/+106
| * | | glsl: Implement more instructions used by SMOGravatar ameerj2021-07-221-3/+3
| * | | glsl: Implement more instructions used by SMOGravatar ameerj2021-07-225-10/+16
| * | | glsl: Fix GetAttribute return valuesGravatar ameerj2021-07-222-7/+9
| * | | glsl: minor cleanupGravatar ameerj2021-07-224-20/+19
| * | | glsl: Fix and implement rest of cbuf accessGravatar ameerj2021-07-221-7/+43
| * | | glsl: Implement TXQ and other misc changesGravatar ameerj2021-07-225-6/+36
| * | | glsl: TLD4 implementationGravatar ameerj2021-07-221-2/+89
| * | | glsl: Implement TLD instructionGravatar ameerj2021-07-221-1/+55
| * | | glsl: Implement TEXSGravatar ameerj2021-07-221-1/+29
| * | | glsl: Cleanup texture functionsGravatar ameerj2021-07-221-13/+11
| * | | shader_recompiler: GCC fixesGravatar lat9nq2021-07-2214-3/+13
| * | | glsl: Implement TEX depth functionsGravatar ameerj2021-07-222-4/+46
| * | | glsl: Implement TEX ImageSample functionsGravatar ameerj2021-07-223-11/+71
| * | | glsl: Rework Shuffle emit instructions to align with SPIR-VGravatar ameerj2021-07-221-19/+40
| * | | glsl: Better Storage access and wip warpsGravatar ameerj2021-07-228-62/+133
| * | | glsl: Fix integer conversions, implement clamp CCGravatar ameerj2021-07-222-27/+36
| * | | glsl: Implement IADD CCGravatar ameerj2021-07-222-2/+17
| * | | glsl: SSBO access fixes and wip SampleExplicitLod implementation.Gravatar ameerj2021-07-222-4/+19
| * | | glsl: WIP var forward declarationGravatar ameerj2021-07-226-49/+60
| * | | glsl: Fix bindings, add some CC opsGravatar ameerj2021-07-228-57/+91
| * | | glsl: remove unused headersGravatar ameerj2021-07-2214-34/+10
| * | | glsl: Implement derivatives and YDirectionGravatar ameerj2021-07-228-81/+87