projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23db2b
)
doc: GL_ARB_buffer_storage is supported on llvmpipe/swr
author
Gregory Hainaut
<gregory.hainaut@gmail.com>
Fri, 24 Feb 2017 20:45:12 +0000
(21:45 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 2 Mar 2017 17:31:04 +0000
(17:31 +0000)
At least, the extension is exported (gallium capability
PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT is 1)
Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
docs/features.txt
patch
|
blob
|
history
diff --git
a/docs/features.txt
b/docs/features.txt
index d9528e9ea7e29a26e56e01968b5d190651eb36f7..9d3a46022820329382438a1d554d17c273a38e5e 100644
(file)
--- a/
docs/features.txt
+++ b/
docs/features.txt
@@
-191,7
+191,7
@@
GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi
GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi
GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers)
- GL_ARB_buffer_storage DONE (i965, nv50, r600)
+ GL_ARB_buffer_storage DONE (i965, nv50, r600
, llvmpipe, swr
)
GL_ARB_clear_texture DONE (i965, nv50, r600, llvmpipe, softpipe)
GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe)
- compile-time constant expressions DONE