summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* vl/video_buffer: add YUYV and UYVY supportChristian König2012-03-091-16/+59
* gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-091-0/+42
* gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-093-0/+96
* u_format: fix a comment about subsampled formatsChristian König2012-03-091-1/+1
* vl/video_buffer: add YUVA and VUYA supportChristian König2012-03-081-0/+20
* svga: fix the rasterizer state resetsZack Rusin2012-03-071-0/+15
* gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.Vinson Lee2012-03-061-1/+12
* draw/llvm: add clip distance supportDave Airlie2012-03-061-46/+77
* draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)Dave Airlie2012-03-061-8/+11
* draw/llvm: fix clipvertex setting up clipmask. (v2)Dave Airlie2012-03-061-11/+30
* gallivm: fix floating type in lp_build_mod helperRoland Scheidegger2012-03-051-1/+1
* vl: fix shader in/out numberingChristian König2012-03-035-10/+10
* vl/compositor: fix shader in/out numberingChristian König2012-03-021-5/+5
* vl/csc: simplify matrix handlingChristian König2012-03-024-69/+64
* vl/compositor: add support for per layer dst areasChristian König2012-03-022-39/+45
* vl/compositor: add per vertex color suportChristian König2012-03-022-31/+84
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-022-31/+31
* vl/compositor: split shaders and stateChristian König2012-03-022-163/+240
* Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."Vinson Lee2012-03-011-8/+0
* 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