summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2012-04-18pipebuffer: split up assertionBrian Paul1-1/+2
2012-04-18gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák2-19/+4
2012-04-18gallium/u_blit: don't release vertex buffer at end of frame / in glFlushMarek Olšák2-18/+4
2012-04-18gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák1-1/+1
2012-04-13u_blitter: align vertex buffer suballocations to 4Marek Olšák1-1/+1
2012-04-13util: add dual blend helper function (v2)Dave Airlie1-0/+26
2012-04-13util: fix uninitialized tableDylan Noblesmith1-4/+5
2012-04-13util: fix undefined behaviorDylan Noblesmith1-5/+10
2012-04-12cso: unreference saved vertex buffers when restoringMarek Olšák1-0/+8
2012-04-07tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr1-17/+17
2012-04-05gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton2-32/+41
2012-04-05gallivm: Updated lp_build_polynomial to compute odd and even terms separately...James Benton1-7/+25
2012-04-03u_blitter: don't use user buffersMarek Olšák1-18/+23
2012-04-03gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.Vinson Lee1-1/+7
2012-04-03gallivm: Maximum loop iterationsJames Benton3-3/+45
2012-04-03gallivm: Simplify/reorder minimax helper.José Fonseca1-10/+15
2012-03-30gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák1-0/+4
2012-03-30gallium/util: add helper function util_query_clear_resultMarek Olšák1-0/+30
2012-03-28gallivm: Fix method overriding in raw_debug_ostream.Vinson Lee1-3/+3
2012-03-28draw: fix missing immediates bug in polygon stipple codeBrian Paul1-0/+5
2012-03-28vl: move winsys helper out of winsys directoryChristian König3-0/+639
2012-03-27gallivm: Use InitializeNativeTargetDisassembler().ojab1-1/+3
2012-03-14gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee1-0/+4
2012-03-09vl/mpeg12: make bitstream decoder more robustChristian König2-1/+2
2012-03-09vl/video_buffer: add YUYV and UYVY supportChristian König1-16/+59
2012-03-09gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristian König1-0/+42
2012-03-09gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König3-0/+96
2012-03-09u_format: fix a comment about subsampled formatsChristian König1-1/+1
2012-03-08vl/video_buffer: add YUVA and VUYA supportChristian König1-0/+20
2012-03-07svga: fix the rasterizer state resetsZack Rusin1-0/+15
2012-03-06gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.Vinson Lee1-1/+12
2012-03-06draw/llvm: add clip distance supportDave Airlie1-46/+77
2012-03-06draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)Dave Airlie1-8/+11
2012-03-06draw/llvm: fix clipvertex setting up clipmask. (v2)Dave Airlie1-11/+30
2012-03-05gallivm: fix floating type in lp_build_mod helperRoland Scheidegger1-1/+1
2012-03-03vl: fix shader in/out numberingChristian König5-10/+10
2012-03-02vl/compositor: fix shader in/out numberingChristian König1-5/+5
2012-03-02vl/csc: simplify matrix handlingChristian König4-69/+64
2012-03-02vl/compositor: add support for per layer dst areasChristian König2-39/+45
2012-03-02vl/compositor: add per vertex color suportChristian König2-31/+84
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König2-31/+31
2012-03-02vl/compositor: split shaders and stateChristian König2-163/+240
2012-03-01Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."Vinson Lee1-8/+0
2012-03-01gallivm: Update comments and prototype of vector-selects.José Fonseca1-20/+31
2012-02-29util: replace format equality test with compatibility test in blit codeBrian Paul1-1/+21
2012-02-29util: better comment for util_is_format_compatible()Brian Paul1-2/+3
2012-02-29util: fix assertions in u_blitter.c codeBrian Paul1-11/+11
2012-02-28gallivm: add major integer opcodes to the tgsi action handlerDave Airlie1-1/+382
2012-02-28gallivm: drop deprecated opcodesDave Airlie1-8/+0
2012-02-28gallivm: only do rcp/mul for floatingDave Airlie1-1/+2