diff options
author | Eric Anholt <[email protected]> | 2013-01-10 14:53:12 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-01-18 12:48:22 -0800 |
commit | 5e529d708a99ddc55201046995aea6648ab3d65a (patch) | |
tree | 48f46591c52af157f5dc694e73c280f67b1a50d5 /docs/GL3.txt | |
parent | 582b06c2c689ecf23dca8abd81412ce193a04d10 (diff) |
i965: Add support for GL_ARB_texture_buffer_object_rgb32.
Tested with piglit ARB_texture_buffer_object/formats.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 567781d909a..3bf91eae505 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -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 |