| Age | Commit message (Collapse) | Author |
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
|
|
|
|
|
|
|
|
gl_rasterizer: Implement DrawTransformFeedback macro
|
|
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
|
|
|
|
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with the host GPU
|
|
|
|
|
|
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache.
In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
|
|
|
|
|
|
Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads
|
|
to host.
WIP
|
|
|
|
|
|
video_core: Fix inline_index and draw_texture error
|
|
|
|
|
|
|
|
video_core: Implement maxwell3d draw texture method
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video_core: Reimplement inline index buffer binding
|
|
|
|
|
|
invalidation reg
|
|
|
|
|