Adam Jackson
ce8291f030
glx: Replace FreeB 2.0 text with SPDX-License-Identifier: SGI-B-2.0
...
Acked-by: David Heidelberg <david.heidelberg@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20300 >
2023-01-03 23:36:26 +00:00
Adam Jackson
b15aba940a
glx: Fix image size computation for EXT_texture_integer (v2)
...
Without this this extension basically can't work in indirect contexts,
TexImage2D will compute the image size as 0 and we'll send no image data
to the server.
v2: Add EXT_texture_integer to the client extension list too (Ian)
Reviewed-by: Eric Anholt <eric@anholt.net >
Signed-off-by: Adam Jackson <ajax@redhat.com >
2015-07-31 12:32:16 -04:00
Jon TURNEY
8937c166ef
Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the server does
...
There is a mismatch between the way the X server and GLX library
calculates the image size for format GL_DEPTH_STENCIL(|_NV|_EXT)
See https://bugs.freedesktop.org/show_bug.cgi?id=30102
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk >
2012-02-06 23:00:44 +00:00
Ian Romanick
bb45ab0a96
ARB_texture_rg: Add GLX protocol support
2010-10-01 15:49:12 -07:00
Ian Romanick
4b1f98241f
Remove GL_MESA_packed_depth_stencil
...
This extension was never enabled in any driver.
2010-09-27 15:23:14 -07:00
Kristian Høgsberg
6e8897ff9f
Retire miniglx and move the actual glx code up to src/glx
2010-02-09 09:58:36 -05:00