summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-16 17:18:39 -0600
committerBrian <brian@yutani.localnet.net>2007-04-16 17:18:39 -0600
commit34ca2be76920db75a31abcccde30570b659fed19 (patch)
tree9742228cf83ada0ec57ce9413531d9a235125ee3 /src/mesa/drivers/dri/r300/r300_context.c
parent5888010362debf0f32c1596c9082a16048b29f39 (diff)
move GL_EXT_stencil_two_side into alphabetical position
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c
index c362b027e9..c58cef6547 100644
--- a/src/mesa/drivers/dri/r300/r300_context.c
+++ b/src/mesa/drivers/dri/r300/r300_context.c
@@ -108,6 +108,7 @@ const struct dri_extension card_extensions[] = {
// {"GL_EXT_fog_coord", GL_EXT_fog_coord_functions },
{"GL_EXT_gpu_program_parameters", GL_EXT_gpu_program_parameters_functions},
{"GL_EXT_secondary_color", GL_EXT_secondary_color_functions},
+ {"GL_EXT_stencil_two_side", GL_EXT_stencil_two_side_functions},
{"GL_EXT_stencil_wrap", NULL},
{"GL_EXT_texture_edge_clamp", NULL},
{"GL_EXT_texture_env_combine", NULL},
@@ -124,7 +125,6 @@ const struct dri_extension card_extensions[] = {
{"GL_NV_blend_square", NULL},
{"GL_NV_vertex_program", GL_NV_vertex_program_functions},
{"GL_SGIS_generate_mipmap", NULL},
- {"GL_EXT_stencil_two_side", GL_EXT_stencil_two_side_functions},
{NULL, NULL}
};