summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: print dlerror() info upon dlopen() failureBrian Paul2010-01-271-2/+7
* util: fix broken util_ringbuffer_dequeue()Brian Paul2010-01-181-3/+18
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-167-42/+316
|\
| * util: add generic ringbuffer utitiltyKeith Whitwell2010-01-162-0/+174
| * gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+1
| * util: Handle FORMAT_Z32_FLOAT in util_pack_z().Michal Krol2010-01-151-0/+2
| * util: Handle the remaining formats in pipe_put_tile_rgba().Michal Krol2010-01-151-1/+4
| * util: Fix encoding for R8G8B8A8_UNORM formats and friends.Michal Krol2010-01-151-4/+4
| * gallium/util: silence warning about array initializersBrian Paul2010-01-141-3/+10
| * util: Set flatshade for blitter.Corbin Simpson2010-01-111-0/+1
| * util/blitter: remove unused variableKeith Whitwell2010-01-111-1/+0
| * util: Apply Brian's suggested blit improvements.Corbin Simpson2010-01-101-15/+12
| * gallium: u_blitter add overlapping blit support.Dave Airlie2010-01-101-34/+124
* | gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-142-0/+79
* | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-0845-905/+2379
|\|
| * gallium/util: remove useless assertionsBrian Paul2010-01-071-6/+0
| * gallium/util: update comment: s/src_pitch/src_strideBrian Paul2010-01-071-1/+1
| * gallium/util: make src_y unsigned like the other x/y paramsBrian Paul2010-01-072-2/+2
| * util/blitter: allow NULL CSOs to be savedMarek Olšák2010-01-061-10/+17
| * util: Fix format descriptor table entries.Michal Krol2010-01-061-11/+11
| * util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol2010-01-061-23/+4
| * gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-4/+2
| * gallium/util: replace 8 with PIPE_MAX_COLOR_BUFSBrian Paul2010-01-051-2/+2
| * gallium/util: comments and whitespace fixesBrian Paul2010-01-051-3/+15
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-043-17/+25
| |\
| | * util: Minor enhancements/corrections to the bitmask logic.José Fonseca2010-01-031-12/+20
| | * gallium/util: Silence format warnings.Vinson Lee2010-01-011-4/+4
| | * gallium/util: Replace h_addr with h_addr_list[0].Vinson Lee2010-01-011-1/+1
| * | util: Silent potential loss of precision warnings.José Fonseca2010-01-021-3/+2
| * | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-48/+0
| * | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-61/+0
| * | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-315-8/+10
| |\|
| | * util: better fix for unused variable warnings with assertsKeith Whitwell2009-12-281-1/+1
| | * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-276-9/+11
| | |\
| | | * gallium/util: Remove comma at end of enumerator list.Vinson Lee2009-12-261-1/+1
| | | * gallium/util: Initialize variable in util_clear.Vinson Lee2009-12-231-1/+1
| | | * util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee2009-12-231-2/+4
| | | * gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.Vinson Lee2009-12-221-1/+1
| | | * gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee2009-12-222-4/+4
| | | * gallium/util: Initialize variables in u_pack_color.h.Vinson Lee2009-12-031-1/+4
| * | | util: put vertices_per_primitive function in its proper locationZack Rusin2009-12-251-0/+33
| * | | gallium/util: quieten compilerKeith Whitwell2009-12-241-1/+1
| * | | util: Define common dynamic library extensions.José Fonseca2009-12-231-0/+12
| * | | Merge branch 'i965g-restart'Keith Whitwell2009-12-224-0/+44
| |\ \ \
| | * | | i965g: fixes to build after merge of masterKeith Whitwell2009-12-211-1/+1
| | * | | Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-2116-384/+209
| | |\ \ \
| | * | | | i965g: more work on compilationKeith Whitwell2009-10-311-0/+13
| | * | | | i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-253-0/+31
| * | | | | util: draw cube mipmaps with TEX CUBEChristoph Bumiller2009-12-211-4/+7
| * | | | | util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller2009-12-201-3/+3