aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno: resync generated headersRob Clark2013-12-266-76/+131
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2013-12-231-0/+2
* st/vdpau: Destroy context when initialization failsAaron Watry2013-12-231-0/+1
* radeon/llvm: Free target data at end of optimizationAaron Watry2013-12-231-0/+1
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2013-12-231-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2013-12-231-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2013-12-235-18/+41
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2013-12-231-1/+4
* clover: Remove unused variableAaron Watry2013-12-231-1/+0
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2013-12-221-0/+6
* radeonsi: Use htile_buffer for depth only when there is no stencil.Andreas Hartmetz2013-12-221-0/+8
* winsys/radeon: remove superfluous distinction of casesNiels Ole Salscheider2013-12-221-15/+5
* radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer2013-12-201-4/+7
* r600g: Fix spelling errorAaron Watry2013-12-191-1/+1
* clover: Append buffers that use CL_MEM_USE_HOST_PTR.Jan Vesely2013-12-181-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* st/dri: Check for kernel support before enabling fd sharing v2Thomas Hellstrom2013-12-182-8/+11
* radeonsi: set CB_DISABLE if the color mask is 0Marek Olšák2013-12-181-3/+8
* radeonsi: add the htile buffer to the CS ioctl buffer listMarek Olšák2013-12-181-0/+2
* st/dri: fix compiler warning for driCopySubBufferExtensionBrian Paul2013-12-171-1/+1
* radeonsi: improve HiZ precision for less and lequal depth functionsMarek Olšák2013-12-171-1/+7
* radeonsi: make DB_RENDER_OVERRIDE an invariant registerMarek Olšák2013-12-173-50/+3
* radeonsi: flush HTILE when appropriateMarek Olšák2013-12-173-2/+8
* st/xa: Add new map flagsThomas Hellstrom2013-12-172-9/+21
* freedreno: dummy-draw workaround for a320Rob Clark2013-12-142-1/+17
* r600g: expose 32-bit integer vertex formatsMarek Olšák2013-12-141-0/+1
* radeonsi: move invariant regs to si_init_configMarek Olšák2013-12-142-31/+26
* r600g: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák2013-12-141-82/+35
* radeonsi: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák2013-12-141-83/+35
* gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák2013-12-143-31/+149
* gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák2013-12-143-23/+158
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-148-42/+23
* st/dri: resolve sRGB buffers in linear colorspaceMarek Olšák2013-12-141-2/+23
* gallivm: fix pointer type for stmxcsr/ldmxcsrRoland Scheidegger2013-12-141-2/+7
* llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger2013-12-141-66/+4
* llvmpipe: (trivial) get rid of triangle subdivision codeRoland Scheidegger2013-12-143-182/+1
* svga: don't emit extraneous fs shadow codeBrian Paul2013-12-131-3/+38
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-1336-52/+127
* util: fix compile breakageBrian Paul2013-12-121-1/+1
* util: move variable declaration out of for-loopBrian Paul2013-12-121-1/+3
* gallium/util: implement new color clear API in u_blitterMarek Olšák2013-12-121-3/+42
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-126-11/+23
* r600g,radeonsi: fix initialized buffer range tracking for DMA, add commentsMarek Olšák2013-12-123-21/+36
* radeonsi: fix binding the dummy pixel shaderMarek Olšák2013-12-123-24/+11
* radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formatsMarek Olšák2013-12-121-25/+15
* radeonsi: use the colorbuffer count from the shader keyMarek Olšák2013-12-123-16/+7
* radeonsi: remove unused variable in si_pipe_shader_psMarek Olšák2013-12-121-8/+1
* radeonsi: Write htile state to hardware.Andreas Hartmetz2013-12-123-13/+65
* radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz2013-12-121-15/+67
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-125-46/+46