summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-12-09android: Add Android.mk's.Chia-I Wu
2010-12-09android: Fix build with bionic.Chia-I Wu
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
2010-11-30gallivm: fix storing of the addr registerZack Rusin
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz
2010-11-12tgsi: fill out CAPs for indirect addressingMarek Olšák
2010-11-10gallivm: implement indirect addressing over inputsZack Rusin
2010-11-09gallivm: Allocate TEMP/OUT arrays only once.José Fonseca
2010-11-09gallivm: implement indirect addressing of the output registersZack Rusin
2010-11-08os: Open file streams in binary mode.Michal Krol
2010-11-05scons: Remove old pipebuffer SConscriptJakob Bornecrantz
2010-11-05gallivm: add const qualifiers, fix comment stringBrian Paul
2010-11-05gallivm: alloca() was called too often for temporary arraysBrian Paul
2010-11-04tgsi: remove unused functionBrian Paul
2010-11-04gallivm: implement execution mask for scatter storesBrian Paul
2010-11-04gallivm: added lp_elem_type()Brian Paul
2010-11-04gallivm: add pixel offsets in scatter storesBrian Paul
2010-11-04gallivm: added debug code to dump temp registersBrian Paul
2010-11-04tgsi/build: Reduce interface clutter.Michal Krol
2010-11-04tgsi/exec: Get rid of obsolete condition codes.Michal Krol
2010-11-04tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol
2010-11-03gallivm: add some LLVM var labelsBrian Paul
2010-11-03gallivm: implement scatter stores into temp register fileBrian Paul
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-28gallivm: Remove the EMMS opcodes.José Fonseca
2010-10-28gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-25translate: remove unused prototypesBrian Paul
2010-10-25translate: use function typedefs, casts to silence warningsBrian Paul
2010-10-25rtasm: use pointer_to_func() to silence warningBrian Paul