summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_decompiler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_shader_decompiler: Fix warnings with MarkAsUsed.bunnei2018-04-171-1/+2
* gl_shader_decompiler: Cleanup logging, updating to NGLOG_*.bunnei2018-04-171-24/+22
* gl_shader_decompiler: Implement several MUFU subops and abs_d.bunnei2018-04-171-7/+21
* gl_shader_decompiler: Fix swizzle in GetRegister.bunnei2018-04-171-1/+1
* gl_shader_decompiler: Implement FMUL/FADD/FFMA immediate instructions.bunnei2018-04-171-12/+39
* gl_shader_decompiler: Allow vertex position to be used in fragment shader.bunnei2018-04-171-15/+13
* gl_shader_decompiler: Implement IPA instruction.bunnei2018-04-171-0/+11
* gl_shader_decompiler: Add support for TEXS instruction.bunnei2018-04-171-7/+29
* gl_shader_decompiler: Use fragment output color for GPR 0-3.bunnei2018-04-171-0/+5
* gl_shader_decompiler: Partially implement MUFU.bunnei2018-04-171-2/+11
* GPU: Use the same buffer names in the generated GLSL and the buffer uploading code.Subv2018-04-151-3/+2
* shaders: Expose hints about used const buffers.bunnei2018-04-151-8/+32
* shaders: Address PR review feedback.bunnei2018-04-141-6/+8
* gl_shader_decompiler: Cleanup log statements.bunnei2018-04-141-15/+15
* shaders: Fix GCC and clang build issues.bunnei2018-04-141-1/+1
* gl_shader_decompiler: Implement negate, abs, etc. and lots of cleanup.bunnei2018-04-141-20/+57
* gl_shader_decompiler: Add shader stage hint.bunnei2018-04-141-4/+7
* gl_shader_decompiler: Basic impl. for very simple vertex shaders.bunnei2018-04-141-8/+307
* gl_shader_decompiler: Add skeleton code from Citra for shader analysis.bunnei2018-04-141-33/+134
* renderer_opengl: Logging, etc. cleanup.bunnei2018-03-271-1/+1
* renderer_gl: Port over gl_shader_decompiler module from Citra.bunnei2018-03-201-0/+58