| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapt passes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Fixes and workaround updates for AMD
|
|
gl_rasterizer: Implement DrawTransformFeedback macro
|
|
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
|
|
|
|
shader_recompiler: use minimal clip distance array
|
|
|
|
|
|
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
|
|
Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer
|
|
|
|
|
|
|
|
|
|
gl_buffer_cache: Batch vertex/tfb buffer binding
|
|
OpenGL: Implement async downloads in buffer and texture caches
|
|
vulkan_device: add names for more driverID enumeration values
|
|
|
|
renderer_vulkan: Introduce separate cmd buffer for uploads
|
|
|
|
|
|
GL_SEPARATE_ATTRIBS only applies when multiple buffers are being used, else GL_INTERLEAVED_ATTRIBS handles the cases for a single buffer with potentially more than one attribute
|
|
|
|
|
|
|
|
Co-Authored-By: Billy Laws <blaws05@gmail.com>
|