mesa/src/gallium/include/pipe
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
..
p_compiler.h gallium: Add support for Solaris Studio C++ compiler. 2012-06-18 10:01:26 -07:00
p_config.h util: Add cpuid for Solaris Studio. 2012-09-03 12:28:07 -07:00
p_context.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
p_defines.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
p_format.h gallium: add R8G8_R8B8 and G8R8_B8R8 formats 2012-03-09 12:40:54 +01:00
p_screen.h gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment 2012-09-20 09:49:12 -06:00
p_shader_tokens.h gallium: add TGSI support for multisample textures 2012-08-15 19:20:57 +02:00
p_state.h gallium: remove resource_resolve 2012-09-30 18:57:57 +02:00
p_video_decoder.h vl: move away from state like parameters 2012-01-15 12:40:44 +01:00
p_video_enums.h vl: add interlacing capabilities 2012-02-06 10:35:58 +01:00
p_video_state.h vl/compositor: replace pipe_video_rect with u_rect 2012-03-02 13:14:21 +01:00