diff options
author | Tobias Klausmann <[email protected]> | 2014-09-22 04:40:58 +0200 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-10-26 07:33:16 -0400 |
commit | 1a170980a09d82201b88e3fe20684a0df2cfea80 (patch) | |
tree | 256b9b1cf122fca875c321c28f053bfd083cd4d5 /docs/GL3.txt | |
parent | 13862812dc910a4ef57cb72cb9fe777ce3c14515 (diff) |
nv50: handle inverted render conditions
This enables ARB_conditional_render_inverted.
Signed-off-by: Tobias Klausmann <[email protected]>
Reviewed-by: Ilia Mirkin <[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 6a988d5e710..84d1784c9d1 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -188,7 +188,7 @@ GL 4.5, GLSL 4.50: GL_ARB_ES3_1_compatibility not started GL_ARB_clip_control DONE (llvmpipe, softpipe, r300, r600, radeonsi) - GL_ARB_conditional_render_inverted DONE (i965, nvc0, llvmpipe, softpipe) + GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, llvmpipe, softpipe) GL_ARB_cull_distance not started GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) GL_ARB_direct_state_access not started |