index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #267 from bunnei/apt-shared-font
bunnei
2014-12-12
1
-2
/
+2
|
\
|
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
1
-2
/
+2
*
|
Merge pull request #261 from neobrain/boost
Tony Wasserka
2014-12-12
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Integrate Boost into build system and perform a trivial cleanup in vertex_sha...
Tony Wasserka
2014-12-07
1
-6
/
+10
*
|
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
2
-1
/
+15
*
|
GPU: Fixed bug in command list size decoding.
bunnei
2014-12-09
1
-1
/
+2
*
|
Pica: Re-enable command names on MSVC.
Tony Wasserka
2014-12-09
1
-5
/
+0
*
|
More coding style fixes.
Tony Wasserka
2014-12-09
1
-6
/
+12
*
|
Some code cleanup.
Tony Wasserka
2014-12-09
1
-3
/
+1
*
|
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
3
-1
/
+30
*
|
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
2
-21
/
+45
*
|
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-09
3
-0
/
+189
*
|
Build fix for something which shouldn't have compiled successfully to begin w...
Tony Wasserka
2014-12-09
1
-1
/
+1
|
/
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
2
-7
/
+7
*
Merge pull request #236 from rohit-n/sign-compare
bunnei
2014-12-03
3
-6
/
+6
|
\
|
*
Silence a few -Wsign-compare warnings.
Rohit Nirmal
2014-11-30
3
-6
/
+6
*
|
Fixed viewport error caused by rounding
vaguilar
2014-11-30
1
-2
/
+2
|
/
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
4
-14
/
+14
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
2
-3
/
+3
*
OpenGL Renderer: Cleanup viewport extent calculation.
Tony Wasserka
2014-11-18
2
-44
/
+29
*
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
1
-3
/
+3
*
Viewport scaling and display density independence
Kevin Hartman
2014-11-18
2
-1
/
+50
*
Merge pull request #195 from lioncash/control
Tony Wasserka
2014-11-16
1
-1
/
+1
|
\
|
*
vertex_shader: Fix control reaches end of function warning
Lioncash
2014-11-16
1
-1
/
+1
*
|
Fix two format strings.
Lioncash
2014-11-14
1
-2
/
+2
|
/
*
Merge pull request #162 from SeannyM/warning-fixes
bunnei
2014-10-29
2
-3
/
+3
|
\
|
*
Fix some warnings
Sean
2014-10-29
2
-3
/
+3
*
|
Renamed souce files of services to match port names
Gareth Poole
2014-10-29
1
-1
/
+1
|
/
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-4
/
+4
*
Only check OpenGL shader log if size is >1.
Yuri Kunde Schlesner
2014-10-21
1
-9
/
+6
*
Rework OpenGL renderer.
Yuri Kunde Schlesner
2014-10-12
4
-233
/
+193
*
OpenGL renderer: Shuffle initialization code around and rename functions.
Yuri Kunde Schlesner
2014-10-12
2
-25
/
+18
*
Remove virtual inheritance from RendererOpenGL
Yuri Kunde Schlesner
2014-10-12
2
-3
/
+3
*
Fix warnings in video_core
Lioncash
2014-10-07
7
-23
/
+23
*
Common: Rename the File namespace to FileUtil, to match the filename and prev...
Emmanuel Gil Peyrot
2014-09-17
1
-1
/
+1
*
Merge pull request #110 from lioncash/warnings
bunnei
2014-09-14
1
-1
/
+1
|
\
|
*
Core: Fix warnings in gpu.cpp
Lioncash
2014-09-13
1
-1
/
+1
*
|
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-13
4
-44
/
+29
|
\
\
|
|
/
|
/
|
|
*
renderer_opengl.cpp: improved alignment for readability
archshift
2014-09-07
1
-16
/
+16
|
*
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
2014-09-07
1
-7
/
+0
|
*
utils: cleaned up DumpTGA, removing redundancies
archshift
2014-09-07
2
-21
/
+13
*
|
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-12
1
-0
/
+1
*
|
Moved common_types::Rect from common to Common namespace
archshift
2014-09-08
2
-3
/
+3
|
/
*
Remove hand-crafted Visual Studio solution.
Yuri Kunde Schlesner
2014-09-01
2
-217
/
+0
*
CMake cleanup
Yuri Kunde Schlesner
2014-09-01
1
-13
/
+26
*
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-09-01
10
-13
/
+2819
*
Downgrade GLSL version to 1.50 (compatible with GL 3.2)
Yuri Kunde Schlesner
2014-08-28
3
-10
/
+15
*
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
2014-08-26
4
-8
/
+15
*
Rewrite of OpenGL renderer, including OS X support
Kevin Hartman
2014-08-25
8
-211
/
+340
*
Pica/Rasterizer: Clarify a TODO.
Tony Wasserka
2014-08-25
1
-1
/
+3
[next]