summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | shader: Fix TMML queriesGravatar ReinUsesLisp2021-07-221-5/+9
| * | | | | shader: Fix FSwizzleAdd folding when going through phi nodesGravatar ReinUsesLisp2021-07-221-2/+2
| * | | | | shader/exception: Fix compilation errors on gccGravatar ReinUsesLisp2021-07-221-6/+6
| * | | | | glasm: Reduce reg allocation leaks from an exception to a logGravatar ReinUsesLisp2021-07-221-1/+1
| * | | | | texture_cache: Reduce invalid image/sampler error severityGravatar ReinUsesLisp2021-07-221-7/+7
| * | | | | shader: Handle host exceptionsGravatar ReinUsesLisp2021-07-228-45/+98
| * | | | | glasm: Use integer lod for TXQGravatar ReinUsesLisp2021-07-222-2/+2
| * | | | | glasm: Prepare XFB from state instead of global registersGravatar ReinUsesLisp2021-07-221-4/+2
| * | | | | glasm: Fix global memory fallbacksGravatar ReinUsesLisp2021-07-221-9/+10
| * | | | | Revert "glasm: Skip phi moves on undefined instructions"Gravatar ReinUsesLisp2021-07-222-16/+1
| * | | | | glasm: Remove unintentional '\n' on Undef32Gravatar ReinUsesLisp2021-07-221-1/+1
| * | | | | glasm: Use storage buffers instead of global memory when possibleGravatar ReinUsesLisp2021-07-2217-437/+503
| * | | | | glasm: Implement Y directionGravatar ReinUsesLisp2021-07-224-3/+9
| * | | | | glasm: Skip phi moves on undefined instructionsGravatar ReinUsesLisp2021-07-222-1/+16
| * | | | | glasm: Implement undef instructionsGravatar ReinUsesLisp2021-07-222-15/+15
| * | | | | glasm: Fix global memory callbacksGravatar ReinUsesLisp2021-07-221-5/+6
| * | | | | gl_shader_cache: Add disk shader cacheGravatar ReinUsesLisp2021-07-223-11/+116
| * | | | | video_core,shader: Clang-format fixesGravatar ReinUsesLisp2021-07-224-7/+12
| * | | | | gl_shader_cache: Rename Program abstractions into PipelineGravatar ReinUsesLisp2021-07-2210-104/+104
| * | | | | glasm: Release phi node registers after they are no longer neededGravatar ReinUsesLisp2021-07-222-38/+54
| * | | | | glasm: Remove unintentionally committed fmt::printsGravatar ReinUsesLisp2021-07-221-2/+0
| * | | | | glasm: Fix INeg32 on negative immediatesGravatar ReinUsesLisp2021-07-221-1/+5
| * | | | | glasm: Remove unnecessary value typesGravatar ReinUsesLisp2021-07-223-47/+6
| * | | | | glasm: Throw when there are register leaksGravatar ReinUsesLisp2021-07-222-0/+7
| * | | | | glasm: Catch more register leaksGravatar ReinUsesLisp2021-07-228-41/+114
| * | | | | glasm: Fix usage counting on phi nodesGravatar ReinUsesLisp2021-07-223-8/+22
| * | | | | gl_shader_cache: Do not flip tessellation on OpenGLGravatar ReinUsesLisp2021-07-221-2/+1
| * | | | | gl_graphics_program: Fix texture buffer bindingsGravatar ReinUsesLisp2021-07-221-24/+35
| * | | | | glasm: Implement global memory fallbacksGravatar ReinUsesLisp2021-07-222-50/+89
| * | | | | glasm: Implement int64 add and subtractGravatar ReinUsesLisp2021-07-222-8/+6
| * | | | | emit_glasm_context_get_set: Remove unused variableGravatar lat9nq2021-07-221-1/+0
| * | | | | glasm: Implement indirect attribute loadsGravatar ReinUsesLisp2021-07-224-6/+65
| * | | | | glasm: Implement image atomicsGravatar ReinUsesLisp2021-07-223-166/+153
| * | | | | glasm: Reorder unreachable image atomic instsGravatar ReinUsesLisp2021-07-221-66/+66
| * | | | | glasm: Implement gl_Layer storesGravatar ReinUsesLisp2021-07-221-0/+7
| * | | | | glasm: Implement SampleIdGravatar ReinUsesLisp2021-07-222-3/+3
| * | | | | glasm: Implement IsHelperInvocationGravatar ReinUsesLisp2021-07-222-3/+3
| * | | | | glasm: Fix EmitVertex's optimizationGravatar ReinUsesLisp2021-07-221-1/+1
| * | | | | gl_shader_cache: Conditionally use viewport maskGravatar ReinUsesLisp2021-07-221-1/+1
| * | | | | gl_shader_cache,glasm: Conditionally use typeless image reads extensionGravatar ReinUsesLisp2021-07-223-39/+43
| * | | | | gl_shader_cache: Improve GLASM error print logicGravatar ReinUsesLisp2021-07-221-7/+10
| * | | | | glasm: Implement forced early ZGravatar ReinUsesLisp2021-07-222-4/+8
| * | | | | glasm: Set transform feedback stateGravatar ReinUsesLisp2021-07-225-113/+132
| * | | | | video_core: Abstract transform feedback translation utilityGravatar ReinUsesLisp2021-07-226-111/+145
| * | | | | glasm: Simplify patch readsGravatar ReinUsesLisp2021-07-221-5/+2
| * | | | | glasm: Fix output patch readsGravatar ReinUsesLisp2021-07-222-13/+22
| * | | | | gl_shader_cache: Pass shader runtime informationGravatar ReinUsesLisp2021-07-221-2/+74
| * | | | | shader: Split profile and runtime information in separate structsGravatar ReinUsesLisp2021-07-2214-308/+300
| * | | | | emit_glasm_context_get_and_set.cpp: Add missing semicolonsGravatar ameerj2021-07-221-2/+2
| * | | | | glasm: Fix patch attribute declarationsGravatar ReinUsesLisp2021-07-221-1/+1