History log of /external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf469f4edc60bd1c5fd770cb231b8d5ab801427f 24-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: add void *user_buffer in pipe_index_buffer

Adapted drivers: i915, llvmpipe, r300, r600, radeonsi, softpipe.

User index buffers have been disabled in nv30, nv50, nvc0 and svga to keep
things working.
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
eafb7f234d11a290b00dcaf5492b9bdad1cf5148 13-Feb-2011 Marek Olšák <maraeo@gmail.com> gallium: add usage parameter to pipe_buffer_create

And set a reasonable buffer usage flag everywhere instead of
just PIPE_USAGE_DEFAULT.
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
9a90eeee676450c254f9948ad8f996e88b437e61 14-Feb-2011 Marek Olšák <maraeo@gmail.com> u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZED
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
76db330e2ca2a3eef9e0428edcdccf0c8215c57d 29-Dec-2010 Marek Olšák <maraeo@gmail.com> util: add a way to store translated indices to a user memory in u_index_modify

I am about to use the upload buffer in r300g instead.
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
ec51092a72e2dff1e9b1362d813fe4691cda89b7 19-Dec-2010 Marek Olšák <maraeo@gmail.com> gallium: remove unused 'buf' parameter in pipe_buffer_unmap
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c
91b70d84087967f65aba0ce4f9976d5e2c107f09 12-Aug-2010 Dave Airlie <airlied@redhat.com> util/r300g: split the r300 index buffer modifier functions out to util

These can be used by other drivers, like r600g.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/util/u_index_modify.c