summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2Tom Stellard2012-10-191-0/+2
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-182-2/+0
* r600g: Fix segfault in r600_compute_global_transfer_map()Tom Stellard2012-10-161-1/+1
* r600g: Fix build with --enable-openclTom Stellard2012-10-161-0/+1
* r600g: drop useless switch statementAndreas Boll2012-10-151-94/+7
* r600g: emit the border color only when it's neededMarek Olšák2012-10-154-4/+24
* r600g: cleanup create_sampler_state functionsMarek Olšák2012-10-153-57/+46
* r600g: move shader structures into r600_shader.hMarek Olšák2012-10-129-25/+30
* r600g: implement MSAA resolving for 8-bit and 16-bit integer formatsMarek Olšák2012-10-121-3/+41
* r600g: put user indices in the command stream for small index countsMarek Olšák2012-10-112-14/+28
* r600g: inline r600_translate_index_bufferMarek Olšák2012-10-114-65/+22
* gallium: unify transfer functionsMarek Olšák2012-10-117-218/+170
* r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_stateMarek Olšák2012-10-103-14/+22
* r600g: move DB_SHADER_CONTROL into db_misc_stateMarek Olšák2012-10-106-36/+27
* r600g: emit PS_PARTIAL_FLUSH at the beginning of CSMarek Olšák2012-10-102-0/+12
* r600g: atomize depth-stencil-alpha stateMarek Olšák2012-10-108-50/+28
* r600g: atomize rasterizer stateMarek Olšák2012-10-107-173/+126
* r600g: sort variables in r600_contextMarek Olšák2012-10-104-93/+79
* r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command bufferMarek Olšák2012-10-102-36/+36
* r600g: atomize scissor stateMarek Olšák2012-10-108-78/+48
* r600g: atomize polygon offset stateMarek Olšák2012-10-107-123/+121
* r600g: atomize fetch shaderMarek Olšák2012-10-109-121/+67
* r600g: remove the dual_src_blend flag from the shader keyMarek Olšák2012-10-103-3/+4
* r600g: atomize blend stateMarek Olšák2012-10-109-176/+182
* r600g: inline r600_atom_dirtyMarek Olšák2012-10-108-52/+47
* r600g: remove the "atom" variable from r600_command_bufferMarek Olšák2012-10-106-37/+34
* r600g: use a select to handle front/back color in llvmVincent Lejeune2012-10-092-5/+44
* r600g: frontcolor tracks its associated backcolorVincent Lejeune2012-10-092-25/+35
* r600g: Fix build with --enable-openclTom Stellard2012-10-091-1/+3
* r600g: remove unused variables to fix compile warningsMarek Olšák2012-10-092-4/+0
* r600g: fix possible issue with stencil mipmap renderingMarek Olšák2012-10-061-1/+12
* r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompressionMarek Olšák2012-10-061-23/+22
* r600g: don't modify pipe_resource in resource_copy_region, fixing race conditionMarek Olšák2012-10-065-161/+139
* r600g: fix streamout on RS780 and RS880Marek Olšák2012-10-062-7/+14
* r600g: Re-enable growing of the compute memory poolTom Stellard2012-10-012-18/+4
* r600g: Fix bug when adding new items to the compute memory poolTom Stellard2012-10-011-6/+23
* r600g: Use a RAT buffer as the backing bo for the compute memory poolTom Stellard2012-10-012-34/+6
* r600g: Make sure to init the compute memory pool with enough memoryTom Stellard2012-10-011-1/+1
* r600g: Add evergreen_init_color_surface_rat() v2Tom Stellard2012-10-012-0/+59
* r600g: Add register field definitions for 028C70_RESOURCE_TYPETom Stellard2012-10-011-0/+7
* gallium: remove resource_resolveMarek Olšák2012-09-301-152/+0
* r600g: implement blitMarek Olšák2012-09-305-23/+140
* gallium/u_blitter: add gallium blit implementationMarek Olšák2012-09-303-25/+17
* gallium/u_blitter: add ability to disable and restore the render conditionMarek Olšák2012-09-302-14/+5
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* r600g: add some members to radeon_llvm_contextVincent Lejeune2012-09-281-0/+5
* r600g: tgsi-to-llvm path is taken after declarations have been parsedVincent Lejeune2012-09-281-26/+32
* r600g: fix EXP on CaymanMarek Olšák2012-09-271-4/+2
* r600g: fix RSQ of negative value on CaymanMarek Olšák2012-09-271-0/+5
* r600g: fix instance divisor on CaymanMarek Olšák2012-09-271-19/+35