diff options
author | Chris Forbes <chrisf@ijw.co.nz> | 2013-10-05 21:45:07 +1300 |
---|---|---|
committer | Chris Forbes <chrisf@ijw.co.nz> | 2013-10-06 11:05:37 +1300 |
commit | f93a63bfccf22b64d5f0886b25fce833babdab1c (patch) | |
tree | 2de45676e732cdd1877e6139eb68959295ba7170 /docs | |
parent | 7ec46686967b8b8aab5a2ef36416e59e9d83d5fb (diff) | |
download | external_mesa3d-f93a63bfccf22b64d5f0886b25fce833babdab1c.zip external_mesa3d-f93a63bfccf22b64d5f0886b25fce833babdab1c.tar.gz external_mesa3d-f93a63bfccf22b64d5f0886b25fce833babdab1c.tar.bz2 |
docs: mark ARB_conservative_depth done on i965
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/9.3.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 6e5a868..3d10e80 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -131,7 +131,7 @@ GL_ARB_texture_storage DONE (i965, r300, r600, swr GL_ARB_transform_feedback_instanced DONE GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_image_load_store not started -GL_ARB_conservative_depth DONE (softpipe) +GL_ARB_conservative_depth DONE (i965, softpipe) GL_ARB_shading_language_420pack DONE (i965, gallium) GL_ARB_internalformat_query DONE (i965, gallium) GL_ARB_map_buffer_alignment DONE (r300, r600, radeonsi) diff --git a/docs/relnotes/9.3.html b/docs/relnotes/9.3.html index 78ccd9e..58a88b0 100644 --- a/docs/relnotes/9.3.html +++ b/docs/relnotes/9.3.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_seamless_cubemap_per_texture on i965.</li> +<li>GL_ARB_conservative_depth on i965.</li> <li>GL_ARB_texture_gather on i965.</li> <li>GL_ARB_texture_query_levels on i965.</li> <li>GL_KHR_debug</li> |