aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* | util: Fix cpuid on MSVC.José Fonseca2009-10-281-1/+5
* | draw: Fix memory leak.Vinson Lee2009-10-271-0/+2
* | gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-2510-10/+9
* | util: Human readable output of texture states.José Fonseca2009-10-252-0/+92
* | gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-238-202/+2
* | gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-2314-288/+42
* | gallium: remove noise opcodesKeith Whitwell2009-10-233-24/+4
* | util: Set cpu endianness too.José Fonseca2009-10-222-0/+4
* | gallium/util: fix cpu detection on ppcMarc Dietrich2009-10-211-5/+9