gallium: add doc note about cube textures and can_create_resource()
authorBrian Paul <brianp@vmware.com>
Mon, 29 Sep 2014 16:14:01 +0000 (10:14 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 30 Sep 2014 18:08:49 +0000 (12:08 -0600)
Just to be clear, and echo the description for resource_create().

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/docs/source/screen.rst

index c83be12f77c0ff576eb0e44675276358d854a947..f4e9204004cc6cbe80c47502a36b6287194caddc 100644 (file)
@@ -486,6 +486,8 @@ memory).  This is used to implement OpenGL's proxy textures.  Typically, a
 driver will simply check if the total size of the given resource is less than
 some limit.
 
+For PIPE_TEXTURE_CUBE, the pipe_resource::array_size field should be 6.
+
 
 .. _resource_create: