summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: add dual blend helper function (v2)Dave Airlie2012-04-131-0/+26
* util: fix uninitialized tableDylan Noblesmith2012-04-131-4/+5
* util: fix undefined behaviorDylan Noblesmith2012-04-131-5/+10
* cso: unreference saved vertex buffers when restoringMarek Olšák2012-04-121-0/+8
* tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr2012-04-071-17/+17
* gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton2012-04-052-32/+41
* gallivm: Updated lp_build_polynomial to compute odd and even terms separately...James Benton2012-04-051-7/+25
* u_blitter: don't use user buffersMarek Olšák2012-04-031-18/+23
* gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.Vinson Lee2012-04-031-1/+7
* gallivm: Maximum loop iterationsJames Benton2012-04-033-3/+45
* gallivm: Simplify/reorder minimax helper.José Fonseca2012-04-031-10/+15
* gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák2012-03-301-0/+4
* gallium/util: add helper function util_query_clear_resultMarek Olšák2012-03-301-0/+30
* gallivm: Fix method overriding in raw_debug_ostream.Vinson Lee2012-03-281-3/+3
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-03-281-0/+5
* vl: move winsys helper out of winsys directoryChristian König2012-03-283-0/+639
* gallivm: Use InitializeNativeTargetDisassembler().ojab2012-03-271-1/+3
* gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee2012-03-141-0/+4
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-092-1/+2
* 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