aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Update comments and prototype of vector-selects.José Fonseca2012-03-011-20/+31
* util: replace format equality test with compatibility test in blit codeBrian Paul2012-02-291-1/+21
* util: better comment for util_is_format_compatible()Brian Paul2012-02-291-2/+3
* util: fix assertions in u_blitter.c codeBrian Paul2012-02-291-11/+11
* gallivm: add major integer opcodes to the tgsi action handlerDave Airlie2012-02-281-1/+382
* gallivm: drop deprecated opcodesDave Airlie2012-02-281-8/+0
* gallivm: only do rcp/mul for floatingDave Airlie2012-02-281-1/+2
* gallivm: add frem support to the lp_build_mod helper.Dave Airlie2012-02-281-1/+2
* gallivm: add bitarit xor and not ops.Dave Airlie2012-02-282-0/+49
* gallivm: add integer and unsigned mod arit functions. (v2)Dave Airlie2012-02-282-0/+25
* tgsi: remove trailing comma to silence warningBrian Paul2012-02-271-1/+1
* gallium/util: add fast path for buffers in u_default_transfer_inline_writeMarek Olšák2012-02-271-14/+23
* gallium/util: set correct usage flags in u_default_transfer_inline_writeMarek Olšák2012-02-271-0/+12
* vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READChristian König2012-02-272-9/+12
* gallium/rtasm: properly detect SSE and SSE2Marek Olšák2012-02-271-24/+24
* vl/compositor: fix a simple typoChristian König2012-02-251-1/+1
* u_blitter: decrease minimum buffer range alignment to 4 for copy_bufferMarek Olšák2012-02-241-5/+5
* u_blitter: check for invalid values in copy_bufferMarek Olšák2012-02-241-0/+11
* gallium/u_slab: fix possible crash in util_slab_destroyMarek Olšák2012-02-231-3/+5
* util: add mutex lock in u_debug_memory.c codeBrian Paul2012-02-231-0/+9
* gallium: added pipe_sampler_view_release() functionBrian Paul2012-02-231-0/+22
* gallium/cso: Put the comment about shader in the code for future reference.José Fonseca2012-02-221-0/+7
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-214-171/+0
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-180/+0
* vl: add support for bob deinterlacingChristian König2012-02-212-10/+44
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-213-2/+22
* llvmpipe: Don't assume vector is 4 wide in lp_build_sin()/lp_build_cos()José Fonseca2012-02-201-81/+60
* draw: add missing streamout state setup for draw/llvm.Dave Airlie2012-02-181-0/+1
* gallivm: fetch immediates to correct type (v2)Dave Airlie2012-02-171-3/+22
* gallivm: enable stores of integer types. (v2) + fix ARLDave Airlie2012-02-172-11/+59
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-174-16/+74
* gallivm: add uint/int bld to the base builder. (v2)Dave Airlie2012-02-173-9/+12
* gallivm: fix build gather to take a bld contextDave Airlie2012-02-171-8/+8
* gallivm: pass build context to exec_mask_store.Dave Airlie2012-02-171-5/+9
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-172-0/+112
* gallivm: Initialize x86 disassembler on x86_64 too.José Fonseca2012-02-171-2/+2
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* vl: fix low strength denoise filterChristian König2012-02-141-2/+2
* gallivm: Replace architecture test with PIPE_ARCH_*Stéphane Marchesin2012-02-121-4/+6
* gallivm: Change getExtent and readByte to non-const with llvm-3.1.Vinson Lee2012-02-101-0/+8
* vl: add a matrix/convolution filterChristian König2012-02-103-0/+379
* vl: add a median filter for noise reductionChristian König2012-02-103-0/+469
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-096-10/+29
* util: fix typo in debug_printf_once commentBrian Paul2012-02-061-1/+1
* vl: add VL_MAX_SURFACES defineChristian König2012-02-063-2/+4
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-068-43/+43
* vl: prefix size defines with VL_Christian König2012-02-067-64/+65
* vl: remove assert on unknown video profileChristian König2012-02-061-1/+0
* vl: add a simple weave deinterlacerChristian König2012-02-062-33/+173
* vl/video_buffer: fix interlaced surface orderingChristian König2012-02-061-7/+13