summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g: implement draw_rectangle callbackMarek Olšák2012-08-303-2/+72
* r600g: implement MSAA for r700Marek Olšák2012-08-307-41/+262
* r600g: change programming of CB_SHADER_MASK on r600-r700Marek Olšák2012-08-301-1/+2
* r600g: fix relative addressing on RS780 and RS880Marek Olšák2012-08-281-7/+6
* r600g: implement compression for MSAA colorbuffers for evergreenMarek Olšák2012-08-2710-19/+479
* r600g: cleanup names around depth decompressionMarek Olšák2012-08-275-24/+24
* r600g: fix evergreen 8x MSAA sample positionsMarek Olšák2012-08-271-16/+16
* r600g: set CB_TARGET_MASK to 0xf and not 0xff for resolve on evergreenMarek Olšák2012-08-271-0/+1
* r600g: fix lockups with dual_src_blend v2Vadim Girlin2012-08-223-9/+45
* r600g: Move common compute/3D register init to its own functionarchibald2012-08-203-170/+219
* r600g: disable tiling for 422 formats againMarek Olšák2012-08-161-0/+4
* r600g: fix blits of subsampled formatsMarek Olšák2012-08-161-20/+63
* r600g: fix copying between NPOT mipmapped compressed texturesMarek Olšák2012-08-161-2/+3
* r600g: make F2U trans-only on r600-r700Marek Olšák2012-08-161-1/+1
* r600g: set CB_COLOR_INFO to INVALID for disabled colorbuffers on r600-r700Marek Olšák2012-08-161-0/+3
* r600g: rename r600_resource_texture to r600_textureMarek Olšák2012-08-169-48/+48
* r600g: always put tiled textures in VRAMMarek Olšák2012-08-161-1/+2
* r600g: cleanup r600_resource_texture in favor of radeon_surfaceMarek Olšák2012-08-165-29/+20
* r600g: remove unused parameter in r600_texture_create_objectMarek Olšák2012-08-161-3/+2
* r600g: fixup the usage flag for the flushed depth textureMarek Olšák2012-08-161-1/+1
* r600: update sampler, sampler_view code for the futureBrian Paul2012-08-164-19/+50
* r600g: Glue to handle predicate aware output from llvmVincent Lejeune2012-08-151-11/+22
* r600g: Fix instruction group merge when there are predicated insts.Vincent Lejeune2012-08-151-0/+18
* radeon/llvm: Do not use PV/PS if PRED_SEL does not matchVincent Lejeune2012-08-151-2/+4
* r600g: Add support for predicatesVincent Lejeune2012-08-154-11/+18
* gallium/u_blitter: document custom meta helpersMarek Olšák2012-08-151-2/+2
* r600g: disable handling of DISCARD_RANGEMarek Olšák2012-08-151-0/+2
* r600g: implement timestamp query and get_timestamp hookMarek Olšák2012-08-152-2/+28
* r600g: enable MSAA on evergreen by defaultMarek Olšák2012-08-151-3/+24
* r600g: implement copying between MSAA texturesMarek Olšák2012-08-151-4/+10
* r600g: implement MSAA color resolveMarek Olšák2012-08-154-3/+108
* r600g: implement MSAA depth-stencil decompression and resolveMarek Olšák2012-08-154-35/+140
* r600g: implement TXQ_LZ opcodeMarek Olšák2012-08-151-7/+15
* r600g: implement MSAA rendering and texturing for evergreen and caymanMarek Olšák2012-08-154-26/+232
* r600g: implement set_sample_maskMarek Olšák2012-08-156-17/+61
* r600g: implement alpha-to-coverageMarek Olšák2012-08-156-6/+32
* r600g: implement alpha-to-oneMarek Olšák2012-08-155-2/+20
* r600g: remove support for 3-channel colorbuffersMarek Olšák2012-08-152-15/+0
* gallium/u_blitter: implement blitting multisample resourcesMarek Olšák2012-08-151-2/+2
* radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32Tom Stellard2012-08-141-11/+15
* r600g: remove unused parameters in texture functionsMarek Olšák2012-08-071-5/+3
* r600g: atomize sampler state v2Jerome Glisse2012-08-067-452/+262
* r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák2012-08-045-130/+175
* r600g: precompute depth buffer state in pipe_surface and reuse itMarek Olšák2012-08-043-77/+92
* r600g: simplify create_surfaceMarek Olšák2012-08-041-20/+8
* r600g: drop the old texture allocation codeMarek Olšák2012-08-047-691/+233
* r600g: make sure copying of all texture formats is acceleratedMarek Olšák2012-08-042-52/+54
* r600g: don't decompress depth or stencil if there isn't anyMarek Olšák2012-08-044-9/+17
* r600g: correct texture memory size for Z32F_S8X24 on evergreenMarek Olšák2012-08-041-7/+16
* gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák2012-08-041-1/+1