OSDN Git Service

[i915] arb point sprite only support in i965
authorZou Nan hai <nanhai.zou@intel.com>
Wed, 19 Mar 2008 08:32:29 +0000 (16:32 +0800)
committerZou Nan hai <nanhai.zou@intel.com>
Wed, 19 Mar 2008 08:32:29 +0000 (16:32 +0800)
src/mesa/drivers/dri/intel/intel_context.c

index 12300e9..46c53ba 100644 (file)
@@ -205,7 +205,6 @@ static const struct dri_extension card_extensions[] = {
    {"GL_ARB_texture_rectangle", NULL},
    {"GL_NV_texture_rectangle", NULL},
    {"GL_EXT_texture_rectangle", NULL},
-   {"GL_ARB_point_sprite", NULL},
    {"GL_ARB_point_parameters", NULL}, 
    {"GL_ARB_vertex_buffer_object", GL_ARB_vertex_buffer_object_functions},
    {"GL_ARB_vertex_program", GL_ARB_vertex_program_functions},
@@ -247,6 +246,7 @@ static const struct dri_extension brw_extensions[] = {
    { "GL_ARB_shading_language_120",       GL_VERSION_2_1_functions},
    { "GL_ARB_shader_objects",             GL_ARB_shader_objects_functions},
    { "GL_ARB_vertex_shader",              GL_ARB_vertex_shader_functions},
+   { "GL_ARB_point_sprite",              NULL},
    { "GL_ARB_fragment_shader",            NULL },
    { "GL_ARB_draw_buffers",               NULL },
    { "GL_ARB_depth_texture",              NULL },