summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* | util: Define SRGB's channels as normalized.José Fonseca2010-02-261-9/+9
* | util: Code generate functions to pack and unpack a single pixel.José Fonseca2010-02-265-159/+501
* | util: Factor some code into u_format_parse.pyJosé Fonseca2010-02-263-26/+94
* | util: Add util_bswap16.José Fonseca2010-02-261-0/+11
* | util: Use python names consistent with u_format.hJosé Fonseca2010-02-263-114/+126
* | util: Add is_pot() method to formats.José Fonseca2010-02-261-0/+7
* | 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
* | tgsi: Remove dead code.Michal Krol2010-02-251-12/+0
* | util: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-251-1/+4
* | 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