aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-307-1652/+2954
* gallium: Move duplicated helper macros to tgsi_exec.hTom Stellard2012-01-303-162/+148
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-304-92/+92
* gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard2012-01-304-395/+385
* gallivm: Add function lp_bld_gather_values()Tom Stellard2012-01-302-0/+21
* tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2012-01-302-162/+201
* draw: Remove unused variables.Vinson Lee2012-01-281-4/+0
* gallivm: Swizzle constants into the right AoS ordering.Brian Paul2012-01-271-1/+1
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-01-271-0/+5
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-265-10/+66
* draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz2012-01-261-1/+2
* draw: Remove reduced_primJakob Bornecrantz2012-01-263-12/+0
* gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer2012-01-241-1/+2
* util: Silence GCC unused-but-set-variable warning.Vinson Lee2012-01-161-0/+2
* vl: Make array initialization portable.José Fonseca2012-01-161-1/+4
* vl: fix YV12 handlingChristian König2012-01-153-8/+48
* vl: move away from state like parametersChristian König2012-01-154-153/+102
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-152-13/+24
* vl/video_buffer: improve constructorChristian König2012-01-152-45/+84
* vl/video_buffer: use template style create paramsChristian König2012-01-153-40/+43
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-153-83/+14
* gallivm: Allow target specific intrinsics in lp_declare_intrinsic()Tom Stellard2012-01-131-7/+0
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+5
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-113-0/+4
* tgsi: add ISSG supportDave Airlie2012-01-112-0/+15
* draw: clipdistance support (v2)Dave Airlie2012-01-117-17/+79
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-112-0/+5
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-119-18/+58
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-113-6/+19
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-102-7/+16
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0