aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* u_blitter: use user buffers instead of real buffersMarek Olšák2011-01-291-21/+8
* util: Fix leak of transfers in upload managerJakob Bornecrantz2011-01-281-0/+1
* util: fix parsing debug optionsMarek Olšák2011-01-271-19/+25
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-273-40/+65
* tgsi: add cases for array texturesBrian Paul2011-01-261-0/+2
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-253-2/+39
* u_blitter: remove bogus assertionMarek Olšák2011-01-251-3/+0
* u_blitter: report recursion, update commentsMarek Olšák2011-01-251-1/+14
* gallium: implement modern sampling schemeZack Rusin2011-01-2412-33/+607
* draw: Do not use LLVM's opaque types.José Fonseca2011-01-241-1/+1
* secure malloc in translate_cache_createTim Wiederhake2011-01-241-0/+4
* util: Add function logger helpersJakob Bornecrantz2011-01-242-0/+72
* draw: Init llvm if not providedJakob Bornecrantz2011-01-243-4/+18
* gallium/util: added pipe_put_tile_rgba_format()Brian Paul2011-01-222-1/+18
* gallium/util: simplify pipe_get_tile_rgba()Brian Paul2011-01-221-20/+1
* gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-222-55/+10
* gallium/util: added util_format_linear()Brian Paul2011-01-221-1/+41
* draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul2011-01-151-0/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-1511-12/+209
|\
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-083-4/+96
| * draw: setup instance ID for SSE generatorBrian Paul2010-12-081-0/+6
| * draw: setup instance ID for VS interpreterBrian Paul2010-12-081-0/+6
| * tgsi/ppc: add case for system values and assertBrian Paul2010-12-081-1/+3
| * tgsi/sse: add support for system valuesBrian Paul2010-12-081-3/+51
| * tgsi: new tgsi_shader_info fields for system valuesBrian Paul2010-12-082-1/+22
| * tgsi: add support for system values to TGSI interpreterBrian Paul2010-12-082-3/+23
* | draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu2011-01-141-1/+2
* | util: Undo spurious changes in last commit.José Fonseca2011-01-131-1/+1
* | util: Don't limit debug_printf message length on unices.José Fonseca2011-01-131-1/+6
* | noop: make noop useable like trace or rbugJerome Glisse2011-01-091-0/+51
* | util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-063-15/+38
* | tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák2011-01-063-56/+33
* | gallium: drivers should reference vertex buffersMarek Olšák2011-01-063-15/+31
* | u_upload_mgr: new featuresMarek Olšák2011-01-062-26/+92
* | u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák2011-01-061-52/+14
* | util: Add forward declarations in u_index_modify.h.Vinson Lee2010-12-301-0/+3
* | tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee2010-12-301-2/+4
* | tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee2010-12-301-2/+4
* | util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2010-12-292-34/+101
* | tgsi_dump: fix assert due to missing property name.Dave Airlie2010-12-281-1/+2
* | tgsi_text: just parse as an integer (value is a boolean).Dave Airlie2010-12-241-1/+0
* | gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-243-2/+23
* | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+4
* | gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2010-12-221-0/+2
* | gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee2010-12-221-1/+1
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-203-10/+9
* | gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca2010-12-171-47/+24
* | gallivm: fix copy&paste error from previous commitBrian Paul2010-12-161-1/+1
* | gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2010-12-162-11/+61