summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2017-11-20 13:42:33 -0800
committerJordan Justen <jordan.l.justen@intel.com>2017-11-20 13:42:33 -0800
commit1ef2fdcf5e87cdabe03206061928c12ee7cafaf9 (patch)
treed7f12f780d98ca237abe84d2920293918d4bbfd6
parentfc9addf1c1826ab4c958efddddecc6281b1b13c9 (diff)
docs: Update GL_ARB_get_program_binary docs to support 1 formati965-get-program-binary-v2i965-get-program-binary
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/17.4.0.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 25a0e75460..3664cae863 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -139,7 +139,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi
GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi
GL_ARB_ES2_compatibility DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr)
- GL_ARB_get_program_binary DONE (0 binary formats)
+ GL_ARB_get_program_binary DONE (0 or 1 binary formats)
GL_ARB_separate_shader_objects DONE (all drivers)
GL_ARB_shader_precision DONE (i965/gen7+, all drivers that support GLSL 4.10)
GL_ARB_vertex_attrib_64bit DONE (i965/gen7+, llvmpipe, softpipe)
diff --git a/docs/relnotes/17.4.0.html b/docs/relnotes/17.4.0.html
index 12a4864365..c2ec51f7e0 100644
--- a/docs/relnotes/17.4.0.html
+++ b/docs/relnotes/17.4.0.html
@@ -48,6 +48,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_shader_atomic_counters and GL_ARB_shader_atomic_counter_ops on r600/evergreen+</li>
<li>GL_ARB_shader_image_load_store and GL_ARB_shader_image_size on r600/evergreen+</li>
<li>OpenGL 4.2 on r600/evergreen with hw fp64 support</li>
+<li>Support 1 binary format for GL_ARB_get_program_binary on i965</li>
</ul>
<h2>Bug fixes</h2>