diff options
author | Ilia Mirkin <[email protected]> | 2014-08-09 20:03:50 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-08-13 09:59:04 -0400 |
commit | 8049e5a1f68f9b852d31d91b28828391c5df754d (patch) | |
tree | f6993c32bcf3fbc0697fa63584651b544dd433ed /docs/GL3.txt | |
parent | 6f1edf3cbf0ce4cb8e95f2d8bd68c9c26d3f840c (diff) |
nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 75ac69a34c1..52b0ce45bb9 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -94,16 +94,16 @@ GL 4.0, GLSL 4.00: GL_ARB_draw_buffers_blend DONE (i965, nv50, nvc0, r600, radeonsi, softpipe) GL_ARB_draw_indirect DONE (i965, nvc0, radeonsi, softpipe, llvmpipe) - GL_ARB_gpu_shader5 started + GL_ARB_gpu_shader5 DONE (nvc0) - 'precise' qualifier DONE - - Dynamically uniform sampler array indices started (Chris) - - Dynamically uniform UBO array indices started (Chris) + - Dynamically uniform sampler array indices DONE () + - Dynamically uniform UBO array indices DONE () - Implicit signed -> unsigned conversions DONE - - Fused multiply-add DONE (i965, nvc0) - - Packing/bitfield/conversion functions DONE (i965, nvc0, r600) - - Enhanced textureGather DONE (i965, nvc0, r600, radeonsi) - - Geometry shader instancing DONE (i965, nvc0) - - Geometry shader multiple streams DONE (i965, nvc0) + - Fused multiply-add DONE (i965) + - Packing/bitfield/conversion functions DONE (i965, r600) + - Enhanced textureGather DONE (i965, r600, radeonsi) + - Geometry shader instancing DONE (i965) + - Geometry shader multiple streams DONE (i965) - Enhanced per-sample shading DONE (i965, r600) - Interpolation functions DONE (i965) - New overload resolution rules DONE |