summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: remove a trailing semicolon in format table codeBrian Paul2010-02-251-1/+1
* util: Remove import of unused sys module.Vinson Lee2010-02-251-3/+0
* util: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-251-1/+4
* util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.José Fonseca2010-02-244-180/+163
* util: Refactor some code.José Fonseca2010-02-241-14/+21
* util: Cope with the fact that formats in u_format.csv are not ordered.José Fonseca2010-02-242-73/+47
* util: Factor out the code to shorten a format name.José Fonseca2010-02-242-15/+14
* util: Handle correctly 24bit formats.José Fonseca2010-02-241-61/+64
* util: Minor tweaks to ambigous/unused format descriptions.José Fonseca2010-02-241-6/+6
* util: Fix swizzles for SRGB formats.José Fonseca2010-02-241-10/+10
* util: Organize formats in groups. Add comments.José Fonseca2010-02-241-35/+61
* util: Allow '#' comments in u_format.csv.José Fonseca2010-02-241-1/+9
* util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca2010-02-241-6/+0
* util: Store more derived data in the the format description.José Fonseca2010-02-243-0/+48
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee2010-02-171-1/+1
* 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