summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2011-01-09noop: make noop useable like trace or rbugJerome Glisse
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2011-01-06u_upload_mgr: new featuresMarek Olšák
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-12-22gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee
2010-12-22gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul
2010-12-16gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul
2010-12-16draw: s/varient/variant/Brian Paul
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul
2010-12-13gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul
2010-12-11tgsi: fix rbug compile errorMarek Olšák
2010-12-09draw/llvm: don't flush in vs_llvm_delete()Brian Paul
2010-12-09draw/llvm: remove redundant commentBrian Paul
2010-12-09draw/llvm: remove extraneous conditionalBrian Paul
2010-12-08gallivm/llvmpipe: implement system values and instanceIDBrian Paul
2010-12-08draw: setup instance ID for SSE generatorBrian Paul
2010-12-08draw: setup instance ID for VS interpreterBrian Paul
2010-12-08tgsi/ppc: add case for system values and assertBrian Paul
2010-12-08tgsi/sse: add support for system valuesBrian Paul
2010-12-08tgsi: new tgsi_shader_info fields for system valuesBrian Paul
2010-12-08tgsi: add support for system values to TGSI interpreterBrian Paul
2010-12-07u_blitter: use util_is_format_compatible in the assertMarek Olšák
2010-12-06gallium/util: minor formatting fixesBrian Paul
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry
2010-12-05nvfx: fixes after array textures mergeXavier Chantry
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul
2010-12-03gallivm: fix null builder pointersBrian Paul
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-12-02gallium/util: add states relevant to geometry shadersZack Rusin
2010-12-02util: Don't try to use imagehlp on mingw.José Fonseca
2010-12-02util: __builtin_frame_address() doesn't work on mingw.José Fonseca
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca
2010-12-02util: C++ safe.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30util: rename u_mempool -> u_slabMarek Olšák