summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_util.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-13/+0
* gallium: replace align_int() with align()Brian Paul2008-08-221-8/+3
* gallium: move math macros from p_util.h to u_math.hBrian Paul2008-08-221-51/+0
* gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2008-08-221-15/+0
* gallium: WinCE build fixes.José Fonseca2008-08-191-0/+6
* mesa: posix_memalign requires alignment to be multiple of sizeof(void*)José Fonseca2008-08-141-0/+1
* gallium: Catch errors from posix_memalign.José Fonseca2008-08-141-1/+2
* util: Don't define replacement math functions for CE.José Fonseca2008-07-281-1/+1
* gallium: Windows miniport portability fixes.José Fonseca2008-07-261-0/+63
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-5/+10
* gallium: Drop deprecated __MSC__ macro.José Fonseca2008-06-241-3/+3
* gallium: WinCE does not have cosf, sinf, etc.José Fonseca2008-06-241-1/+1
* gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca2008-06-101-2/+0
* gallium: More tweaks for the cosf/sinf logic.José Fonseca2008-06-021-2/+10
* gallium: Fix log<->cos typo in logf.José Fonseca2008-06-021-1/+1
* gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...José Fonseca2008-06-021-3/+1
* gallium: Fix preprocessor logic.Michal Krol2008-05-311-1/+1
* gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca2008-05-311-2/+2
* Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-261-1/+0
|\
| * Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-231-0/+3
| |\
| | * gallium: Stop warningsJakob Bornecrantz2008-04-071-0/+3
* | | gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+3
|/ /
* | d3d: Windows miniport driver portability fixes.José Fonseca2008-05-011-30/+34
* | gallium: Windows user mode portability fixes.José Fonseca2008-04-251-4/+5
* | util: work around freaky win32 math.hKeith Whitwell2008-04-211-1/+3
* | util: add wrappers for float math functions on windowsKeith Whitwell2008-04-211-0/+46
* | gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-8/+0
|/
* gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca2008-04-051-0/+9
* gallium: Use debug_get_option for GETENVJosé Fonseca2008-03-251-5/+2
* gallium: fix REALLOC() to copy smaller of old/new sizesBrian2008-03-241-3/+3
* gallium: Protect operator precedence in macro.José Fonseca2008-03-241-1/+1
* gallium: Memory debugging utilities.José Fonseca2008-03-231-2/+19
* gallium: make REALLOC a bit more like reallocKeith Whitwell2008-03-181-7/+9
* gallium: WinCE portability fixes.José Fonseca2008-03-101-0/+10
* Make the pipe headers C++ friendly.José Fonseca2008-02-251-8/+8
* gallium: Move align_pointer() to p_pointer.h.Michal Krol2008-02-231-27/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+408