summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca2010-02-021-7/+0
* | | | | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-023-3/+140
* | | | | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-023-2/+249
* | | | | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-022-0/+4
* | | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-029-7/+309
* | | | | util: Add missing includes.José Fonseca2010-02-013-0/+3
| |_|_|/ |/| | |
* | | | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-283-3/+3
|\ \ \ \
| * | | | gallium: adapt util code to blend changesRoland Scheidegger2010-01-213-3/+3
* | | | | util: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
* | | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+1
|\ \ \ \ \
| * | | | | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul2010-01-221-1/+1
* | | | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-223-5/+7
|\| | | | | | |/ / / / |/| | | |
| * | | | 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
| * | | | Revert "util: Build u_bitmask.o when using make."Brian Paul2010-01-111-1/+0
| * | | | util: Build u_bitmask.o when using make.Thomas Hellstrom2010-01-111-0/+1
| * | | | util: Add u_bitmask to make buildJakob Bornecrantz2010-01-061-0/+1
* | | | | util/blit: document params to util_blit_pixels_writemask()Brian Paul2010-01-191-0/+4
| |_|_|/ |/| | |
* | | | 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: 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