rewrite the way cpu engine is handled
[mesa.git] / src / mesa / pipe / p_util.h
2008-02-06 Briangallium: #include p_debug.h since we use assert
2008-02-06 Briangallium: added mem_dup()
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-26 José Fonsecagallium: Define MALLOC_STRUCT.
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-16 Briantypedef uintptr_t for non-HAVE_POSIX_MEMALIGN build
2008-01-16 BrianDon't include stdint.h or inttypes. Use the uint64...
2007-12-13 Keith Whitwell965: get fragment shader compiler compiling
2007-12-11 BrianFix align16() function to work with 32/64-bit pointers...
2007-12-11 Brianchange align_malloc() alignment to uint
2007-12-11 BrianMove align_malloc(), align_free() to p_util.h
2007-12-09 Keith Whitwellgallium: fix ordering of arguments to pack_ui32_float4
2007-12-09 keithwtemporary _mesa_printf symbol
2007-12-09 keithw[pipe]: add Offset() util macro
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 Michal KrolUse FREE and MALLOC instead of free and malloc.
2007-10-27 michalUse FREE instead of free. Fix newlines.
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-08-29 michalFix ffs().
2007-08-17 Brianadded align16() function
2007-08-16 michalDefine ffs() for __WIN32__ & __MSC__.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 michalUse 'f' for float suffix.
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-13 Keith WhitwellMissing files