rpcsx/rpcs3/Emu/RSX/GL/glutils
kd-11 82439327fa gl: Support loading data from SSBO using compute shaders
- Gives better performance than using raw draw calls.
- Does not work with all formats. The draw call version is still used when needed.
2022-07-13 02:09:58 +03:00
..
blitter.cpp gl: Implement CopyBufferToImage in software 2022-07-13 02:09:58 +03:00
blitter.h gl: Handle corner cases for CopyBufferToImage 2022-07-13 02:09:58 +03:00
buffer_object.cpp gl: Refactor buffer object code 2022-06-03 11:54:09 +03:00
buffer_object.h gl: Refactor buffer object code 2022-06-03 11:54:09 +03:00
capabilities.hpp gl: Refactor buffer object code 2022-06-03 11:54:09 +03:00
common.cpp gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
common.h gl: Support loading data from SSBO using compute shaders 2022-07-13 02:09:58 +03:00
fbo.cpp gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
fbo.h gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
image.cpp gl: Support loading data from SSBO using compute shaders 2022-07-13 02:09:58 +03:00
image.h gl: Support loading data from SSBO using compute shaders 2022-07-13 02:09:58 +03:00
pixel_settings.hpp gl: Refactor image and command-context handling 2022-06-04 14:02:33 +03:00
program.cpp gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
program.h gl: Avoid calling gl functions without a context even if the object is GL_NONE 2022-07-13 02:09:58 +03:00
ring_buffer.cpp gl: Optimize memory barriers a bit 2022-07-13 02:09:58 +03:00
ring_buffer.h gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
state_tracker.hpp gl: Finalize BGRA storage format internals 2022-07-13 02:09:58 +03:00
sync.hpp gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00
vao.hpp gl: Refactor the rest of GLHelpers 2022-07-13 02:09:58 +03:00