diff options
author | Eric Anholt <eric@anholt.net> | 2012-04-25 13:58:07 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-05-23 10:46:15 -0700 |
commit | 29362875f2613ad87abe7725ce3c56c36d16cf9b (patch) | |
tree | b244e2081aaa2067cb1f99f0330d9e23137edf5c /docs | |
parent | 175ad8050e3337f7065306017ea4eb8eae599f6d (diff) |
i965/gen6+: Add support for GL_ARB_blend_func_extended.
v2: Add support for gen6, and don't turn it on if blending is
disabled. (fixes GPU hang), and note it in docs/GL3.txt
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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 5fc6c69ba4..d6dc822e50 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -73,7 +73,7 @@ GLX_ARB_create_context_profile DONE GL 3.3: GLSL 3.30 not started -GL_ARB_blend_func_extended DONE (r600, softpipe) +GL_ARB_blend_func_extended DONE (i965, r600, softpipe) GL_ARB_explicit_attrib_location DONE (i915, i965, r300, r600, swrast) GL_ARB_occlusion_query2 DONE (r300, r600, swrast) GL_ARB_sampler_objects DONE (i965, r300, r600) |