aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov2014-03-3114-75/+14
* gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov2014-03-3117-49/+7
* gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov2014-03-3116-15/+9
* targets/omx: use GALLIUM_OMX_LINKER_FLAGSEmil Velikov2014-03-313-14/+12
* targets/omx: introduce GALLIUM_OMX_LIB_DEPSEmil Velikov2014-03-313-8/+8
* targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov2014-03-311-23/+11
* targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov2014-03-311-5/+4
* targets/pipe-loader: compact duplicating LDFLAGSEmil Velikov2014-03-311-18/+17
* pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt2014-03-311-0/+5
* targets/xa: drop libudev references from automake buildEmil Velikov2014-03-311-2/+0
* freedreno/a3xx/compiler: fix RECT texturesRob Clark2014-03-301-7/+24
* freedreno/a3xx/compiler: avoid negative register idsRob Clark2014-03-301-2/+2
* freedreno/a3xx: missing wfiRob Clark2014-03-304-3/+20
* freedreno/a3xx: little extra debugRob Clark2014-03-302-0/+5
* freedreno: handle null samplerRob Clark2014-03-302-3/+8
* draw/llvm: improve debugging output a bitZack Rusin2014-03-262-2/+3
* draw/gs: reduce the size of the gs output bufferZack Rusin2014-03-261-7/+13
* svga: add work-around for Sauerbraten Z fighting issueBrian Paul2014-03-263-2/+49
* svga: null out query's hwbuf pointer after destroyingBrian Paul2014-03-261-0/+1
* svga: add some debug_printf() calls in the query object codeBrian Paul2014-03-261-2/+6
* svga: fix a comment (sampler vs. sampler_view)Brian Paul2014-03-261-1/+1
* llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin2014-03-261-3/+5
* st/omx/dec: fix possible segfault at eosChristian König2014-03-261-1/+1
* gallivm: fix no-op n:n lp_build_resize()Roland Scheidegger2014-03-261-6/+6
* llvmpipe: Simplify vertex and geometry shaders.José Fonseca2014-03-255-70/+33
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV2014-03-241-3/+9
* radeonsi: disable fast color clear for 1D-tiled surfaces on CIKMarek Olšák2014-03-221-0/+6
* clover: Fix typo in validate_object()Tom Stellard2014-03-211-1/+1
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-215-9/+61
* gallium: add b5g6r5 srgb formatRoland Scheidegger2014-03-214-4/+21
* nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2014-03-202-4/+12
* gallium/u_gen_mipmap: remove the software fallbackMarek Olšák2014-03-211-1160/+2
* st/mesa: fix generating mipmaps for cube arraysMarek Olšák2014-03-211-28/+20
* r600g: use more appropriate names for async DMA functionsMarek Olšák2014-03-205-32/+32
* r600g: deobfuscate async DMA codeMarek Olšák2014-03-206-31/+35
* r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák2014-03-204-11/+0
* winsys/radeon: only add duplicate relocations for DMA if VM isn't supportedMarek Olšák2014-03-201-10/+13
* radeonsi: Implement DMA blitNiels Ole Salscheider2014-03-206-20/+391
* radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider2014-03-207-15/+15
* llvmpipe: Tighten check for alpha-only formatsRichard Sandiford2014-03-201-1/+1
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-204-4/+4
* nouveau: use DLOPEN_LIBS instead of -ldlJonathan Gray2014-03-201-1/+1
* gallium/docs: update SLT, SGE, SFL, STR opcode docsBrian Paul2014-03-181-10/+10
* nvc0: Handle user mapped vertex buffer for edgeflagMaarten Lankhorst2014-03-181-2/+7
* clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez2014-03-181-5/+16
* nv50/ir/gk110: add postfactor support for fmulIlia Mirkin2014-03-181-0/+2
* nv50/ir/gk110: set not modifier on first source of logic opIlia Mirkin2014-03-181-3/+2
* nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supportedIlia Mirkin2014-03-181-17/+6
* nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin2014-03-182-7/+4