summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák3-15/+38
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák3-56/+33
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák3-15/+31
2011-01-06u_upload_mgr: new featuresMarek Olšák2-26/+92
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák1-52/+14
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee1-0/+3
2010-12-30tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee1-2/+4
2010-12-30tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee1-2/+4
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2-34/+101
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie1-1/+2
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie1-1/+0
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie3-2/+23
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák1-0/+4
2010-12-22gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee1-0/+2
2010-12-22gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee1-1/+1
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák3-10/+9
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca1-47/+24
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul1-1/+1
2010-12-16gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2-11/+61
2010-12-16draw: s/varient/variant/Brian Paul10-110/+110
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse1-2/+2
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul2-4/+2
2010-12-13gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul1-26/+28
2010-12-11tgsi: fix rbug compile errorMarek Olšák1-1/+2
2010-12-09draw/llvm: don't flush in vs_llvm_delete()Brian Paul1-12/+0
2010-12-09draw/llvm: remove redundant commentBrian Paul1-1/+0
2010-12-09draw/llvm: remove extraneous conditionalBrian Paul1-6/+4
2010-12-07u_blitter: use util_is_format_compatible in the assertMarek Olšák1-1/+2
2010-12-06gallium/util: minor formatting fixesBrian Paul1-3/+3
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry3-12/+15
2010-12-05nvfx: fixes after array textures mergeXavier Chantry2-10/+25
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul1-3/+0
2010-12-03gallivm: fix null builder pointersBrian Paul1-3/+2
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul11-263/+339
2010-12-02gallium/util: add states relevant to geometry shadersZack Rusin1-0/+4
2010-12-02util: Don't try to use imagehlp on mingw.José Fonseca1-2/+2
2010-12-02util: __builtin_frame_address() doesn't work on mingw.José Fonseca1-1/+4
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca1-2/+4
2010-12-02util: C++ safe.José Fonseca1-0/+11
2010-12-02gallium: support for array textures and related changesRoland Scheidegger26-556/+631
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul51-1606/+2220
2010-11-30util: rename u_mempool -> u_slabMarek Olšák4-74/+74
2010-11-30gallivm: fix storing of the addr registerZack Rusin1-1/+1
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák3-25/+22
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák1-2/+5
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu1-0/+2
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák1-0/+2
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu1-1/+2
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz4-87/+1
2010-11-12tgsi: fill out CAPs for indirect addressingMarek Olšák1-0/+5