summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vl/video_buffer: fix height of interlaced video buffersChristian König2012-02-061-2/+8
* draw: fix fog coord export.Dave Airlie2012-02-041-1/+6
* gallium/postprocess: move declarations before codeBrian Paul2012-02-021-2/+1
* gallium/postprocess: Just to be safe, reference all buffers from outsideLauri Kasanen2012-02-021-0/+10
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-023-9/+3
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-023-3/+3
* gallivm: Fix LLVM-2.7 build.ojab2012-02-021-4/+6
* gallivm: Remove MSVC RT hack.José Fonseca2012-02-021-14/+0
* Initialize only native LLVM Disassembler.ojab2012-01-311-1/+5
* svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa pointsMarek Olšák2012-01-311-0/+11
* gallivm: Don't use C99 member initializers.José Fonseca2012-01-301-26/+26
* gallivm: Move declaration before code.José Fonseca2012-01-301-2/+2