summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2014-01-07llvmpipe: Basic implementation of pipe_context::set_sample_mask.HEADmasterJosé Fonseca
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen
2014-01-06radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák
2014-01-06radeonsi: set correct pipe config for Hawaii in DBMarek Olšák
2014-01-06radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák
2013-12-26freedreno/a3xx: fix blend state corruption issueRob Clark
2013-12-26freedreno: prepare for hw binningRob Clark
2013-12-26freedreno: resync generated headersRob Clark
2013-12-23r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry
2013-12-23radeon/llvm: Free target data at end of optimizationAaron Watry
2013-12-23r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry
2013-12-23r600/compute: Free compiled kernels when deleting compute stateAaron Watry
2013-12-23radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry
2013-12-22llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu
2013-12-22radeonsi: Use htile_buffer for depth only when there is no stencil.Andreas Hartmetz
2013-12-20radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer
2013-12-19r600g: Fix spelling errorAaron Watry
2013-12-18radeonsi: set CB_DISABLE if the color mask is 0Marek Olšák
2013-12-18radeonsi: add the htile buffer to the CS ioctl buffer listMarek Olšák
2013-12-17radeonsi: improve HiZ precision for less and lequal depth functionsMarek Olšák
2013-12-17radeonsi: make DB_RENDER_OVERRIDE an invariant registerMarek Olšák
2013-12-17radeonsi: flush HTILE when appropriateMarek Olšák
2013-12-14freedreno: dummy-draw workaround for a320Rob Clark
2013-12-14r600g: expose 32-bit integer vertex formatsMarek Olšák
2013-12-14radeonsi: move invariant regs to si_init_configMarek Olšák
2013-12-14r600g: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák
2013-12-14radeonsi: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák
2013-12-14llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger
2013-12-14llvmpipe: (trivial) get rid of triangle subdivision codeRoland Scheidegger
2013-12-13svga: don't emit extraneous fs shadow codeBrian Paul
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák
2013-12-12r600g,radeonsi: fix initialized buffer range tracking for DMA, add commentsMarek Olšák
2013-12-12radeonsi: fix binding the dummy pixel shaderMarek Olšák
2013-12-12radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formatsMarek Olšák
2013-12-12radeonsi: use the colorbuffer count from the shader keyMarek Olšák
2013-12-12radeonsi: remove unused variable in si_pipe_shader_psMarek Olšák
2013-12-12radeonsi: Write htile state to hardware.Andreas Hartmetz
2013-12-12radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz
2013-12-12radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz
2013-12-12r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák
2013-12-12r600g,radeonsi: add common interface for buffer invalidationMarek Olšák
2013-12-12r600g,radeonsi: consolidate some debug flagsMarek Olšák
2013-12-12r600g: refactor out code for buffer invalidationMarek Olšák
2013-12-12r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák
2013-12-12radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCEMarek Olšák
2013-12-12radeonsi: implement accelerated buffer copyingMarek Olšák
2013-12-12r600g: use common interfaces in buffer_transfer_unmapMarek Olšák
2013-12-12radeon: move some functions to r600_buffer_common.cMarek Olšák