diff options
author | Roland Scheidegger <[email protected]> | 2009-06-12 20:09:07 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2009-06-15 18:31:03 +0200 |
commit | 63c407db3ef28862588660478a94102860480731 (patch) | |
tree | f3b623de949d8c24b2af1e6fc2323f1f91652d87 | |
parent | 4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf (diff) |
enable ARB_half_float_pixel for intel drivers
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c index 1e8b1878abe..269f4ff5563 100644 --- a/src/mesa/drivers/dri/intel/intel_extensions.c +++ b/src/mesa/drivers/dri/intel/intel_extensions.c @@ -66,6 +66,7 @@ * i965_dri. */ static const struct dri_extension card_extensions[] = { + { "GL_ARB_half_float_pixel", NULL }, { "GL_ARB_multitexture", NULL }, { "GL_ARB_point_parameters", GL_ARB_point_parameters_functions }, { "GL_ARB_texture_border_clamp", NULL }, |