index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-08-30
1
-2
/
+1
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
1
-1
/
+1
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
1
-6
/
+4
*
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-16
1
-0
/
+10
*
Shader: Define a common interface for running vertex shader programs.
bunnei
2015-08-15
1
-0
/
+2
*
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
1
-2
/
+2
*
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-08-15
1
-2
/
+2
*
OpenGL: Make OpenGL object resource wrappers fully inline
Yuri Kunde Schlesner
2015-07-26
1
-1
/
+0
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+0
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
1
-1
/
+0
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-23
1
-0
/
+1
*
OpenGL renderer
tfarley
2015-05-23
1
-1
/
+11
*
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-04
1
-0
/
+1
*
CMake cleanup
Yuri Kunde Schlesner
2014-09-01
1
-13
/
+26
*
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-09-01
1
-0
/
+2
*
Rewrite of OpenGL renderer, including OS X support
Kevin Hartman
2014-08-26
1
-4
/
+7
*
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-25
1
-0
/
+2
*
Pica: Add basic rasterizer.
Tony Wasserka
2014-08-12
1
-0
/
+2
*
Pica: Add triangle clipper.
Tony Wasserka
2014-08-12
1
-2
/
+4
*
Pica: Add primitive assembly stage.
Tony Wasserka
2014-08-12
1
-0
/
+2
*
Pica: Add vertex shader implementation.
Tony Wasserka
2014-08-12
1
-0
/
+2
*
Pica: Add command processor.
Tony Wasserka
2014-08-12
1
-2
/
+5
*
Video core: Add utility class for vector operations.
Tony Wasserka
2014-08-12
1
-1
/
+2
*
CMakeLists: rename HEADS, improved comments
archshift
2014-05-20
1
-2
/
+2
*
IT'S ALIVE!
archshift
2014-04-29
1
-1
/
+6
*
fixed a bunch of errors in CMakeLists
bunnei
2014-04-10
1
-3
/
+3
*
updated CMakeLists
bunnei
2014-04-10
1
-16
/
+2
*
added video_core project to solution
bunnei
2014-04-05
1
-0
/
+19