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-05-12
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-10
Implement I4 texture format
archshift
2015-05-09
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
vertex_shader: Implement FLR instruction.
bunnei
2015-05-09
vertex_shader: Implement MADI instruction.
bunnei
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-07
Merge pull request #721 from yuriks/more-cleanups
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
Merge pull request #695 from Subv/crash_f
bunnei
2015-05-06
GPU: Implemented default vertex shader attributes.
Subv
2015-04-29
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-09
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-05
Changed occurences of colour to color for consistency
Gareth Higgins
2015-04-03
Allow the user to set the background clear color during emulation
archshift
2015-03-16
Merge pull request #652 from neobrain/shader_output_fix
bunnei
2015-03-16
VideoCore: Add static_cast around expressions where the compiler doesn’t de...
Emmanuel Gil Peyrot
2015-03-12
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...
Tony Wasserka
2015-03-10
Merge pull request #629 from archshift/lcdfb
bunnei
2015-03-09
Merge pull request #643 from Subv/dem_feels
bunnei
2015-03-09
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2015-03-09
GPU: Implemented more depth buffer formats.
Subv
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with inc...
Tony Wasserka
2015-03-08
Update nihstro submodule to the initial release version.
archshift
2015-03-07
Merge pull request #636 from bunnei/refactor-screen-win
bunnei
2015-03-07
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
GPU/Textures: Fixed ETC texture decoding.
Subv
2015-03-07
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-03
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-02-27
Added RGBA5551 compatibility in the rasterizer
archshift
2015-02-26
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-25
Video core: Fix A4 texture decoding
Yuri Kunde Schlesner
2015-02-25
Video core: Fix pixelation/blockiness in textures.
Yuri Kunde Schlesner
2015-02-24
Rasterizer: Add support for RGBA4 framebuffer format.
bunnei
2015-02-22
Rasterize with the correct color component order.
bunnei
2015-02-22
Merge pull request #593 from Subv/search_problem
Tony Wasserka
2015-02-21
Pica/VertexShader: Fixed LOOP with more than one iteration.
Subv
2015-02-20
Merge pull request #588 from archshift/somebranch
bunnei
2015-02-19
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
2015-02-18
Rasterizer: Fixed a warning in GetWrappedTexCoord.
Subv
2015-02-18
Merge pull request #580 from lioncash/emplace
bunnei
2015-02-18
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
Tony Wasserka
2015-02-18
Pica/Rasterizer: Make some local lambdas static.
Tony Wasserka
[next]