History log of /external/mesa3d/src/mesa/main/mm.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7242b6e8a6df30f198d112b4da885f9717191a7 01-Aug-2010 Vinson Lee <vlee@vmware.com> mesa: Remove unnecessary header from mm.h.
/external/mesa3d/src/mesa/main/mm.h
60325331a8a76f3c783284c65b81cee471d7d64c 24-Jun-2008 José Fonseca <jrfonseca@tungstengraphics.com> mesa: More signed/unsigned float/integer fixes.
/external/mesa3d/src/mesa/main/mm.h
a1523c61eaa47825f0e4ca9076b83dcca19e1bd1 17-Jun-2008 Dave Airlie <airlied@redhat.com> mesa: make mm.c use unsigned ints for offsets.

If you have a GPU using this code and it has the offsets up in this space,
this fails.
/external/mesa3d/src/mesa/main/mm.h
7e3fa7e837aaf687996abdd8511f6bf32e2c9097 22-May-2006 Keith Whitwell <keith@tungstengraphics.com> Speedup the venerable mm.[ch] allocator with doubly linked lists and a
separate list of free segments.
/external/mesa3d/src/mesa/main/mm.h
2b8e66d210c333c1f9bdb4e2de079798f1c810f1 28-Nov-2005 Keith Whitwell <keith@tungstengraphics.com> Remove the many aliases for 'struct mem_block' in mm.h
/external/mesa3d/src/mesa/main/mm.h
aae2b8b8eba46594d0915725c57f45d2965b15d6 28-Nov-2005 Keith Whitwell <keith@tungstengraphics.com> Correct author attribution of mm.h
/external/mesa3d/src/mesa/main/mm.h
1c236fd5c734b7388d7625ce8c3d4b2d6da9fcfb 18-Oct-2005 Brian Paul <brian.paul@tungstengraphics.com> Lots of clean-ups. Replace __inline__ with INLINE macro. Use the
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style
comments.
/external/mesa3d/src/mesa/main/mm.h
005469005df6ba5f80e382d5371c6d069c27738b 18-Oct-2005 Keith Whitwell <keith@tungstengraphics.com> Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
executable memory. Based on Thomas Hellstrom's patch.
TODO: glapi.c also needs this, but cannot access this code.
/external/mesa3d/src/mesa/main/mm.h