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-04-07
Merge pull request #1639 from linkmauve/fix-double-framebuffer-check
bunnei
2016-04-05
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-03
OpenGL: Fix a double framebuffer completeness checks.
Emmanuel Gil Peyrot
2016-04-03
OpenGL: Check for framebuffer completeness
Jannik Vogel
2016-04-01
Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons
Jannik Vogel
2016-03-23
Pica: Improve accuracy of immediate-mode support
Yuri Kunde Schlesner
2016-03-23
OpenGL: Don't attempt to draw empty triangle batches
Yuri Kunde Schlesner
2016-03-22
Merge pull request #1508 from JayFoxRox/vs-output-map
bunnei
2016-03-20
Merge pull request #1538 from lioncash/dot
bunnei
2016-03-17
Merge pull request #1535 from JayFoxRox/fix-align
bunnei
2016-03-17
video_core: Don't cast away const
Lioncash
2016-03-17
shader_interpreter: use std::inner_product for the dot product
Lioncash
2016-03-17
core/video_core: Make NumIds functions constexpr
Lioncash
2016-03-17
core/video_core: Don't cast away const in subscript operators
Lioncash
2016-03-17
PICA: Alignment happens locally in vertex
Jannik Vogel
2016-03-16
Merge pull request #1519 from JayFoxRox/vp-offset-fix
bunnei
2016-03-16
Merge pull request #1503 from bunnei/clear-jit-cache
bunnei
2016-03-15
PICA: Fix MAD/MADI encoding
Jannik Vogel
2016-03-14
PICA: Fix viewport offset
Jannik Vogel
2016-03-14
Respect vs output map
Jannik Vogel
2016-03-13
PICA: Align vertex attributes
Jannik Vogel
2016-03-12
shader_jit_x64: Clear cache after code space fills up.
bunnei
2016-03-12
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
bunnei
2016-03-12
shader: Update log message to use proper log class.
bunnei
2016-03-09
Merge pull request #1475 from lioncash/align
Yuri Kunde Schlesner
2016-03-09
Merge pull request #1474 from lioncash/renderer
bunnei
2016-03-09
Common: Get rid of alignment macros
Lioncash
2016-03-08
Merge pull request #1344 from LittleWhite-tb/error-output
bunnei
2016-03-08
renderer_base: In-class initialize variables
Lioncash
2016-03-08
render_base: Clarify/normalize getter functions
Lioncash
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
Improve error report from Init() functions
LittleWhite
2016-03-05
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-02-25
Merge pull request #1424 from MerryMage/lut_init
bunnei
2016-02-26
renderer_opengl: Initalise fragment shader LUT textures
MerryMage
2016-02-24
Merge pull request #1395 from ds84182/padding-attributes
bunnei
2016-02-20
Fix out of bounds array access when loading a component >= 12
Dwayne Slater
2016-02-20
Add support for padding vertex attributes
Dwayne Slater
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-05
pica: Cleanup lighting register definitions and documentation.
bunnei
2016-02-05
gl_rasterizer: Use alignas(16) instead of explicit padding.
bunnei
2016-02-05
renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.
bunnei
2016-02-05
gl_rasterizer: Fix issue with interpolation of opposite quaternions.
bunnei
2016-02-05
pica_types: Fix typo in docstring.
bunnei
2016-02-05
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
command_processor: Add an assertion to ensure LUTs are not written past their...
bunnei
2016-02-05
gl_rasterizer: Remove unnecessary casts.
bunnei
2016-02-05
gl_rasterizer: Fix PicaShaderConfig on GCC.
bunnei
[next]