summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2024-01-31 01:18:32 -0500
committerMarge Bot <emma+marge@anholt.net>2024-03-11 22:44:41 +0000
commitb43b111b19829271d49acfd169793d635334efc8 (patch)
treeda78c8bb0d14f606ea1d3d8be686b51c54e0effe /src/mapi
parentada351f2ea97cfa33d69d94867884c4e2f9d33f3 (diff)
glthread: execute small glBitmap asynchronously
Compute the bitmap size and copy the bitmap into the batch. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27490>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 19fe019f211..01f1598f851 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -1161,8 +1161,7 @@
<glx rop="4"/>
</function>
- <function name="Bitmap" deprecated="3.1" exec="dlist"
- marshal="async" marshal_sync="_mesa_glthread_has_no_unpack_buffer(ctx)">
+ <function name="Bitmap" deprecated="3.1" exec="dlist" marshal="custom">
<param name="width" type="GLsizei"/>
<param name="height" type="GLsizei"/>
<param name="xorig" type="GLfloat"/>