diff options
author | Eric Anholt <[email protected]> | 2009-09-08 12:32:05 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-09-08 14:30:18 -0700 |
commit | b11a8ea863612827fe04b636f1c2eae9e1536fbd (patch) | |
tree | 6886debede55aea5a0f451ae17a2d36d2a1ed5a3 /src/mesa/drivers/dri/swrast/swrast.c | |
parent | 0310aafd9ea502e07a86b355cfca902102b9117c (diff) |
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
The wording of these two is exactly the same, except for the issue
"Can fragments with wc<=0 be generated when this extension is supported?",
which idr thinks is a non-issue for us.
Diffstat (limited to 'src/mesa/drivers/dri/swrast/swrast.c')
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index 9a130d61cf4..2d2aa5e0f15 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -110,6 +110,7 @@ const struct dri_extension card_extensions[] = { "GL_EXT_paletted_texture", GL_EXT_paletted_texture_functions }, { "GL_EXT_stencil_two_side", GL_EXT_stencil_two_side_functions }, { "GL_MESA_resize_buffers", GL_MESA_resize_buffers_functions }, + { "GL_NV_depth_clamp", NULL }, { "GL_NV_vertex_program", GL_NV_vertex_program_functions }, { "GL_NV_fragment_program", GL_NV_fragment_program_functions }, { NULL, NULL } |