aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-243-0/+92
* gallium: Add extern "C" to the headers.José Fonseca2008-04-242-0/+18
* gallium: setup an identity viewportBrian Paul2008-04-221-4/+6
* gallium: update comment about bypass clipping/viewportBrian Paul2008-04-221-1/+1
* gallium: setup an identity viewportBrian Paul2008-04-221-30/+5
* use cso fs/vs handle functionsKeith Whitwell2008-04-212-4/+4
* gallium: Set all state via cso_context in blit/gen_mipmap utils.José Fonseca2008-04-212-7/+15
* gallium: added util_pack_color_ub()Brian Paul2008-04-161-0/+39
* gallium: Use debug_get_bool_option for controlling assert failure behaviour.José Fonseca2008-04-171-43/+4
* gallium: Cache one line worth of debug output on windows.José Fonseca2008-04-151-4/+9
* gallium: Less confusing interface for timeouts.José Fonseca2008-04-152-5/+5
* gallium: Fix mismatching prototypes.José Fonseca2008-04-152-2/+2
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-153-11/+75
* gallium: Add u_time.cJosé Fonseca2008-04-131-0/+1
* gallium: OS independent time-manipulation functions.José Fonseca2008-04-134-1/+254
* gallium: Attribute realloc leaks to the first malloc call.José Fonseca2008-04-112-11/+68
* gallium: Allow to debug memory leaks in nested scopes.José Fonseca2008-04-081-8/+8
* gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca2008-04-051-8/+3
* gallium: make msvc less unhappyKeith Whitwell2008-04-041-7/+8
* gallium: implement ycbcr->rgba tile conversionBrian2008-04-031-0/+71
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-7/+9
* gallium: Fix some MSVC warnings.José Fonseca2008-03-291-4/+4
* gallium: return pipe_shader_state from the simple shader functionsBrian2008-03-274-19/+42
* gallium: fix incorrect types for shadersBrian2008-03-272-6/+5
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* gallium: Fix default option on Windows.José Fonseca2008-03-251-7/+6