yuzu/src/shader_recompiler/backend/glasm
ReinUsesLisp ec6fc5fe78 glasm: Implement TEX and TEXS instructions
Remove lod clamp from texture instructions with lod, as this is not
needed (nor supported).
2021-07-22 21:51:31 -04:00
..
emit_context.cpp emit_glasm: Enable ARB_draw_buffers when needed 2021-07-22 21:51:31 -04:00
emit_context.h glasm: Implement shuffle and vote instructions on GLASM 2021-07-22 21:51:31 -04:00
emit_glasm.cpp glasm: Implement TEX and TEXS instructions 2021-07-22 21:51:31 -04:00
emit_glasm.h glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_atomic.cpp glasm: Implement Storage atomics 2021-07-22 21:51:31 -04:00
emit_glasm_barriers.cpp glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_bitwise_conversion.cpp glasm: Add conversion instructions to GLASM 2021-07-22 21:51:31 -04:00
emit_glasm_composite.cpp glasm: Review all GLASM insts to be aware of register aliasing 2021-07-22 21:51:31 -04:00
emit_glasm_context_get_set.cpp emit_glasm: Add support for reading position attributes 2021-07-22 21:51:31 -04:00
emit_glasm_control_flow.cpp glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_convert.cpp glasm: Add conversion instructions to GLASM 2021-07-22 21:51:31 -04:00
emit_glasm_floating_point.cpp glasm: Review all GLASM insts to be aware of register aliasing 2021-07-22 21:51:31 -04:00
emit_glasm_image.cpp glasm: Implement TEX and TEXS instructions 2021-07-22 21:51:31 -04:00
emit_glasm_image_atomic.cpp glasm: Initial (broken) implementation of TEX on GLASM 2021-07-22 21:51:31 -04:00
emit_glasm_instructions.h glasm: Implement TEX and TEXS instructions 2021-07-22 21:51:31 -04:00
emit_glasm_integer.cpp glasm: Write result to scalar on integer comparison instructions 2021-07-22 21:51:31 -04:00
emit_glasm_logical.cpp glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_memory.cpp glasm: Implement TEX and TEXS instructions 2021-07-22 21:51:31 -04:00
emit_glasm_not_implemented.cpp glasm: Initial (broken) implementation of TEX on GLASM 2021-07-22 21:51:31 -04:00
emit_glasm_select.cpp glasm: Review all GLASM insts to be aware of register aliasing 2021-07-22 21:51:31 -04:00
emit_glasm_shared_memory.cpp glasm: Implement rest of shared mem 2021-07-22 21:51:31 -04:00
emit_glasm_special.cpp glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_undefined.cpp glasm: Add GLASM backend infrastructure 2021-07-22 21:51:30 -04:00
emit_glasm_warp.cpp glasm: Implement derivative instructions on GLASM 2021-07-22 21:51:31 -04:00
reg_alloc.cpp glasm: Add Void type to GLASM values 2021-07-22 21:51:31 -04:00
reg_alloc.h glasm: Add Void type to GLASM values 2021-07-22 21:51:31 -04:00