dri/nouveau: Add some more extensions.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 16 Sep 2010 15:19:08 +0000 (17:19 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 16 Sep 2010 17:44:22 +0000 (19:44 +0200)
src/mesa/drivers/dri/nouveau/nouveau_context.c
src/mesa/drivers/dri/nouveau/nv10_context.c
src/mesa/drivers/dri/nouveau/nv20_context.c

index 1e406a45398b4ebbb365b5b8d471727746fc9d51..c7e5789a832d79f8332273da66cbd8100e470f3b 100644 (file)
@@ -54,9 +54,11 @@ static const struct dri_extension nouveau_extensions[] = {
        { "GL_EXT_fog_coord",           GL_EXT_fog_coord_functions },
        { "GL_EXT_framebuffer_blit",    NULL },
        { "GL_EXT_framebuffer_object",  GL_EXT_framebuffer_object_functions },
+       { "GL_EXT_packed_depth_stencil", NULL},
        { "GL_EXT_secondary_color",     GL_EXT_secondary_color_functions },
        { "GL_EXT_stencil_wrap",        NULL },
        { "GL_EXT_texture_env_combine", NULL },
+       { "GL_EXT_texture_filter_anisotropic", NULL },
        { "GL_EXT_texture_lod_bias",    NULL },
        { "GL_NV_blend_square",         NULL },
        { "GL_NV_texture_env_combine4", NULL },
index 7f000026b399ff704b7096342d3bec2da3e78fd9..08be2a25a0deed6502625df125002a773e5d8983 100644 (file)
@@ -33,6 +33,7 @@
 #include "nv10_driver.h"
 
 static const struct dri_extension nv10_extensions[] = {
+       { "GL_ARB_texture_env_crossbar", NULL },
        { "GL_EXT_texture_rectangle",   NULL },
        { "GL_ARB_texture_env_combine", NULL },
        { "GL_ARB_texture_env_dot3",    NULL },
index 03cb14ad4e2de1cd7828165b454ca7f9798e06cb..b9c221e716b6095dc7adefb30dc96256a8247503 100644 (file)
@@ -32,6 +32,7 @@
 #include "nv20_driver.h"
 
 static const struct dri_extension nv20_extensions[] = {
+       { "GL_ARB_texture_env_crossbar", NULL },
        { "GL_EXT_texture_rectangle",   NULL },
        { "GL_ARB_texture_env_combine", NULL },
        { "GL_ARB_texture_env_dot3",    NULL },