summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: actually flip the coordinatesZack Rusin2008-11-061-1/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-0/+4
|\
| * gallium: new sanity assertions in mmAllocMem()Brian Paul2008-10-291-0/+4
* | gallium: Silence compiler warnings on Windows.Michal Krol2008-11-031-2/+2
* | gallium: Read from PIPE_FORMAT_Z32_FLOAT.José Fonseca2008-11-031-0/+29
* | gallium: WinCE portability fixes.José Fonseca2008-11-032-2/+39
* | gallium: Fix typo.José Fonseca2008-11-031-1/+1
* | gallium: Fix msvc warning.José Fonseca2008-11-031-1/+1
* | gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul2008-10-292-12/+12
* | gallium: added general-purpose key->data map/lookup containerBrian Paul2008-10-074-2/+381
* | gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
* | util: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.José Fonseca2008-10-011-1/+6
* | util: Fix util_fast_pow/exp2/log2.José Fonseca2008-10-012-69/+64
* | util: Header for SSE2 intrinsics portability.José Fonseca2008-09-301-0/+72
* | util: Update fast_log2 article url.José Fonseca2008-09-261-1/+1
* | CELL: improve legibility of CELL_DEBUG environment variable outputRobert Ellison2008-09-231-1/+13
* | util: Use OpenGL rasterization rules in blits and mipmap generation.José Fonseca2008-09-192-0/+2
|/
* util: A few more memory debugging checks.José Fonseca2008-09-181-2/+29
* util: Add missing p_debug.h include.José Fonseca2008-09-181-0/+1
* gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
* util: Ensure we always have a full qualified file name on windows display.José Fonseca2008-09-091-3/+27
* util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER.Michal Krol2008-09-091-1/+1
* util: Allow to define the maximum file size.José Fonseca2008-09-084-16/+40
* util: Dump surfaces to BMP.José Fonseca2008-09-081-0/+109
* util: Rip-off trace's os-independent stream code.José Fonseca2008-09-085-0/+347
* gallium: remove debug code from prev commitBrian Paul2008-09-051-2/+0
* gallium: new util_unpack_color_ub() functionBrian Paul2008-09-051-0/+157
* gallium: Pass 512 bytes max to EngDebugPrint.José Fonseca2008-09-051-1/+1
* gallium: new util_surface_copy() and util_surface_fill() helpersBrian Paul2008-09-042-0/+196
* gallium: Fix typo.José Fonseca2008-09-041-3/+1
* gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-043-36/+36
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* util: make timed_winsys os independentKeith Whitwell2008-09-011-27/+18
* util: add func to return time as uint64 microsecondsKeith Whitwell2008-09-012-0/+23
* add u_timed_winsys.[ch]Keith Whitwell2008-09-013-1/+398
* util: Fix compiler errors in the release build of C++ sources.José Fonseca2008-08-311-2/+11
* gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGNBrian2008-08-251-0/+1
* gallium: Add missing includes.Michal Krol2008-08-251-1/+1
* gallium: remove old tile util filesBrian Paul2008-08-242-1269/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-2416-19/+1882
* util: Silence compiler warnings on Windows.Michal Krol2008-08-231-1/+1
* util: Include missing u_rect.h.Michal Krol2008-08-231-1/+1
* gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul2008-08-223-3/+3
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-222-0/+55
* gallium: insert __cplusplus/extern wrappingsBrian Paul2008-08-221-0/+9
* gallium: move math macros from p_util.h to u_math.hBrian Paul2008-08-221-0/+49
* gallium: new u_math.[ch] files for math functionsBrian Paul2008-08-224-0/+206
* gallium: WinCE build fixes.José Fonseca2008-08-191-0/+9
* gallium: Disable debug break by default on windows.José Fonseca2008-08-121-0/+4
* gallium: Allow compilation inside X.José Fonseca2008-08-121-6/+6