i965: Add support for GL_ARB_texture_buffer_object_rgb32.
authorEric Anholt <eric@anholt.net>
Thu, 10 Jan 2013 22:53:12 +0000 (14:53 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 18 Jan 2013 20:48:22 +0000 (12:48 -0800)
Tested with piglit ARB_texture_buffer_object/formats.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
docs/GL3.txt
src/mesa/drivers/dri/intel/intel_extensions.c

index 567781d909a476e65986a902faf6d7208fe2c896..3bf91eae505b6290081a473c0a4bc58061be4a23 100644 (file)
@@ -95,7 +95,7 @@ GL_ARB_gpu_shader_fp64                               not started
 GL_ARB_sample_shading                                not started
 GL_ARB_shader_subroutine                             not started
 GL_ARB_tessellation_shader                           not started
-GL_ARB_texture_buffer_object_rgb32                   DONE (softpipe)
+GL_ARB_texture_buffer_object_rgb32                   DONE (i965, softpipe)
 GL_ARB_texture_cube_map_array                        DONE (i965, softpipe)
 GL_ARB_texture_gather                                not started
 GL_ARB_transform_feedback2                           DONE
index 8d92df2b1a816ea8a1a2944f24009495cadec189..8fed883d9cc7156372c08692de2ed1da17cf652d 100755 (executable)
@@ -104,6 +104,7 @@ intelInitExtensions(struct gl_context *ctx)
       ctx->Extensions.ARB_draw_buffers_blend = true;
       ctx->Extensions.ARB_uniform_buffer_object = true;
       ctx->Extensions.ARB_texture_buffer_object = true;
+      ctx->Extensions.ARB_texture_buffer_object_rgb32 = true;
       ctx->Extensions.ARB_texture_cube_map_array = true;
    }