summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-243-7/+5
* 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-244-75/+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
* gallivm: added clamp and int_to_float functionsBrian Paul2010-02-232-1/+50
* pipebuffer: slab: if size < alignment, use alignment to find bucketLuca Barbieri2010-02-231-1/+5
* pipebuffer: fix inverted signalled checkingLuca Barbieri2010-02-231-1/+1
* pipebuffer: avoid assert due to increasing a zeroed refcntLuca Barbieri2010-02-231-1/+1
* draw: Remove dead code.Vinson Lee2010-02-221-7/+1
* tgsi: Report an error when a destination has an empty writemask.José Fonseca2010-02-221-0/+3
* pipebuffer: Don't synchronize when checking for buffer overflows.José Fonseca2010-02-221-1/+3
* draw: Remove dead code.Vinson Lee2010-02-211-7/+1
* tgsi: ifdef out unused function micro_sqrt.Vinson Lee2010-02-201-0/+2
* tgsi: Make more exec opcodes look pretty.Michal Krol2010-02-191-64/+20
* tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.Michal Krol2010-02-191-164/+206
* tgsi: Rewrite exec implementations of NRM and NRM4.Michal Krol2010-02-191-61/+70
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* pipebuffer: Include fenced buffer manager in buildJakob Bornecrantz2010-02-181-0/+1
* util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee2010-02-171-1/+1
* draw: Add assert to check input of memcpy.Vinson Lee2010-02-141-0/+1
* util: Avoid dumping masked state. Other minor improvements.José Fonseca2010-02-142-28/+43
* os: A stream for debug logging.José Fonseca2010-02-146-2/+89
* util: Helper functions to dump all state objects.José Fonseca2010-02-144-0/+789
* os: Add a growable string stream.José Fonseca2010-02-144-0/+179
* os: Complement/improve stream inline helpers.José Fonseca2010-02-141-0/+17
* os: Fix bad calloc.José Fonseca2010-02-141-10/+1
* util: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* os: Make streams abstract.José Fonseca2010-02-146-264/+160
* gallivm: s/debug_dump_/util_dump_/José Fonseca2010-02-141-2/+2
* util: Rename u_debug_dump.[ch] -> u_dump.[ch].José Fonseca2010-02-144-57/+57
* draw: Use util_format_name().José Fonseca2010-02-141-1/+1
* 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-124-49/+69
|\
| * gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger2010-02-112-0/+10
| * gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-112-5/+16
| * gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-3/+6
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-093-47/+43
* | 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
* | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.José Fonseca2010-02-112-0/+4