summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_util.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-131-1/+1
* gallium: #include p_debug.h since we use assertBrian2008-02-061-0/+1
* gallium: added mem_dup()Brian2008-02-061-0/+14
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-061-4/+0
* gallium: Define MALLOC_STRUCT.José Fonseca2008-01-261-0/+2
* Unify copy_rect helpers.Michel Dänzer2008-01-181-0/+9
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-171-25/+39
* typedef uintptr_t for non-HAVE_POSIX_MEMALIGN buildBrian2008-01-151-0/+1
* Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.Brian2008-01-151-1/+0
* 965: get fragment shader compiler compilingKeith Whitwell2007-12-131-0/+5
* Fix align16() function to work with 32/64-bit pointers on big-endian.Brian2007-12-111-7/+19
* change align_malloc() alignment to uintBrian2007-12-111-2/+1
* Move align_malloc(), align_free() to p_util.hBrian2007-12-111-2/+50
* gallium: fix ordering of arguments to pack_ui32_float4Keith Whitwell2007-12-091-2/+2
* temporary _mesa_printf symbolkeithw2007-12-091-0/+4
* [pipe]: add Offset() util macrokeithw2007-12-091-0/+1
* Make gallium compile in win32.Michal Krol2007-10-291-24/+102
* Use FREE and MALLOC instead of free and malloc.Michal Krol2007-10-281-0/+2
* Use FREE instead of free. Fix newlines.michal2007-10-271-0/+2
* Corrected the file permissions in src/mesa/pipe.Oliver McFadden2007-10-181-0/+0
* Fix ffs().michal2007-08-291-2/+7
* added align16() functionBrian2007-08-171-0/+16
* Define ffs() for __WIN32__ & __MSC__.michal2007-08-161-1/+13
* Remove many dependencies on mesa headers.Brian2007-08-161-0/+12
* Use 'f' for float suffix.michal2007-08-161-1/+1
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-12/+71
* Missing filesKeith Whitwell2007-08-131-0/+117