summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | draw: s/varient/variant/Brian Paul2010-12-1610-110/+110
* | gallium: properly check for src->dst blit compatibilitiesJerome Glisse2010-12-151-2/+2
* | gallivm: do texture swizzle after shadow compareBrian Paul2010-12-142-4/+2
* | gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul2010-12-131-26/+28
* | tgsi: fix rbug compile errorMarek Olšák2010-12-111-1/+2
* | draw/llvm: don't flush in vs_llvm_delete()Brian Paul2010-12-091-12/+0
* | draw/llvm: remove redundant commentBrian Paul2010-12-091-1/+0
* | draw/llvm: remove extraneous conditionalBrian Paul2010-12-091-6/+4
* | u_blitter: use util_is_format_compatible in the assertMarek Olšák2010-12-071-1/+2
* | gallium/util: minor formatting fixesBrian Paul2010-12-061-3/+3
* | init ps->context with util_surfaces_get and do_getXavier Chantry2010-12-053-12/+15
* | nvfx: fixes after array textures mergeXavier Chantry2010-12-052-10/+25
* | mesa: consolidate some compiler -D flagsBrian Paul2010-12-031-3/+0
* | gallivm: fix null builder pointersBrian Paul2010-12-031-3/+2
* | gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-0211-263/+339
* | gallium/util: add states relevant to geometry shadersZack Rusin2010-12-021-0/+4
* | util: Don't try to use imagehlp on mingw.José Fonseca2010-12-021-2/+2
* | util: __builtin_frame_address() doesn't work on mingw.José Fonseca2010-12-021-1/+4
* | util: Plug leaks in util_destroy_gen_mipmap.José Fonseca2010-12-021-2/+4
* | util: C++ safe.José Fonseca2010-12-021-0/+11
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-0226-556/+631
* | gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-3051-1606/+2220
* | util: rename u_mempool -> u_slabMarek Olšák2010-11-304-74/+74
* | gallivm: fix storing of the addr registerZack Rusin2010-11-301-1/+1
* | u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák2010-11-283-25/+22
* | u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák2010-11-251-2/+5
* | auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu2010-11-251-0/+2
|/