summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_util.h
AgeCommit message (Collapse)Author
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
Fixes gears being upside down on the box in demos/gearbox.
2008-02-06gallium: #include p_debug.h since we use assertBrian
2008-02-06gallium: added mem_dup()Brian
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-26gallium: Define MALLOC_STRUCT.José Fonseca
2008-01-18Unify copy_rect helpers.Michel Dänzer
Some of the copies were buggy.
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
These are changes that are in our internal branch, but somehow were skipped so far. It was done using visual comparison of the branches -- it is likely that changes are being carried on the wrong way
2008-01-15typedef uintptr_t for non-HAVE_POSIX_MEMALIGN buildBrian
2008-01-15Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.Brian
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
Don't think that it will run though.
2007-12-11Fix align16() function to work with 32/64-bit pointers on big-endian.Brian
2007-12-11change align_malloc() alignment to uintBrian
2007-12-11Move align_malloc(), align_free() to p_util.hBrian
2007-12-09gallium: fix ordering of arguments to pack_ui32_float4Keith Whitwell
2007-12-09temporary _mesa_printf symbolkeithw
2007-12-09[pipe]: add Offset() util macrokeithw
2007-10-29Make gallium compile in win32.Michal Krol
Use FREE, MALLOC, CALLOC, GETENV wrappers. Silence compiler warnings. Add proper copyrights.
2007-10-28Use FREE and MALLOC instead of free and malloc.Michal Krol
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-08-29Fix ffs().michal
2007-08-17added align16() functionBrian
2007-08-16Define ffs() for __WIN32__ & __MSC__.michal
Break mesa dependencies.
2007-08-16Remove many dependencies on mesa headers.Brian
To build with mesa, need -DMESA in makefile/config file.
2007-08-16Use 'f' for float suffix.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
Mainly down to the support for legacy TNL processing now.
2007-08-13Missing filesKeith Whitwell