summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: Avoid dumping masked state. Other minor improvements.José Fonseca2010-02-142-28/+43
* util: Helper functions to dump all state objects.José Fonseca2010-02-142-0/+787
* util: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* util: Rename u_debug_dump.[ch] -> u_dump.[ch].José Fonseca2010-02-142-55/+55
* util: Use util_format_name().José Fonseca2010-02-141-118/+1
* util: Add pf_name() replacement: util_format_name().José Fonseca2010-02-141-0/+13
* util: Properly init memory for blitter CSOs.Corbin Simpson2010-02-121-8/+5
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-122-47/+38
|\
| * gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger2010-02-112-0/+10
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-47/+28
* | Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."Michal Krol2010-02-121-2/+2
* | util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.Michal Krol2010-02-121-2/+2
* | gallium: use os_time.h in u_timed_winsys.cBrian Paul2010-02-101-19/+13
|/
* Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith2010-02-061-1/+35
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-056-8/+194
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-316-10/+15
| |\
| * | gallium/util: comments for time-related functionsBrian Paul2010-01-271-0/+9
| * | 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
| |\ \
| * | | 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: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
| * | | | gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-112-10/+16
| * | | | gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-102-0/+58
| * | | | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | | | | auxiliary: util_stream -> os_streamJosé Fonseca2010-02-044-398/+7
* | | | | util: Reimplement u_time on top of os_time.José Fonseca2010-02-042-259/+59
* | | | | util: Disable u_time.c implementation for embedded.José Fonseca2010-02-041-0/+4
* | | | | util: Add missing include.José Fonseca2010-02-041-0/+1
* | | | | util: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* | | | | util: Cast to match the MSVC intrinsics.José Fonseca2010-02-031-4/+4
* | | | | util: Don't include system headers inside extern "C" { ... }José Fonseca2010-02-032-14/+38
* | | | | util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca2010-02-034-409/+26
* | | | | 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