History log of /external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2af0173e9e4eefe910c6011038e7346091a9b2a4 18-Jun-2009 José Fonseca <jfonseca@vmware.com> pipebuffer: Use a type consistently for sizes/offsets.

Avoids warnings on 64bit builds.

Use regular unsigned since that's what gallium expects, but use a
typedef to facilitate possible changes in the future.
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
ea4bf267e4b023b08043f91ac44592fed1736e7f 18-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Move p_debug.h into util module.

The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
1672e8e05996d48e51a1998bd7e9b08b78e012f5 18-Sep-2008 José Fonseca <jrfonseca@tungstengraphics.com> pipebuffer: New callback to flush all temporary-held buffers.

Used mostly to aid debugging memory issues or to clean up resources when
the drivers are long lived.
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
ea4ca10b1bec67c8a60db0e4e5581318ce9f62f9 01-Jul-2008 José Fonseca <jrfonseca@tungstengraphics.com> pipebuffer: Verify usage flag consistency. Minor cleanups.
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
0c5b1a8ffb21f72fcde64a7daa13d5dab5b90425 10-Jun-2008 José Fonseca <jrfonseca@tungstengraphics.com> pipebuffer: Alternative buffer manager.

For situations where one has a reserve memory pool, or
a faster/slower pool.
/external/mesa3d/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c