summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-03-21gallium/u_gen_mipmap: remove the software fallbackMarek Olšák1-1160/+2
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák1-28/+20
2014-03-20r600g: use more appropriate names for async DMA functionsMarek Olšák5-32/+32
2014-03-20r600g: deobfuscate async DMA codeMarek Olšák6-31/+35
2014-03-20r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák4-11/+0
2014-03-20winsys/radeon: only add duplicate relocations for DMA if VM isn't supportedMarek Olšák1-10/+13
2014-03-20radeonsi: Implement DMA blitNiels Ole Salscheider6-20/+391
2014-03-20radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider7-15/+15
2014-03-20llvmpipe: Tighten check for alpha-only formatsRichard Sandiford1-1/+1
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray4-4/+4
2014-03-20nouveau: use DLOPEN_LIBS instead of -ldlJonathan Gray1-1/+1
2014-03-18gallium/docs: update SLT, SGE, SFL, STR opcode docsBrian Paul1-10/+10
2014-03-18nvc0: Handle user mapped vertex buffer for edgeflagMaarten Lankhorst1-2/+7
2014-03-18clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez1-5/+16
2014-03-18nv50/ir/gk110: add postfactor support for fmulIlia Mirkin1-0/+2
2014-03-18nv50/ir/gk110: set not modifier on first source of logic opIlia Mirkin1-3/+2
2014-03-18nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supportedIlia Mirkin1-17/+6
2014-03-18nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin2-7/+4
2014-03-18nv50/ir/gk110: fix handling of OP_SUB for floating point opsIlia Mirkin1-1/+6
2014-03-18nv50/ir/gk110: presin/preex2 take their source at bit 23Ilia Mirkin1-1/+1
2014-03-18nv50/ir/gk110: add implementations of div u32/s32Ilia Mirkin2-5/+162
2014-03-18nv50/ir/gk110: implement quadopIlia Mirkin1-1/+11
2014-03-18nv50/ir/gk110: fill in mov from predicateIlia Mirkin1-1/+5
2014-03-18nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txfIlia Mirkin1-4/+8
2014-03-18nv50/ir/gk110: fix setting texture for txd/txf/txqIlia Mirkin1-9/+8
2014-03-18nv50/ir/gk110: add texcsaa implementationIlia Mirkin1-1/+11
2014-03-18nv50/ir/gk110: add pfetch supportIlia Mirkin1-1/+9
2014-03-18nv50/ir/gk110: add emit/restart implementationsIlia Mirkin1-1/+8
2014-03-18nv50/ir/gk110: add missing break in sched emitIlia Mirkin1-1/+1
2014-03-18nv50/ir/gk110: implement partial txq supportIlia Mirkin1-1/+27
2014-03-18nv50/ir/gk110: fill out texture instruction supportIlia Mirkin1-13/+20
2014-03-18nv50/ir/gk110: fix control flow opcode emission, add sat flagIlia Mirkin1-22/+18
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace1-3/+15
2014-03-17winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer1-48/+26
2014-03-16targets/dri-ilo: make the driver installableChia-I Wu1-4/+3
2014-03-15radeonsi/compute: Fix memory leakAaron Watry1-0/+6
2014-03-14gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar1-12/+62
2014-03-14gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger1-29/+9
2014-03-14gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar1-6/+8
2014-03-14radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider1-0/+7
2014-03-14radeon: Move DMA ring creation to common codeNiels Ole Salscheider4-31/+32
2014-03-14nvc0: minor cleanups in stream output handlingEmil Velikov1-4/+5
2014-03-14nouveau: honor fread return value in the nouveau_compilerEmil Velikov1-2/+2
2014-03-14nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov1-1/+1
2014-03-14nv50: add missing brackets when handling the samplers arrayEmil Velikov1-1/+2
2014-03-11r600g: compute memory pool size is given in dwNiels Ole Salscheider1-2/+2
2014-03-11r600g,radeonsi: attempt to fix racy multi-context apps calling BufferDataMarek Olšák3-14/+18
2014-03-11r600g,radeonsi: fix broken buffer downloadMarek Olšák1-1/+1
2014-03-11r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák6-97/+99
2014-03-11radeonsi: small cleanup in get_paramMarek Olšák1-4/+2