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
2016-08-31
Merge pull request #2032 from bunnei/qt-graphics
bunnei
2016-08-30
OpenGL: Avoid error on unsupported lighting LUT
Jannik Vogel
2016-08-29
config: Add a setting for graphics V-Sync.
bunnei
2016-06-27
OpenGL: Add scaled resolution support to scissor
Yuri Kunde Schlesner
2016-06-27
PICA: Scissor fixes and cleanups
Yuri Kunde Schlesner
2016-06-27
PICA: Implement scissor test
Subv
2016-06-25
Remove superfluous std::move in return std::move(local_var)
scurest
2016-06-07
OpenGL: Implement fog
Jannik Vogel
2016-06-07
Rasterizer: Implement fog
Jannik Vogel
2016-06-07
Pica: Add fog state
Jannik Vogel
2016-06-07
OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE
Jannik Vogel
2016-06-01
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
mailwl
2016-05-31
Merge pull request #1812 from JayFoxRox/refactor-shader
bunnei
2016-05-26
Merge pull request #1846 from JayFoxRox/missing-dirty-lighting
bunnei
2016-05-23
Merge pull request #1733 from lioncash/vert_loader
bunnei
2016-05-23
OpenGL: Set shader_dirty on lighting changes
Jannik Vogel
2016-05-23
Pica: Name LightSrc.config register
Jannik Vogel
2016-05-23
Pica: Name lighting.config0 and .config1 registers
Jannik Vogel
2016-05-23
OpenGL: Use uniforms for dist_atten_bias and dist_atten_scale
Jannik Vogel
2016-05-21
Refactor Tev stage dumper
Jannik Vogel
2016-05-21
Extend Tev stage dumper
Jannik Vogel
2016-05-16
Merge pull request #1786 from JayFoxRox/blend-equation
bunnei
2016-05-16
Retrieve shader result from new OutputRegisters-type
Jannik Vogel
2016-05-16
Merge pull request #1787 from JayFoxRox/refactor-jit
linkmauve
2016-05-14
OpenGL: Only update depth uniforms if the depth changed
Jannik Vogel
2016-05-14
OpenGL: value-initialize variables which cause uninitialised access otherwise
Jannik Vogel
2016-05-13
Use new shader-jit signature for interpreter
Jannik Vogel
2016-05-13
Refactor access to state in shader-jit
Jannik Vogel
2016-05-12
OpenGL: Support blend equation
Jannik Vogel
2016-05-12
Move program_counter and call_stack from UnitState to interpreter
Jannik Vogel
2016-05-12
Move default_attributes into Pica state
Jannik Vogel
2016-05-11
Merge pull request #1690 from JayFoxRox/tex-type-3
bunnei
2016-05-11
Turn ShaderSetup into struct
Jannik Vogel
2016-05-11
OpenGL: Implement texture type 3
Jannik Vogel
2016-05-11
Rasterizer: Implement texture type 3
Jannik Vogel
2016-05-11
Pica: Add tc0.w to OutputVertex
Jannik Vogel
2016-05-11
Pica: Add texture type to state
Jannik Vogel
2016-05-10
Merge pull request #1621 from JayFoxRox/w-buffer
bunnei
2016-05-10
gl_rasterizer: Fix compilation for debug builds
Lioncash
2016-05-10
OpenGL: Implement W-Buffers and fix depth-mapping
Jannik Vogel
2016-05-10
Pica: Implement W-Buffer in SW rasterizer
Jannik Vogel
2016-05-10
Merge pull request #1704 from JayFoxRox/pod-config
linkmauve
2016-05-08
vertex_loader: Correct forward declaration of InputVertex
Lioncash
2016-05-08
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-08
vertex_loader: Add constructors to facilitate immediate and two-step initiali...
Lioncash
2016-05-08
vertex_loader: initialize_num_total_attributes.
Lioncash
2016-05-08
vertex_loader: Use std::array instead of raw C arrays
Lioncash
2016-05-08
vertex_loader: Correct header ordering
Lioncash
2016-05-07
fixup simple type conversions where possible
Alexander Laties
2016-05-06
Frontends, VideoCore: Move glad initialisation to the frontend
Emmanuel Gil Peyrot
[next]