diff options
author | Kenneth Graunke <[email protected]> | 2016-07-22 09:56:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-07-22 09:57:54 -0700 |
commit | 44ef2ce6ecec1fc9ad7f174a0b2cf63b365ce3e8 (patch) | |
tree | e92a4e667eb4f6223ff1d540f8814185ecb89b3f | |
parent | d068b38e460d69ca5992be4f812cc266dadac7d4 (diff) |
docs: Put swr back on the GL_ARB_texture_buffer_object_rgb32 list.
Looks like this was lost when resolving merge conflicts in
commit d1fbd4cdb1bdb8041362a8e5f05833c43a39c9a6.
-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 6053d94be28..c185c69ca3b 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -128,7 +128,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_ARB_sample_shading DONE (i965/gen6+, nv50) GL_ARB_shader_subroutine DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_tessellation_shader DONE (i965/gen7+) - GL_ARB_texture_buffer_object_rgb32 DONE (i965/gen6+, llvmpipe, softpipe) + GL_ARB_texture_buffer_object_rgb32 DONE (i965/gen6+, llvmpipe, softpipe, swr) GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, llvmpipe, softpipe) GL_ARB_texture_gather DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_query_lod DONE (i965, nv50, softpipe) |