summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-08-28 16:03:21 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-08-30 21:31:30 -0400
commita0b1260fe0577e504c8ef31c07e13025324af8f8 (patch)
tree8abbaa56a280601519b25f6dfafbc3678922c7ff /docs/features.txt
parentbf47b2bf887ba15d318b6489c4e5116df771028c (diff)
downloadexternal_mesa3d-a0b1260fe0577e504c8ef31c07e13025324af8f8.zip
external_mesa3d-a0b1260fe0577e504c8ef31c07e13025324af8f8.tar.gz
external_mesa3d-a0b1260fe0577e504c8ef31c07e13025324af8f8.tar.bz2
i965: enable OES_primitive_bounding_box with the no-op implementation
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 6959b0b..d6c3240 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -262,7 +262,7 @@ GLES3.2, GLSL ES 3.2:
GL_OES_draw_elements_base_vertex DONE (all drivers)
GL_OES_geometry_shader DONE (i965/gen8+)
GL_OES_gpu_shader5 DONE (all drivers that support GL_ARB_gpu_shader5)
- GL_OES_primitive_bounding_box DONE (nvc0, radeonsi)
+ GL_OES_primitive_bounding_box DONE (i965/gen7+, nvc0, radeonsi)
GL_OES_sample_shading DONE (i965, nvc0, r600, radeonsi)
GL_OES_sample_variables DONE (i965, nvc0, r600, radeonsi)
GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store)