OSDN Git Service

enable ARB_half_float_pixel for intel drivers
authorRoland Scheidegger <sroland@vmware.com>
Fri, 12 Jun 2009 18:09:07 +0000 (20:09 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 15 Jun 2009 16:31:03 +0000 (18:31 +0200)
src/mesa/drivers/dri/intel/intel_extensions.c

index 1e8b187..269f4ff 100644 (file)
@@ -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 },