diff options
author | marha <marha@users.sourceforge.net> | 2014-07-04 19:50:15 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-07-04 19:50:15 +0200 |
commit | fe03d6aef6338e43593f164b09ae993bcd0ecbdd (patch) | |
tree | 0fdb7e12fc82894e07b8b8141f2dbb00a93c60ad /mesalib/docs | |
parent | cfc5bafcb2db8c6e05d7be6bb7315960be08c0d8 (diff) | |
download | vcxsrv-fe03d6aef6338e43593f164b09ae993bcd0ecbdd.tar.gz vcxsrv-fe03d6aef6338e43593f164b09ae993bcd0ecbdd.tar.bz2 vcxsrv-fe03d6aef6338e43593f164b09ae993bcd0ecbdd.zip |
fontconfig mesa pixman xserver git update 4 July 2014
xserver commit a61ca6f006d70343c88fe45206fae0669d1e8971
pixman commit 6d2cf40166d81bfc63108504c8022dc4fec37ff5
fontconfig commit 5b22776999b6052afe0e829b1a0c0935bbe1e9f7
mesa commit 9a37eb8adb6558a4abf47774b583cb582a0ae116
Diffstat (limited to 'mesalib/docs')
-rw-r--r-- | mesalib/docs/GL3.txt | 14 | ||||
-rw-r--r-- | mesalib/docs/relnotes/10.3.html | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index bc418a908..296e14cdf 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -104,12 +104,12 @@ GL 4.0: - Dynamically uniform sampler array indices started (Chris) - Dynamically uniform UBO array indices started (Chris) - Implicit signed -> unsigned conversions DONE - - Fused multiply-add DONE - - Packing/bitfield/conversion functions DONE - - Enhanced textureGather DONE - - Geometry shader instancing DONE - - Geometry shader multiple streams DONE (i965) - - Enhanced per-sample shading DONE + - Fused multiply-add DONE (i965, nvc0) + - Packing/bitfield/conversion functions DONE (i965, nvc0) + - Enhanced textureGather DONE (i965, nvc0, radeonsi) + - Geometry shader instancing DONE (i965, nvc0) + - Geometry shader multiple streams DONE (i965, nvc0) + - Enhanced per-sample shading DONE (i965) - Interpolation functions started (Chris) - New overload resolution rules DONE GL_ARB_gpu_shader_fp64 started (Dave) @@ -161,7 +161,7 @@ GL 4.3: GL_ARB_copy_image not started GL_KHR_debug DONE (all drivers) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_fragment_layer_viewport not started + GL_ARB_fragment_layer_viewport DONE (nv50, nvc0, r600) GL_ARB_framebuffer_no_attachments not started GL_ARB_internalformat_query2 not started GL_ARB_invalidate_subdata DONE (all drivers) diff --git a/mesalib/docs/relnotes/10.3.html b/mesalib/docs/relnotes/10.3.html index 47d2c5fff..2e718fc8a 100644 --- a/mesalib/docs/relnotes/10.3.html +++ b/mesalib/docs/relnotes/10.3.html @@ -54,6 +54,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_query_lod on radeonsi</li> <li>GL_ARB_viewport_array on nvc0</li> <li>GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe</li> +<li>GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600</li> +<li>GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600</li> </ul> |