summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/maxwell_to_gl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-18renderer_opengl: Implement BlendEquation and BlendFunc.bunnei1-0/+64
2018-04-17MaxwellToGL: Implemented tex wrap mode 1 (Wrap, GL_REPEAT).Subv1-0/+2
2018-04-17MaxwellToGL: Added a TODO and partial implementation of maxwell wrap mode 4 (Clamp, GL_CLAMP).Subv1-0/+5
2018-04-17gl_rendering: Use NGLOG* for changed code.bunnei1-7/+8
2018-04-17gl_rasterizer: Implement indexed vertex mode.bunnei1-1/+15
2018-04-14maxwell_to_gl: Add a few types, etc.bunnei1-0/+10
2018-04-07GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL.Subv1-0/+23
2018-03-27gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL.bunnei1-0/+10
2018-03-27maxwel_to_gl: Fix string formatting in log statements.bunnei1-2/+2
2018-03-27maxwell_to_gl: Add module and function for decoding VertexType.bunnei1-0/+40