diff options
author | Dave Airlie <airlied@redhat.com> | 2016-03-04 12:33:46 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-03-22 09:49:08 +1000 |
commit | ee7c8b98047f808baadb0704b1cc7eb02b510b98 (patch) | |
tree | 677bc603692e3ce4db712dcf346da6463fe90341 /docs/GL3.txt | |
parent | 4ba47f7b2adf71ed100cd390a1a9fbd4434e896a (diff) |
st/mesa: add support for internalformat query2.
Add code to handle GL_INTERNALFORMAT_PREFERRED.
Add code to deal with GL_RENDERBUFFER being passes into ChooseTextureFormat.
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
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 89cc662032..88c14c4c67 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -173,7 +173,7 @@ GL 4.3, GLSL 4.30: GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_fragment_layer_viewport DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe) GL_ARB_framebuffer_no_attachments DONE (i965) - GL_ARB_internalformat_query2 DONE (i965) + GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) GL_ARB_multi_draw_indirect DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_program_interface_query DONE (all drivers) |