i965: Add support for ARB_depth_clamp.

This commit is contained in:
Eric Anholt
2009-08-26 11:04:13 -07:00
parent 0e5c2598ec
commit 0310aafd9e
3 changed files with 15 additions and 5 deletions

View File

@@ -139,6 +139,7 @@ static const struct dri_extension i915_extensions[] = {
/** i965-only extensions */
static const struct dri_extension brw_extensions[] = {
{ "GL_ARB_depth_clamp", NULL },
{ "GL_ARB_depth_texture", NULL },
{ "GL_ARB_fragment_program", NULL },
{ "GL_ARB_fragment_program_shadow", NULL },