106 Commits (6f1b4741e994b91829bd50b74c79c7c8afc14cad)

Author SHA1 Message Date
ReinUsesLisp 6f1b4741e9 vk_stream_buffer: Implement a stream buffer 7 years ago
ReinUsesLisp 656874ba3a vk_scheduler: Implement a scheduler 7 years ago
ReinUsesLisp 6b8abec0d1 vk_memory_manager: Implement memory manager 7 years ago
ReinUsesLisp 87b7e95181 vk_resource_manager: Add VKResource interface 7 years ago
ReinUsesLisp 84e733b530 vk_device: Abstract device handling into a class 7 years ago
ReinUsesLisp b6cd64f1c3 renderer_vulkan: Add declarations file 7 years ago
ReinUsesLisp 6dfc564d12 kepler_compute: Fixup assert and rename engines 7 years ago
ReinUsesLisp 92682d3bfa gl_shader_disk_cache: Compress GLSL code using LZ4 7 years ago
ReinUsesLisp 09225145c9 gl_shader_disk_cache: Add file and move BaseBindings declaration 7 years ago
ReinUsesLisp d516c50fe2 shader_decode: Implement LDG and basic cbuf tracking 7 years ago
ReinUsesLisp 685996eabb video_core: Rename glsl_decompiler to gl_shader_decompiler 7 years ago
ReinUsesLisp 095b8f822b shader_decode: Implement VMAD and VSETP 7 years ago
ReinUsesLisp 19ca02d47b video_core: Replace gl_shader_decompiler 7 years ago
ReinUsesLisp 5678498dfd glsl_decompiler: Implementation 7 years ago
ReinUsesLisp 25f868d8be shader_ir: Initial implementation 7 years ago
ReinUsesLisp 0bde2e5fc1 gl_global_cache: Add dummy global cache manager 7 years ago
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
ReinUsesLisp 70920fd69f video_core: Move morton functions to their own file 7 years ago
Lioncash 8280ddfd1c rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
Markus Wick 4da1b985fd gl_resource_manager: Split implementations in .cpp file. 7 years ago
ReinUsesLisp 58988435c2 video_core: Move surface declarations out of gl_rasterizer_cache 7 years ago
ReinUsesLisp 06aee386b7 video_core: Move OpenGL specific utils to its renderer 7 years ago
ReinUsesLisp db80264fae gl_rasterizer: Implement quads topology 7 years ago
Subv 46b33657b6 GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). 7 years ago
FernandoS27 120a7f2706 Implemented (Partialy) Shader Header 7 years ago
Lioncash 53ffb06003 video_core/CMakeLists: Add missing gl_buffer_cache.h 7 years ago
Markus Wick 3706ea6c39 renderer_opengl: Implement a buffer cache. 7 years ago
bunnei 22a22cec64 renderer_opengl: Implement a new shader cache. 7 years ago
bunnei 3e58cfc5e6 video_core: Add RasterizerCache class for common cache management code. 7 years ago
bunnei 9feb7f7a63 gl_rasterizer: Implement texture format ASTC_2D_4X4. 8 years ago
Subv df214db493 GPU: Partially implemented the Maxwell DMA engine. 8 years ago
bunnei f9c4e515d8 renderer_opengl: Add gl_shader_manager class. 8 years ago
bunnei 0b49a74e19 shader_bytecode: Add initial module for shader decoding. 8 years ago
Subv 7fe4f9491e GPU: Implemented a gpu macro interpreter. 8 years ago
bunnei 9e146ba2db maxwell_to_gl: Add module and function for decoding VertexType. 8 years ago
Subv 19bf501723 Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. 8 years ago
Subv d09097276f GPU: Preliminary work for texture decoding. 8 years ago
bunnei 188a685e73 renderer_gl: Port boilerplate rasterizer code over from Citra. 8 years ago
bunnei 756e14027a renderer_gl: Port over gl_shader_gen module from Citra. 8 years ago
bunnei f1e9d5404d renderer_gl: Port over gl_shader_decompiler module from Citra. 8 years ago
bunnei a533c3398c renderer_gl: Port over gl_rasterizer_cache module from Citra. 8 years ago
bunnei 52bfc102bc renderer_gl: Port over gl_stream_buffer module from Citra. 8 years ago
Subv 46bbeeb54a GPU: Move the GPU's class constructor and destructors to a cpp file. 8 years ago
Subv 0088b3128b Make a GPU class in VideoCore to contain the GPU state. 8 years ago
Subv 35176a0f73 GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. 8 years ago
Lioncash 447c25646e CMakeLists: Derive the source directory grouping from targets themselves 8 years ago
James Rowe a5b9cd4d18 Remove references to PICA and rasterizers in video_core 8 years ago
wwylele 35b3fef422 pica/command_processor: build geometry pipeline and run geometry shader 9 years ago
wwylele fe4c91ae4c SwRasterizer/Lighting: shorten file name 9 years ago
wwylele 0af90eabd8 SwRasterizer/Lighting: move to its own file 9 years ago