mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
glx: Implement GLX_EXT_fbconfig_packed_float
The tokens for this are already defined by GLX_ARB_fbconfig_float, which we already support, so just add the extension to the list and let the driver provide those configs if it wants. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -45,6 +45,7 @@ enum {
|
||||
ARB_multisample_bit,
|
||||
EXT_create_context_es_profile_bit,
|
||||
EXT_create_context_es2_profile_bit,
|
||||
EXT_fbconfig_packed_float_bit,
|
||||
EXT_import_context_bit,
|
||||
EXT_stereo_tree_bit,
|
||||
EXT_texture_from_pixmap_bit,
|
||||
|
||||
Reference in New Issue
Block a user