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-05-07
fixup simple type conversions where possible
Alexander Laties
2016-05-06
Frontends, VideoCore: Move glad initialisation to the frontend
Emmanuel Gil Peyrot
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
2016-05-03
OpenGL: Don't copy const_color (Reverts #1745)
Jannik Vogel
2016-05-03
Pica: Replace logic in shader.cpp with loop
Jannik Vogel
2016-05-01
Merge pull request #1741 from linkmauve/iwyu-video_core
bunnei
2016-05-01
OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied
Jannik Vogel
2016-04-30
OpenGL: border_color was never set. Fixed. (#1740)
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
Remove TGA dumper
Jannik Vogel
2016-04-29
Merge pull request #1730 from hrydgard/vertex-loader
bunnei
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-28
Debugger fix
Henrik Rydgard
2016-04-28
Optimize the vertex loader, nearly doubling its speed.
Henrik Rydgard
2016-04-28
Don't keep base_address in the loader, it doesn't belong there (with it, the ...
Henrik Rydgard
2016-04-28
Move "&" to their proper place, add missing includes and make some properly r...
Henrik Rydgard
2016-04-28
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
Remove late accesses to attribute_config
Henrik Rydgard
2016-04-25
Merge pull request #1710 from hrydgard/optimize-event-breakpoints
bunnei
2016-04-25
shader: Shader size is long uint, not uint.
Sam Spilsbury
2016-04-25
shader: Handle non-CALL opcodes with a break
Sam Spilsbury
2016-04-24
shader: Format string must be provided inline and not as a variable
Sam Spilsbury
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-23
pica: Handle default lighting case
Sam Spilsbury
2016-04-22
HWRasterizer: reorder declarations to match defs
tfarley
2016-04-22
HWRasterizer: sync specular uniform for new shaders
tfarley
2016-04-22
Merge pull request #1436 from tfarley/hw-tex-forwarding
bunnei
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-21
Config: Add scaled resolution option
tfarley
2016-04-21
Merge pull request #1655 from JayFoxRox/hw-dot3
bunnei
2016-04-17
Merge pull request #1625 from JayFoxRox/sw-blend-func
bunnei
2016-04-17
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-14
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
Merge pull request #1665 from lioncash/file
bunnei
2016-04-13
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
bunnei
2016-04-13
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
bunnei
2016-04-13
shader_jit_x64: Free memory that's no longer needed after compilation.
bunnei
2016-04-13
shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret...
bunnei
2016-04-13
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
bunnei
2016-04-13
shader_jit_x64: Separate initialization and code generation for readability.
bunnei
2016-04-13
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
bunnei
2016-04-13
shader_jit_x64: Execute certain asserts at runtime.
bunnei
2016-04-13
shader: Remove unused 'state' argument from 'Setup' function.
bunnei
2016-04-13
shader_jit_x64: Specify shader main offset at runtime.
bunnei
2016-04-13
shader_jit_x64: Allocate each program independently and persist for emu session.
bunnei
2016-04-13
shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instru...
bunnei
2016-04-13
shader_jit_x64: Fix strict memory aliasing issues.
bunnei
2016-04-13
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-10
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
[next]