summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add extra parenthesis as advised by gcc.José Fonseca2008-06-191-2/+2
* util: Add missing format names.Michal Krol2008-06-191-0/+6
* gallium: remove duplicated u_mm.c in file listBrian Paul2008-06-181-2/+1
* util: Use pf_get_size().Michal Krol2008-06-141-1/+1
* gallium: Support L16 pixel format.José Fonseca2008-06-121-0/+1
* gallium: Implement debug_get_num_option.José Fonseca2008-06-121-2/+28
* small optimizationAlan Hourihane2008-06-111-2/+10
* gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca2008-06-101-3/+46
* gallium: Port util_time functions to windows userspace.José Fonseca2008-06-021-6/+6
* util: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-17/+16
* gallium: Port timing functions to WinCE.José Fonseca2008-05-311-18/+56
* gallium: Replace getenv by placeholder code on WinCE.José Fonseca2008-05-301-6/+7
* gallium: Windows CE portability fixes.José Fonseca2008-05-281-1/+1
* gallium: Poor-man profiler for win32 kernel.José Fonseca2008-05-241-0/+175
* scons: New profile build.José Fonseca2008-05-241-0/+1
* gallium: Define util_vsprintf.José Fonseca2008-05-091-0/+7
* gallium: Disable debug_get_option for release builds on Windows.José Fonseca2008-05-091-0/+4
* gallium: handle null ptrsBrian Paul2008-05-081-41/+40
* gallium: Really free hash entries.José Fonseca2008-05-082-9/+72
* gallium: Implement util_pack_color for A8, L8, and I8 formats.José Fonseca2008-05-071-0/+26
* gallium: Fix release build.José Fonseca2008-05-071-2/+4
* gallium: Fix compilation errors.Michal Krol2008-05-071-7/+6
* gallium: Implement pf_sprint_name as a simple static table.José Fonseca2008-05-071-83/+97
* gallium: Use the u_string.h functions.José Fonseca2008-05-071-16/+12
* gallium: Output the total of leaked memory.José Fonseca2008-05-071-1/+8
* gallium: Simple facility to dump and view images for debugging.José Fonseca2008-05-071-0/+47
* gallium: Define util_sprintf for non-WIN32.Michel Dänzer2008-05-061-0/+1
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-10/+10
|\
| * gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul2008-05-021-10/+10
* | util: Alternative implementation for standard c library string functions.José Fonseca2008-05-051-0/+112
* | gallium: fix build after mergeKeith Whitwell2008-05-021-3/+3
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-023-1/+6
|\|
| * gallium: Notify driver of texture updates in util_blit_pixels().Michel Dänzer2008-05-011-0/+2
| * gallium: do something sensible on the error path to try to avoid crashing in ...Keith Whitwell2008-05-011-0/+3
| * gallium: Add newline to eof.José Fonseca2008-05-011-1/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-013-19/+55
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-302-16/+16
* gallium: Fix release build.José Fonseca2008-05-011-0/+2
* d3d: Windows miniport driver portability fixes.José Fonseca2008-05-013-5/+10
* silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...Zack Rusin2008-04-291-2/+2
* gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell2008-04-291-0/+18
* gallium: fix pack for A1R5B5G5Keith Whitwell2008-04-291-2/+2
* gallium: add pack for A4R4G4B4Keith Whitwell2008-04-291-0/+12
* gallium: add pack for A1R5B5G5Keith Whitwell2008-04-291-0/+12
* gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell2008-04-292-3/+103
* gallium: added some assertions to be sure the blit's surface formats are suit...Brian Paul2008-04-291-0/+3
* gallium: add \n to error stringsBrian Paul2008-04-291-2/+2
* gallium: fix error msg typoBrian Paul2008-04-291-1/+1
* gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul2008-04-281-0/+4
* gallium: Windows user mode portability fixes.José Fonseca2008-04-254-25/+41