aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50/ir/gk110: fix handling of OP_SUB for floating point opsIlia Mirkin2014-03-181-1/+6
* nv50/ir/gk110: presin/preex2 take their source at bit 23Ilia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: add implementations of div u32/s32Ilia Mirkin2014-03-182-5/+162
* nv50/ir/gk110: implement quadopIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: fill in mov from predicateIlia Mirkin2014-03-181-1/+5
* nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txfIlia Mirkin2014-03-181-4/+8
* nv50/ir/gk110: fix setting texture for txd/txf/txqIlia Mirkin2014-03-181-9/+8
* nv50/ir/gk110: add texcsaa implementationIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: add pfetch supportIlia Mirkin2014-03-181-1/+9
* nv50/ir/gk110: add emit/restart implementationsIlia Mirkin2014-03-181-1/+8
* nv50/ir/gk110: add missing break in sched emitIlia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: implement partial txq supportIlia Mirkin2014-03-181-1/+27
* nv50/ir/gk110: fill out texture instruction supportIlia Mirkin2014-03-181-13/+20
* nv50/ir/gk110: fix control flow opcode emission, add sat flagIlia Mirkin2014-03-181-22/+18
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+15
* winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer2014-03-171-48/+26
* targets/dri-ilo: make the driver installableChia-I Wu2014-03-161-4/+3