aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2018-07-22Merge pull request #769 from bunnei/shader-mask-fixesbunnei
2018-07-22gl_shader_decompiler: Remove redundant Subroutine construction in AddSubrouti...Lioncash
2018-07-22shader_bytecode: Implement other TEXS masks.bunnei
2018-07-22Merge pull request #767 from bunnei/shader-cleanupbunnei
2018-07-22gl_shader_decompiler: Remove unused state tracking and minor cleanup.bunnei
2018-07-22gl_shader_decompiler: Implement SEL instruction.bunnei
2018-07-21gl_rasterizer_cache: Blit surfaces on recreation instead of flush and load.bunnei
2018-07-21gl_rasterizer_cache: Use GPUVAddr as cache key, not parameter set.bunnei
2018-07-21gl_rasterizer_cache: Use zeta_width and zeta_height registers for depth buffer.bunnei
2018-07-21gl_rasterizer: Use zeta_enable register to enable depth buffer.bunnei
2018-07-21maxwell_3d: Add depth buffer enable, width, and height registers.bunnei
2018-07-21Merge pull request #748 from lioncash/namespacebunnei
2018-07-21Merge pull request #747 from lioncash/unimplementedbunnei
2018-07-20gl_shader_manager: Replace unimplemented function prototypeLioncash
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-07-20video_core: Use nested namespaces where applicableLioncash
2018-07-20Merge pull request #738 from lioncash/signbunnei
2018-07-20Merge pull request #735 from lioncash/video-unusedbunnei
2018-07-20Merge pull request #731 from lioncash/shadowbunnei
2018-07-20gl_state: Make references const where applicable in Apply()Lioncash
2018-07-20gl_state: Get rid of mismatched sign conversionsLioncash
2018-07-19maxwell_3d: Remove unused variable within GetStageTextures()Lioncash
2018-07-19gl_shader_decompiler: Eliminate variable and declaration shadowingLioncash
2018-07-19gl_shader_decompiler: Remove unnecessary const from return valuesLioncash
2018-07-18gl_state: Temporarily disable culling and depth test.bunnei
2018-07-18Merge pull request #687 from lioncash/instancebunnei
2018-07-18decoders: Fix calc of swizzle image_width_in_gobs.bunnei
2018-07-18core: Don't construct instance of Core::System, just to access its live instanceLioncash
2018-07-17Merge pull request #678 from lioncash/astcbunnei
2018-07-17astc: Initialize vector size directly in DecompressLioncash
2018-07-17astc: Mark functions as internally linked where applicableLioncash
2018-07-17astc: const-correctness changes where applicableLioncash
2018-07-17astc: Delete Bits' copy contstructor and assignment operatorLioncash
2018-07-17astc: In-class initialize member variables where appropriateLioncash
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-17GPU: Added register definitions for the stencil parameters.Subv
2018-07-15gl_rasterizer_cache: Implement texture format G8R8.bunnei
2018-07-14Merge pull request #665 from bunnei/fix-z24-s8bunnei
2018-07-15gl_rasterizer_cache: Fix incorrect offset in ConvertS8Z24ToZ24S8.bunnei
2018-07-14gl_rasterizer_cache: Implement depth format Z16_UNORM.bunnei
2018-07-14Merge pull request #598 from bunnei/makedonecurrentbunnei
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-14GPU: Always enable the depth write when clearing the depth buffer.Subv
2018-07-12gl_rasterizer: Fix check for if a shader stage is enabled.bunnei
2018-07-12gl_shader_gen: Implement dual vertex shader mode.bunnei
2018-07-12Merge pull request #655 from bunnei/pred-lt-nanbunnei
2018-07-12gl_shader_decompiler: Implement PredCondition::LessThanWithNan.bunnei
2018-07-12gl_shader_decompiler: Use FlowCondition field in EXIT instruction.bunnei
2018-07-12Merge pull request #652 from Subv/fadd32iSebastian Valle
2018-07-12Merge pull request #651 from Subv/ffma_decodebunnei