Ryujinx/Ryujinx.Graphics/Gal/Shader
ReinUsesLisp 09dfefed1f Implementation of UBOs instead of uniform constant arrays (#186)
* Sort uniform binding to avoid possible failures in drivers fewer bindings

* Throw exception for Cbuf overflow

* Search for free bindings instead of using locked ones

* EnsureAllocated when binding buffers

* Fix uniform bindings

* Remove spaces

* Use 64 KiB UBOs when available

* Remove double colon

* Use IdentationStr and avoid division in Cbuf offset

* Add spaces
2018-06-26 02:10:54 -03:00
..
GlslDecl.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
GlslDecompiler.cs Implementation of UBOs instead of uniform constant arrays (#186) 2018-06-26 02:10:54 -03:00
GlslProgram.cs Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection 2018-05-17 15:25:42 -03:00
ShaderDecode.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderDecodeAlu.cs Fix 3 graphics related issues (#180) 2018-06-23 02:00:44 -03:00
ShaderDecodeFlow.cs Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) 2018-05-29 20:37:10 -03:00
ShaderDecodeHelper.cs Minor shader fixes 2018-06-12 09:26:49 -03:00
ShaderDecodeMem.cs Fix mistake on astc conversion, make some static methods that shouldn't be public private, remove old commmented out code 2018-06-02 11:44:52 -03:00
ShaderDecodeMove.cs Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection 2018-05-17 15:25:42 -03:00
ShaderDecoder.cs Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) 2018-05-29 20:37:10 -03:00
ShaderIrAsg.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrBlock.cs Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) 2018-05-29 20:37:10 -03:00
ShaderIrCmnt.cs Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection 2018-05-17 15:25:42 -03:00
ShaderIrCond.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderIrInst.cs Fix 3 graphics related issues (#180) 2018-06-23 02:00:44 -03:00
ShaderIrMeta.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderIrMetaTex.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderIrMetaTexq.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderIrNode.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrOp.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderIrOperAbuf.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrOperCbuf.cs Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection 2018-05-17 15:25:42 -03:00
ShaderIrOperGpr.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrOperImm.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrOperImmf.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderIrOperPred.cs Merge shader branch, adding support for GLSL decompilation, a macro 2018-04-08 16:41:38 -03:00
ShaderOpCodeTable.cs Some small gpu improvements and shader improvements, add support for ASTC 4x4 textures (slow!) 2018-06-02 00:50:56 -03:00
ShaderOper.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00
ShaderTexqInfo.cs [GPU] Add more shader instructions, add support for rgb565 textures 2018-04-10 16:50:32 -03:00