mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
[i915] arb point sprite only support in i965
This commit is contained in:
parent
c62f504eb6
commit
947312e464
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue