summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-06-121-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-06-121-0/+13
* draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-101-5/+57
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-06-011-1/+1
* draw: Fix draw_variant_output::format's type.José Fonseca2011-05-182-3/+4
* gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2011-04-201-0/+2
* cso: fix loop bound in cso_set_vertex_samplers()Brian Paul2011-02-211-1/+1
* gallivm: fix copy&paste error from previous commitBrian Paul2011-02-211-1/+1
* gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2011-02-212-11/+61
* draw: Fix an off-by-one bug in a vsplit assertion.Brian Paul2011-01-131-1/+2
* draw/llvm: don't flush in vs_llvm_delete()Brian Paul2010-12-141-12/+0
* 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
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* tgsi: Add STENCIL to text parser.Chia-I Wu2010-11-211-1/+2
* gallium: Remove redundant sw and debug target helpersJakob Bornecrantz2010-11-174-87/+1
* tgsi: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* gallivm: implement indirect addressing over inputsZack Rusin2010-11-101-3/+64
* gallivm: Allocate TEMP/OUT arrays only once.José Fonseca2010-11-091-36/+23
* gallivm: implement indirect addressing of the output registersZack Rusin2010-11-091-5/+105
* os: Open file streams in binary mode.Michal Krol2010-11-081-1/+1
* scons: Remove old pipebuffer SConscriptJakob Bornecrantz2010-11-051-18/+0
* gallivm: add const qualifiers, fix comment stringBrian Paul2010-11-051-4/+4
* gallivm: alloca() was called too often for temporary arraysBrian Paul2010-11-051-0/+2
* tgsi: remove unused functionBrian Paul2010-11-041-11/+0
* gallivm: implement execution mask for scatter storesBrian Paul2010-11-041-7/+34
* gallivm: added lp_elem_type()Brian Paul2010-11-042-0/+20
* gallivm: add pixel offsets in scatter storesBrian Paul2010-11-041-2/+18
* gallivm: added debug code to dump temp registersBrian Paul2010-11-041-0/+51
* tgsi/build: Reduce interface clutter.Michal Krol2010-11-042-541/+367
* tgsi/exec: Get rid of obsolete condition codes.Michal Krol2010-11-042-33/+4
* tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol2010-11-041-378/+413
* gallivm: add some LLVM var labelsBrian Paul2010-11-031-6/+6