mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
glx: Fix missing bit decl for EXT_texture_integer
Missing from:
commit b15aba940a
Author: Adam Jackson <ajax@redhat.com>
Date: Tue Jul 21 11:43:42 2015 -0400
glx: Fix image size computation for EXT_texture_integer (v2)
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
616355160d
commit
bafdafa7b2
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ enum
|
|||
GL_EXT_texture_env_combine_bit,
|
||||
GL_EXT_texture_env_dot3_bit,
|
||||
GL_EXT_texture_filter_anisotropic_bit,
|
||||
GL_EXT_texture_integer_bit,
|
||||
GL_EXT_texture_lod_bit,
|
||||
GL_EXT_texture_lod_bias_bit,
|
||||
GL_EXT_texture_mirror_clamp_bit,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue