- Apr 17, 2018
-
-
Hexagon12 authored
* Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
-
bunnei authored
Implement indexed mode rendering
-
bunnei authored
-
bunnei authored
-
- Apr 15, 2018
-
-
bunnei authored
pl_u: Use empty shared font if none is available.
-
bunnei authored
GPU: Don't use explicit binding points when uploading the constbuffers to opengl
-
bunnei authored
- Makes games work in lieu of shared_font.bin.
-
Subv authored
-
Subv authored
The bindpoints will now be dynamically calculated based on the number of buffers used by the previous shader stage.
-
bunnei authored
fsp_srv: Implement DeleteFile.
-
bunnei authored
GPU: Use the buffer hints from the shader decompiler to upload only the necessary const buffers for each shader stage
-
bunnei authored
- Used by Binding of Isaac.
-
Subv authored
-
Subv authored
GPU: Use the buffer hints from the shader decompiler to upload only the necessary const buffers for each shader stage.
-
bunnei authored
shaders: Expose hints about used const buffers.
-
bunnei authored
-
bunnei authored
GPU: Upload the shader Constant Buffers as SSBOs to the GPU
-
Subv authored
We're going to need the shader generator to give us a mapping of the actual used const buffers to properly bind them to the shader.
-
Subv authored
-
Subv authored
-
bunnei authored
vm_manager: Increase GetTotalMemoryUsage value.
-
bunnei authored
- Gets Binding of Isaac running.
-
bunnei authored
Fix the stuck in fullscreen bug
-
bunnei authored
fsp_srv: Implement IFile::Flush.
-
bunnei authored
OpenGL shader generation part 1
-
- Apr 14, 2018