| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | shader: Fix TMML queries | 2021-07-22 | 1 | -5/+9 | ||
| | * | | | | | shader: Fix FSwizzleAdd folding when going through phi nodes | 2021-07-22 | 1 | -2/+2 | ||
| | * | | | | | shader/exception: Fix compilation errors on gcc | 2021-07-22 | 1 | -6/+6 | ||
| | * | | | | | glasm: Reduce reg allocation leaks from an exception to a log | 2021-07-22 | 1 | -1/+1 | ||
| | * | | | | | texture_cache: Reduce invalid image/sampler error severity | 2021-07-22 | 1 | -7/+7 | ||
| | * | | | | | shader: Handle host exceptions | 2021-07-22 | 8 | -45/+98 | ||
| | * | | | | | glasm: Use integer lod for TXQ | 2021-07-22 | 2 | -2/+2 | ||
| | * | | | | | glasm: Prepare XFB from state instead of global registers | 2021-07-22 | 1 | -4/+2 | ||
| | * | | | | | glasm: Fix global memory fallbacks | 2021-07-22 | 1 | -9/+10 | ||
| | * | | | | | Revert "glasm: Skip phi moves on undefined instructions" | 2021-07-22 | 2 | -16/+1 | ||
| | * | | | | | glasm: Remove unintentional '\n' on Undef32 | 2021-07-22 | 1 | -1/+1 | ||
| | * | | | | | glasm: Use storage buffers instead of global memory when possible | 2021-07-22 | 17 | -437/+503 | ||
| | * | | | | | glasm: Implement Y direction | 2021-07-22 | 4 | -3/+9 | ||
| | * | | | | | glasm: Skip phi moves on undefined instructions | 2021-07-22 | 2 | -1/+16 | ||
| | * | | | | | glasm: Implement undef instructions | 2021-07-22 | 2 | -15/+15 | ||
| | * | | | | | glasm: Fix global memory callbacks | 2021-07-22 | 1 | -5/+6 | ||
| | * | | | | | gl_shader_cache: Add disk shader cache | 2021-07-22 | 3 | -11/+116 | ||
| | * | | | | | video_core,shader: Clang-format fixes | 2021-07-22 | 4 | -7/+12 | ||
| | * | | | | | gl_shader_cache: Rename Program abstractions into Pipeline | 2021-07-22 | 10 | -104/+104 | ||
| | * | | | | | glasm: Release phi node registers after they are no longer needed | 2021-07-22 | 2 | -38/+54 | ||
| | * | | | | | glasm: Remove unintentionally committed fmt::prints | 2021-07-22 | 1 | -2/+0 | ||
| | * | | | | | glasm: Fix INeg32 on negative immediates | 2021-07-22 | 1 | -1/+5 | ||
| | * | | | | | glasm: Remove unnecessary value types | 2021-07-22 | 3 | -47/+6 | ||
| | * | | | | | glasm: Throw when there are register leaks | 2021-07-22 | 2 | -0/+7 | ||
| | * | | | | | glasm: Catch more register leaks | 2021-07-22 | 8 | -41/+114 | ||
| | * | | | | | glasm: Fix usage counting on phi nodes | 2021-07-22 | 3 | -8/+22 | ||
| | * | | | | | gl_shader_cache: Do not flip tessellation on OpenGL | 2021-07-22 | 1 | -2/+1 | ||
| | * | | | | | gl_graphics_program: Fix texture buffer bindings | 2021-07-22 | 1 | -24/+35 | ||
| | * | | | | | glasm: Implement global memory fallbacks | 2021-07-22 | 2 | -50/+89 | ||
| | * | | | | | glasm: Implement int64 add and subtract | 2021-07-22 | 2 | -8/+6 | ||
| | * | | | | | emit_glasm_context_get_set: Remove unused variable | 2021-07-22 | 1 | -1/+0 | ||
| | * | | | | | glasm: Implement indirect attribute loads | 2021-07-22 | 4 | -6/+65 | ||
| | * | | | | | glasm: Implement image atomics | 2021-07-22 | 3 | -166/+153 | ||
| | * | | | | | glasm: Reorder unreachable image atomic insts | 2021-07-22 | 1 | -66/+66 | ||
| | * | | | | | glasm: Implement gl_Layer stores | 2021-07-22 | 1 | -0/+7 | ||
| | * | | | | | glasm: Implement SampleId | 2021-07-22 | 2 | -3/+3 | ||
| | * | | | | | glasm: Implement IsHelperInvocation | 2021-07-22 | 2 | -3/+3 | ||
| | * | | | | | glasm: Fix EmitVertex's optimization | 2021-07-22 | 1 | -1/+1 | ||
| | * | | | | | gl_shader_cache: Conditionally use viewport mask | 2021-07-22 | 1 | -1/+1 | ||
| | * | | | | | gl_shader_cache,glasm: Conditionally use typeless image reads extension | 2021-07-22 | 3 | -39/+43 | ||
| | * | | | | | gl_shader_cache: Improve GLASM error print logic | 2021-07-22 | 1 | -7/+10 | ||
| | * | | | | | glasm: Implement forced early Z | 2021-07-22 | 2 | -4/+8 | ||
| | * | | | | | glasm: Set transform feedback state | 2021-07-22 | 5 | -113/+132 | ||
| | * | | | | | video_core: Abstract transform feedback translation utility | 2021-07-22 | 6 | -111/+145 | ||
| | * | | | | | glasm: Simplify patch reads | 2021-07-22 | 1 | -5/+2 | ||
| | * | | | | | glasm: Fix output patch reads | 2021-07-22 | 2 | -13/+22 | ||
| | * | | | | | gl_shader_cache: Pass shader runtime information | 2021-07-22 | 1 | -2/+74 | ||
| | * | | | | | shader: Split profile and runtime information in separate structs | 2021-07-22 | 14 | -308/+300 | ||
| | * | | | | | emit_glasm_context_get_and_set.cpp: Add missing semicolons | 2021-07-22 | 1 | -2/+2 | ||
| | * | | | | | glasm: Fix patch attribute declarations | 2021-07-22 | 1 | -1/+1 | ||