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
*
GPU: Added the TIC registers to the Maxwell3D register structure.
Subv
2018-03-19
1
-1
/
+16
*
GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE.
Subv
2018-03-18
2
-1
/
+29
*
GPU: Implement the BindStorageBuffer macro method in HLE.
Subv
2018-03-18
2
-1
/
+36
*
GPU: Handle writes to the CB_DATA method.
Subv
2018-03-18
2
-0
/
+39
*
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
3
-10
/
+30
*
GPU: Store uploaded GPU macros and keep track of the number of method paramet...
Subv
2018-03-18
4
-27
/
+74
*
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-18
8
-63
/
+55
*
GPU: Renamed ShaderType to ShaderStage as that is less confusing.
Subv
2018-03-17
2
-19
/
+19
*
GPU: Store shader constbuffer bindings in the GPU state.
Subv
2018-03-17
2
-5
/
+61
*
GPU: Corrected some register offsets and removed superfluous macro registers.
Subv
2018-03-17
1
-9
/
+3
*
GPU: Make the SetShader macro call do the same as the real macro's code.
Subv
2018-03-17
2
-3
/
+44
*
GPU: Corrected the parameter documentation for the SetShader macro call.
Subv
2018-03-17
2
-11
/
+12
*
Merge pull request #242 from Subv/set_shader
bunnei
2018-03-17
2
-4
/
+38
|
\
|
*
GPU: Handle the SetShader method call (0xE24) and store the shader config.
Subv
2018-03-16
2
-4
/
+38
*
|
GPU: Added the vertex array registers.
Subv
2018-03-16
1
-2
/
+33
|
/
*
Merge pull request #241 from Subv/gpu_method_call
bunnei
2018-03-16
9
-8
/
+97
|
\
|
*
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-16
9
-8
/
+97
*
|
GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine.
Subv
2018-03-16
1
-0
/
+8
*
|
GPU: Added Maxwell registers for Shader Program control.
Subv
2018-03-16
1
-2
/
+55
|
/
*
GPU: Intercept writes to the VERTEX_END_GL register.
Subv
2018-03-04
2
-1
/
+18
*
maxwell_3d: Make constructor explicit
Lioncash
2018-02-13
1
-1
/
+1
*
Merge pull request #187 from Subv/maxwell3d_query
bunnei
2018-02-13
3
-3
/
+95
|
\
|
*
GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.
Subv
2018-02-12
3
-3
/
+95
*
|
Merge pull request #178 from Subv/command_buffers
bunnei
2018-02-12
12
-0
/
+488
|
\
|
|
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-11
12
-44
/
+252
|
*
GPU: Added a command processor to decode the GPU pushbuffers and forward the ...
Subv
2018-02-11
9
-0
/
+280
*
|
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-02-11
3
-5
/
+13
|
/
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
4
-4
/
+4
*
CMakeLists: Derive the source directory grouping from targets themselves
Lioncash
2018-01-17
1
-19
/
+15
*
clang-format
MerryMage
2018-01-16
1
-1
/
+2
*
renderer_gl: Clear screen to black before rendering framebuffer.
bunnei
2018-01-15
2
-5
/
+8
*
renderer: Render previous frame when no new one is available.
bunnei
2018-01-14
3
-16
/
+18
*
Fix build on macOS and linux
MerryMage
2018-01-13
1
-0
/
+1
*
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
2
-5
/
+0
*
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-12
64
-14952
/
+3
*
renderer_opengl: Fix LOG_TRACE in LoadFBToScreenInfo.
bunnei
2018-01-11
1
-1
/
+1
*
renderer_opengl: Support rendering Switch framebuffer.
bunnei
2018-01-10
3
-138
/
+83
*
render_base: Add a struct describing framebuffer metadata.
bunnei
2018-01-10
1
-0
/
+26
*
renderer_opengl: Add MortonCopyPixels function for Switch framebuffer.
bunnei
2018-01-10
1
-0
/
+111
*
renderer_opengl: Update DrawScreens for Switch.
bunnei
2018-01-10
2
-23
/
+11
*
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
4
-8
/
+8
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
1
-1
/
+1
*
Extracted the attribute setup and draw commands into their own functions
Huw Pascoe
2017-10-04
1
-217
/
+222
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
2
-3
/
+3
*
Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
Subv
2017-09-27
1
-1
/
+1
*
Merge pull request #2951 from huwpascoe/perf-4
B3n30
2017-09-25
1
-10
/
+4
|
\
|
*
Optimized Morton
Huw Pascoe
2017-09-24
1
-10
/
+4
*
|
Optimized Float<M,E> multiplication
Huw Pascoe
2017-09-25
1
-11
/
+7
|
/
*
Merge pull request #2921 from jroweboy/batch-fix-2
James Rowe
2017-09-24
1
-12
/
+17
|
\
[next]