aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: Release the lock during map wait. Cleanups.José Fonseca2010-01-211-63/+131
* pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca2010-01-216-491/+706
* util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca2010-01-211-1/+3
* util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca2010-01-212-4/+4
* pipebuffer: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-0/+3
* tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
* Revert "util: Build u_bitmask.o when using make."Brian Paul2010-01-111-1/+0
* Revert "pipebuffer: Multi-threading fixes for fencing."Jakob Bornecrantz2010-01-071-170/+111
* util: Build u_bitmask.o when using make.Thomas Hellstrom2010-01-111-0/+1
* tgsi: Silence uninitialized variable warnings.Vinson Lee2010-01-081-0/+8
* util: Add u_bitmask to make buildJakob Bornecrantz2010-01-061-0/+1
* tgsi: fix SSE code emit for XPDBrian Paul2010-01-071-20/+30
* pipebuffer: Multi-threading fixes for fencing.José Fonseca2010-01-061-111/+170
* rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca2010-01-031-2/+30
* 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: better fix for unused variable warnings with assertsKeith Whitwell2009-12-281-1/+1
* g3dvl: Silence compiler warnings.Vinson Lee2009-12-271-0/+11
* tgsi/ureg: Silence uninitialized variable warnings.Vinson Lee2009-12-271-4/+4
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-278-11/+13
|\
| * gallium/util: Remove comma at end of enumerator list.Vinson Lee2009-12-261-1/+1
| * rbug: Remove comma at end of enumerator list.Vinson Lee2009-12-261-1/+1
| * rbug: 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
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-0/+1
|\|
| * rbug: Initialize variable in rbug_get_message.Vinson Lee2009-12-081-0/+1
| * draw: Initialize variable in draw_pt.c.Vinson Lee2009-12-051-1/+2
| * gallium/util: Initialize variables in u_pack_color.h.Vinson Lee2009-12-031-1/+4
| * draw: Fix memory leak.Vinson Lee2009-10-271-0/+2
* | rbug: Mention where the GUI can be found.José Fonseca2009-11-271-0/+4
* | util: also print out memory statisticsZack Rusin2009-11-251-0/+7
* | draw: Initialize variable in draw_pt.c.Vinson Lee2009-11-201-1/+2
* | gallium/util: Initialize variables in u_pack_color.h.Vinson Lee2009-11-201-1/+4
* | gallium/util: replace //-style commentsBrian Paul2009-11-171-3/+3
* | tgsi/exec: Exit early on error.Michal Krol2009-11-101-1/+1
* | tgsi/ureg: Simplify logic in tokens_expand().Michal Krol2009-11-101-9/+6
* | g3dvl: remove a debug lineCooper Yuan2009-11-051-1/+0
* | g3dvl: add scissor settingCooper Yuan2009-11-054-0/+13
* | util: Remove homegrown Windows KM profiler.José Fonseca2009-11-043-332/+0
* | tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol2009-11-042-75/+94
* | tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol2009-11-031-3/+3
* | tgsi/ureg: Add negate and swizzle for predicates.Michal Krol2009-11-022-22/+208
* | gallium/util: add casts to silence warningsBrian Paul2009-11-021-3/+3
* | tgsi/ureg: Update for gallium interface changes.Michal Krol2009-11-022-22/+69
* | tgsi: Update for gallium interface changes.Michal Krol2009-11-0210-542/+137
* | util: Drop return value from cpuid().José Fonseca2009-10-281-10/+6