summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-172-8/+27
* | util: Rename from u_* to util_* while we're at it.José Fonseca2009-10-173-62/+62
* | util: Change function names to begin with u_.Corbin Simpson2009-10-162-36/+38
* | util: Fix cpu detection on Windows. Cleanup.José Fonseca2009-10-141-10/+9
* | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | util: do some more util_blit_pixels cases without temporariesKeith Whitwell2009-10-071-90/+73
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-059-16/+10
|\|
| * gallium: replace // comments with /* */Brian Paul2009-10-028-10/+10