3034 Commits (ce64a9fab9e6f015a4d2b332abcb7043914549d4)

Author SHA1 Message Date
Fernando Sahmkow bc930754cc Implement Texture Cache V2 7 years ago
Fernando Sahmkow 3d471e732d Correct Surface Base and Views for new Texture Cache 7 years ago
Fernando Sahmkow 3b26206dbd Add OGLTextureView 7 years ago
Fernando Sahmkow 6b0695b3cd Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flushing using GPUVAddr 7 years ago
ReinUsesLisp 6c410104f4 texture_cache: Remove execution context copies from the texture cache 7 years ago
ReinUsesLisp fa59a7b4d8 gl_texture_cache: Implement fermi copies 7 years ago
ReinUsesLisp 1b4503c571 texture_cache: Split texture cache into different files 7 years ago
ReinUsesLisp 5f3aacdc37 texture_cache: Move staging buffer into a generic implementation 7 years ago
ReinUsesLisp 2787a0c287 texture_cache: Flush 3D textures in the order they are drawn 7 years ago
ReinUsesLisp 4b396f375c gl_texture_cache: Minor changes 7 years ago
ReinUsesLisp 0cefb7bcb4 gl_texture_cache: Add copy from multiple overlaps into a single surface 7 years ago
ReinUsesLisp 84139586c9 gl_texture_cache: Attach surface textures instead of views 7 years ago
ReinUsesLisp fb94871791 gl_texture_cache: Add fast copy path 7 years ago
ReinUsesLisp bab21e8cb3 gl_texture_cache: Initial implementation 7 years ago
Lioncash 61d2498f00 core: Remove unused CiTrace source files 7 years ago
ReinUsesLisp ee81fb94cd gl_device: Fix TestVariableAoffi test 7 years ago
Fernando Sahmkow f79823fda7 GPUVM: Correct GPU VM virtual address space 7 years ago
ReinUsesLisp 528c15051c kepler_compute: Use std::array for cbuf info 7 years ago
ReinUsesLisp 17d5fb6d06 kepler_compute: Fix block_dim_x encoding 7 years ago
ReinUsesLisp 4ec8a3df08 gl_shader_cache: Use static constructors for CachedShader initialization 7 years ago
ReinUsesLisp 5669ff3cbd gl_rasterizer: Remove unused parameters in descriptor uploads 7 years ago
ReinUsesLisp 2f2a61887a video_core/engines: Move ConstBufferInfo out of Maxwell3D 7 years ago
ReinUsesLisp fe8e6618f2 shader: Split SSY and PBK stack 7 years ago
ReinUsesLisp 769a50661a shader/node: Minor changes 7 years ago
ReinUsesLisp e1b3be7ced shader: Move Node declarations out of the shader IR header 7 years ago
ReinUsesLisp bf4dfb3ad4 shader: Use shared_ptr to store nodes and move initialization to file 7 years ago
Lioncash 42f5fd0ab3 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Fernando Sahmkow a32c52b1d8 shader_bytecode: Mark EXIT as flow instruction 7 years ago
ReinUsesLisp 0935c2d97b gl_shader_decompiler: Remove guest "position" varying 7 years ago
ReinUsesLisp e72b9044a0 gl_shader_cache: Store a system class and drop global accessors 7 years ago
ReinUsesLisp ad321564ed gl_shader_cache: Add commentaries explaining the intention in shaders creation 7 years ago
ReinUsesLisp 838b6d2ff8 gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation 7 years ago
ReinUsesLisp 6ac4490751 gl_buffer_cache: Remove unused ReserveMemory method 7 years ago
ReinUsesLisp a89cc0bafc maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode 7 years ago
ReinUsesLisp b76df62c00 gl_rasterizer: Move alpha testing to the OpenGL pipeline 7 years ago
ReinUsesLisp df509486c4 gl_rasterizer: Use GL_QUADS to emulate quads rendering 7 years ago
ReinUsesLisp 21c0b4dec8 gl_device: Add commentary to AOFFI unit test source code 7 years ago
ReinUsesLisp 84928e6d67 gl_shader_gen: Always declare extensions after the version declaration 7 years ago
ReinUsesLisp f424b46036 vk_device: Let formats array type be deduced 7 years ago
ReinUsesLisp a4c5e3e339 vk_shader_decompiler: Misc fixes 7 years ago
ReinUsesLisp dec3c981d0 vk_device: Enable features when available and misc changes 7 years ago
Lioncash 5a4564bd8e renderer_opengl/utils: Use a std::string_view with LabelGLObject() 7 years ago
ReinUsesLisp d8827b07b5 gl_shader_decompiler: Use an if based cbuf indexing for broken drivers 7 years ago
ReinUsesLisp 46177901b8 gl_device: Add test to detect broken component indexing 7 years ago
Lioncash b6dcb1ae4d shader/shader_ir: Make Comment() take a std::string by value 7 years ago
Lioncash 228e58d0a5 shader/decode/*: Add missing newline to files lacking them 7 years ago
Lioncash 87b4c1ac5e shader/decode/*: Eliminate indirect inclusions 7 years ago
Lioncash 195b54602f shader/decode/memory: Remove left in debug pragma 7 years ago
Lioncash de23847184 renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string 7 years ago
ReinUsesLisp 69215b5a55 gl_shader_cache: Fix clang strict standard build issues 7 years ago