mesa/src/gallium/docs
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
..
source gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
d3d11ddi.txt gallium: remove resource_resolve 2012-09-30 18:57:57 +02:00
llvm-todo.txt gallium: add llvm-related TODOs. (v2) 2012-03-06 09:23:57 +00:00
make.bat Add Gallium docs. 2009-12-20 15:00:40 -08:00
Makefile Add Gallium docs. 2009-12-20 15:00:40 -08:00