summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Utility functions to print to a string buffer without overflowing.José Fonseca2008-08-091-0/+37
* gallium: implement a bunch of missing put_tile functionsBrian Paul2008-08-071-26/+137
* gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul2008-08-071-1/+1
* gallium: Simplify format->name conversion.José Fonseca2008-08-071-4/+3
* gallium: New function to dump surfaces.José Fonseca2008-08-071-5/+38
* gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul2008-08-061-6/+6
* softpipe: support PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-021-0/+46
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-282-6/+6
* gallium: Windows miniport portability fixes.José Fonseca2008-07-262-7/+15
* win32kprof: Store the profile data as an caller->callee hash table, instead o...José Fonseca2008-07-221-121/+187
* gallium: Open a new file when existing profile memory map is exhausted.José Fonseca2008-07-221-34/+113
* gallium: Fix typo in function name.José Fonseca2008-07-201-2/+2
* gallium: Finer grained is_format_supported.José Fonseca2008-07-192-5/+10
* gallium: Expose the ability to get a tile outside a surface.José Fonseca2008-07-182-36/+54
* gallium: Be less verbose with debug options messages.José Fonseca2008-07-181-12/+20
* gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yu...José Fonseca2008-07-161-4/+28
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-132-39/+22
* gallium: added a4r4g4b4_put_tile_rgba()Brian Paul2008-07-031-0/+31
* gallium: Don't forget to get overllaping blits working again.José Fonseca2008-07-031-0/+1