summaryrefslogtreecommitdiffstats
path: root/docs/relnotes/11.0.0.html
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-08-10 19:37:01 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-08-14 14:56:54 +0200
commit44dc1d307d7eacef0d6f1618ba0fb7f62e08f896 (patch)
treecd693d0ced6391a9271f048fe711dfd14ccbeced /docs/relnotes/11.0.0.html
parent78493c33183bf2a4b8be0e58963162ef2e3aa54a (diff)
downloadexternal_mesa3d-44dc1d307d7eacef0d6f1618ba0fb7f62e08f896.zip
external_mesa3d-44dc1d307d7eacef0d6f1618ba0fb7f62e08f896.tar.gz
external_mesa3d-44dc1d307d7eacef0d6f1618ba0fb7f62e08f896.tar.bz2
gallium: add support for GLES texture float extensions (v3)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74329 v2: add a CAP for half floats drivers should not expose the CAPs if they don't support the formats v3: update relnotes Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'docs/relnotes/11.0.0.html')
-rw-r--r--docs/relnotes/11.0.0.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html
index 2d80198..b5077e7 100644
--- a/docs/relnotes/11.0.0.html
+++ b/docs/relnotes/11.0.0.html
@@ -58,6 +58,10 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_tessellation_shader on nvc0, radeonsi</li>
<li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li>
<li>GL_ARB_viewport_array on radeonsi</li>
+<li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
+<li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
+<li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
+<li>GL_OES_texture_half_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
<li>GLX_ARB_create_context_robustness on r600, radeonsi</li>
<li>EGL_EXT_create_context_robustness on r600, radeonsi</li>
<li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li>