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
2015-08-29
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-27
Merge pull request #1065 from yuriks/shader-fp
Yuri Kunde Schlesner
2015-08-27
gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.
bunnei
2015-08-27
Shader JIT: Fix float to integer rounding in MOVA
aroulin
2015-08-26
Shader JIT: ifdef out reference to ifdef'd out shader_map
archshift
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
Merge pull request #1063 from Subv/hw_renderer_debug_fb
bunnei
2015-08-24
HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...
Subv
2015-08-24
fixup! Shaders: Fix multiplications between 0.0 and inf
Yuri Kunde Schlesner
2015-08-24
Shader JIT: Tiny micro-optimization in DPH
Yuri Kunde Schlesner
2015-08-24
Shaders: Fix multiplications between 0.0 and inf
Yuri Kunde Schlesner
2015-08-24
Shaders: Explicitly conform to PICA semantics in MAX/MIN
Yuri Kunde Schlesner
2015-08-24
Shader JIT: Add name to second scratch register (XMM4)
Yuri Kunde Schlesner
2015-08-24
shader_jit: Replace two MDisp usages with MatR
Lioncash
2015-08-24
Shader JIT: Fix CMP NaN behavior to match hardware
Yuri Kunde Schlesner
2015-08-23
Merge pull request #1062 from aroulin/shader-rcp-rsq
bunnei
2015-08-23
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...
Subv
2015-08-23
Shader: Use std::sqrt for float instead of sqrt
aroulin
2015-08-23
Shader: RCP and RSQ computes only the 1st component
aroulin
2015-08-22
Shader: implement DPH/DPHI in JIT
aroulin
2015-08-22
Shader: implement DPH/DPHI in interpreter
aroulin
2015-08-21
HWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
SWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
HWRasterizer: Implemented stencil op 1 (GL_ZERO)
Subv
2015-08-21
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Subv
2015-08-21
SWRasterizer: Removed a todo. Verified with hwtests.
Subv
2015-08-21
SWRenderer: The stencil depth_pass action is executed even if depth testing i...
Subv
2015-08-21
Rasterizer: Abstract duplicated stencil code into a lambda.
Subv
2015-08-20
GLRasterizer: Implemented stencil testing in the hw renderer.
Subv
2015-08-20
GPU/Rasterizer: Corrected the stencil implementation.
Subv
2015-08-19
Shader: implement SGE, SGEI and SLT in JIT
aroulin
2015-08-19
Shader: implement SGE, SGEI in interpreter
aroulin
2015-08-18
Merge pull request #1047 from aroulin/shader-ex2-lg2
bunnei
2015-08-19
Shader: Save caller-saved registers in JIT before a CALL
aroulin
2015-08-18
Merge pull request #1037 from aroulin/shader-ex2-lg2
bunnei
2015-08-16
Merge pull request #1034 from yuriks/rg8-textures
bunnei
2015-08-17
Shader: implement EX2 and LG2 in JIT
aroulin
2015-08-16
Fix Linux GCC 4.9 build (complaining about undeclared memset)
LittleWhite
2015-08-16
Shader: implement EX2 and LG2 in interpreter
aroulin
2015-08-16
Build fix for Debug configurations.
Tony Wasserka
2015-08-16
Merge pull request #997 from Lectem/cmdlist_full_debug
Tony Wasserka
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
videocore: Added RG8 texture support
Patrick Martin
2015-08-15
Shader: Use a POD struct for registers.
bunnei
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
[next]