9520f483b8f1e45fa474674b415554988de5d8d3 |
|
01-Oct-2011 |
Brian Paul <brianp@vmware.com> |
mesa: s/INLINE/inline/ INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/mesa/main/mm.c
|
ca2ceca5b1939af57e95bebf84be4b70e3e9d4cb |
|
01-Aug-2010 |
Vinson Lee <vlee@vmware.com> |
mesa: Add headers containing sybmols used by mm.c.
/external/mesa3d/src/mesa/main/mm.c
|
32f2fd1c5d6088692551c80352b7d6fa35b0cd09 |
|
19-Feb-2010 |
Kristian Høgsberg <krh@bitplanet.net> |
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
/external/mesa3d/src/mesa/main/mm.c
|
78f4a695ad7140cd0148467f041e874afc655426 |
|
22-Sep-2008 |
Michel Dänzer <michel@tungstengraphics.com> |
Remove incorrect test from mmAllocMem. 0 is a perfectly valid alignment shift, see e.g. driTexturesGone() which was broken by this.
/external/mesa3d/src/mesa/main/mm.c
|
60325331a8a76f3c783284c65b81cee471d7d64c |
|
24-Jun-2008 |
José Fonseca <jrfonseca@tungstengraphics.com> |
mesa: More signed/unsigned float/integer fixes.
/external/mesa3d/src/mesa/main/mm.c
|
457d7218b8e0f0c21ae31564d25b7031b423b0f8 |
|
24-Jun-2008 |
José Fonseca <jrfonseca@tungstengraphics.com> |
mesa: Use appropriate unsigned/signed, float/integer types.
/external/mesa3d/src/mesa/main/mm.c
|
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.c
|
f118b9b40d5928c36fba9759e508d8f84fc2909d |
|
22-Sep-2006 |
Keith Whitwell <keith@tungstengraphics.com> |
Remove unused variable.
/external/mesa3d/src/mesa/main/mm.c
|
c26f36c830cc6df1093a145eb43645f535004eb7 |
|
07-Sep-2006 |
Keith Whitwell <keith@tungstengraphics.com> |
Add some asserts, fix some not-quite-bugs.
/external/mesa3d/src/mesa/main/mm.c
|
60ba2d88b31b4858c019b41c982ca83ab5880dde |
|
02-Aug-2006 |
Michal Krol <mjkrol@gmail.org> |
Fix mmFindBlock function.
/external/mesa3d/src/mesa/main/mm.c
|
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.c
|
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.c
|
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.c
|
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.c
|