mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
i915: Enable EGL_KHR_gl_texture_3D_image
Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
f17948a30a
commit
5981366b9f
1 changed files with 3 additions and 0 deletions
|
|
@ -748,6 +748,9 @@ i915_query_renderer_integer(__DRIscreen *psp, int param, unsigned int *value)
|
|||
case __DRI2_RENDERER_UNIFIED_MEMORY_ARCHITECTURE:
|
||||
value[0] = 1;
|
||||
return 0;
|
||||
case __DRI2_RENDERER_HAS_TEXTURE_3D:
|
||||
value[0] = 1;
|
||||
return 0;
|
||||
default:
|
||||
return driQueryRendererIntegerCommon(psp, param, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue