index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2018-08-25
Merge pull request #1167 from lioncash/assert
bunnei
2018-08-23
gl_rasterizer: Correct assertion condition in SyncLogicOpState()
Lioncash
2018-08-23
Shaders: Added decodings for IADD3 instructions
tech4me
2018-08-23
Merge pull request #1160 from bunnei/surface-reserve
bunnei
2018-08-23
gl_rasterizer_cache: Blit when possible on RecreateSurface.
bunnei
2018-08-23
gl_rasterizer_cache: Reserve surfaces that have already been created for late...
bunnei
2018-08-23
gl_rasterizer_cache: Remove assert for RecreateSurface type.
bunnei
2018-08-23
gl_rasterizer_cache: Implement compressed texture copies.
bunnei
2018-08-23
gl_rasterizer: Implement stencil test.
bunnei
2018-08-23
gl_rasterizer: Implement partial color clear and stencil clear.
bunnei
2018-08-23
maxwell_3d: Update to include additional stencil registers.
bunnei
2018-08-23
gl_state: Update to handle stencil front/back face separately.
bunnei
2018-08-23
Merge pull request #1157 from lioncash/vec
bunnei
2018-08-23
Merge pull request #1156 from Lakumakkara/lop3
bunnei
2018-08-22
gl_shader_gen: Make ShaderSetup's constructor explicit
Lioncash
2018-08-22
gl_shader_gen: Use a std::vector to represent program code instead of std::array
Lioncash
2018-08-23
more fixes
Laku
2018-08-22
fixes
Laku
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-22
remove debug logging
Laku
2018-08-22
implement lop3
Laku
2018-08-22
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-22
Merge pull request #1154 from OatmealDome/topology-lines
bunnei
2018-08-22
Merge pull request #1124 from Subv/logic_ops
bunnei
2018-08-22
maxwell_to_gl: Implement PrimitiveTopology::Lines
OatmealDome
2018-08-21
Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instruct...
bunnei
2018-08-21
shader_bytecode: Parenthesize conditional expression within GetTextureType()
Lioncash
2018-08-21
Merge pull request #1123 from lioncash/screen
bunnei
2018-08-21
Merge pull request #1132 from Subv/gl_FragDepth
bunnei
2018-08-21
Merge pull request #1134 from lioncash/log
bunnei
2018-08-21
Merge pull request #1121 from Subv/tex_reinterpret
bunnei
2018-08-21
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
Lioncash
2018-08-20
Merge pull request #1133 from lioncash/guard
bunnei
2018-08-20
gl_stream_buffer: Add missing header guard
Lioncash
2018-08-20
Shaders: Implement depth writing in fragment shaders.
Subv
2018-08-20
Merge pull request #1131 from bunnei/impl-tex3d-texcube
bunnei
2018-08-20
Merge pull request #1106 from Subv/multiple_rendertargets
bunnei
2018-08-20
shader_bytecode: Replace some UNIMPLEMENTED logs.
bunnei
2018-08-20
gl_shader_decompiler: Implement Texture3D for TEXS.
bunnei
2018-08-20
gl_shader_decompiler: Implement TextureCube for TEX.
bunnei
2018-08-20
Shaders: Fixed the coords in TEX with Texture2D.
Subv
2018-08-20
Shaders: Log and crash when using an unimplemented texture type in a texture ...
Subv
2018-08-20
GPU: Implemented the logic op functionality of the GPU.
Subv
2018-08-20
GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
Subv
2018-08-20
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
2018-08-20
GPU: Added registers for the logicop functionality.
Subv
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-21
Port #3353 from Citra
fearlessTobi
2018-08-20
Shaders: Write all the enabled color outputs when a fragment shader exits.
Subv
2018-08-20
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus d...
Subv
[next]