summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: const correctness.José Fonseca2008-12-224-18/+18
* gallium: Fix typo in define name.José Fonseca2008-12-201-1/+1
* gallium: Simple and efficient cache.José Fonseca2008-12-196-0/+476
* gallium: replace #elif with #elseBrian Paul2008-12-191-1/+1
* Gallium: fix for conform testRobert Ellison2008-12-181-1/+1
* gallium: Enable memory debugging on all windows platforms.José Fonseca2008-12-181-1/+1
* gallium: fix memory corruption in u_gen_mipmap.cBrian Paul2008-12-171-10/+9
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-126-35/+120
* util: new funcs for triming/validating primitivesKeith Whitwell2008-12-101-0/+122
* gallium: Abort by default on windows user space.José Fonseca2008-12-091-1/+1
* gallium: Use costum log2 for all windows builds.José Fonseca2008-11-171-6/+8
* gallium: State when there are no memory leaks detected.José Fonseca2008-11-171-0/+6
* gallium: Make handle_table reentrant.José Fonseca2008-11-171-8/+26
* gallium: increase table size for fast log/pow functionsBrian Paul2008-11-142-4/+6
* util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul2008-11-142-0/+2
* util: Optimise log2().Michal Krol2008-11-121-1/+2
* util: Add log2() definition for MSC.Michal Krol2008-11-121-0/+5
* gallium: fix comment again. A half-closed interval was intended.Brian2008-11-101-2/+2
* gallium: fix typos in commentsBrian Paul2008-11-101-2/+2
* gallium: actually flip the coordinatesZack Rusin2008-11-101-1/+2
* util: Fix util_fast_pow/exp2/log2.Brian2008-11-092-69/+64
* gallium: _debug_vprintf() should be silent if DEBUG is not definedBrian2008-11-091-0/+2
* gallium: new sanity assertions in mmAllocMem()Brian Paul2008-10-291-0/+4
* 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