diff options
author | Eric Anholt <[email protected]> | 2012-04-25 13:19:28 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-05-04 14:00:32 -0700 |
commit | b7932e183c15a224adc4b04835f82f3c867a4a24 (patch) | |
tree | 1f1694d4aaf249eaee4467e42e1098467d1baf78 /docs | |
parent | 9ef549d7cd9aa14ab7c404609f38e2e6195b4335 (diff) |
i965: Add support for GL_ARB_draw_buffers_blend.
Tested with piglit fbo-draw-buffers-blend and intel oglconform.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-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 0a860bb3c1d..5fc6c69ba4b 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -88,7 +88,7 @@ GL 4.0: GLSL 4.0 not started GL_ARB_texture_query_lod not started -GL_ARB_draw_buffers_blend DONE (r600, softpipe) +GL_ARB_draw_buffers_blend DONE (i965, r600, softpipe) GL_ARB_draw_indirect not started GL_ARB_gpu_shader_fp64 not started GL_ARB_sample_shading not started |