mesa/src/gallium/docs/source
Marek Olšák 369e468889 gallium: unify transfer functions
"get_transfer + transfer_map" becomes "transfer_map".
"transfer_unmap + transfer_destroy" becomes "transfer_unmap".

transfer_map must create and return the transfer object and transfer_unmap
must destroy it.

transfer_map is successful if the returned buffer pointer is not NULL.
If transfer_map fails, the pointer to the transfer object remains unchanged
(i.e. doesn't have to be NULL).

Acked-by: Brian Paul <brianp@vmware.com>
2012-10-11 21:12:16 +02:00
..
cso gallium/docs: beef up the docs related to color clamping 2012-05-25 10:02:22 -06:00
exts gallium/docs: Add formatting for envvar role; change debugging. 2010-08-15 03:43:54 -07:00
conf.py gallium/docs: Add formatting for envvar role; change debugging. 2010-08-15 03:43:54 -07:00
context.rst gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
cso.rst Fill out some of the CSO info. 2009-12-20 16:40:39 -08:00
debugging.rst gallium/docs: Add Galahad 2010-08-20 02:29:42 +01:00
distro.rst gallium/failover: Remove the deprecated module. 2011-11-30 17:26:40 +00:00
glossary.rst gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
index.rst gallium: add PIPE_TEXTURE_RECT target 2010-08-20 12:03:59 +02:00
intro.rst Add Gallium docs. 2009-12-20 15:00:40 -08:00
pipeline.txt gallium/docs: added new pipeline.txt diagram 2010-09-17 18:50:47 -06:00
resources.rst gallium/docs: improve documentation for resources 2010-08-20 15:24:36 +02:00
screen.rst gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2 2012-09-25 14:36:50 +00:00
tgsi.rst gallium/tgsi: Introduce the "LOCAL" register declaration modifier. 2012-05-11 12:39:41 +02:00