mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-13 22:30:23 +01:00
Allow support for GL_NV_texture_env_combine4 and
GL_ARB_texture_non_power_of_two
This commit is contained in:
parent
b0466438a9
commit
cbcc1fcd60
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-02-02 David Reveman <davidr@novell.com>
|
||||
|
||||
* GL/glx/glxscreens.c: Allow support for GL_NV_texture_env_combine4 and
|
||||
GL_ARB_texture_non_power_of_two.
|
||||
|
||||
2006-02-01 David Reveman <davidr@novell.com>
|
||||
|
||||
* GL/mesa/X/xf86glx.c (init_screen_visuals): Pass the correct visual
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ static const char GLServerExtensions[] =
|
|||
"GL_ARB_texture_mirrored_repeat "
|
||||
"GL_ARB_transpose_matrix "
|
||||
"GL_ARB_window_pos "
|
||||
"GL_ARB_texture_non_power_of_two "
|
||||
"GL_EXT_abgr "
|
||||
"GL_EXT_bgra "
|
||||
"GL_EXT_blend_color "
|
||||
|
|
@ -112,6 +113,7 @@ static const char GLServerExtensions[] =
|
|||
"GL_NV_point_sprite "
|
||||
"GL_NV_texgen_reflection "
|
||||
"GL_NV_texture_rectangle "
|
||||
"GL_NV_texture_env_combine4 "
|
||||
"GL_SGIS_generate_mipmap "
|
||||
"GL_SGIS_texture_border_clamp "
|
||||
"GL_SGIS_texture_edge_clamp "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue