summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: simplify disabling render condition for u_blitterMarek Olšák2015-11-132-10/+9
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-1311-90/+90
* radeonsi: prevent recursion in si_context_gfx_flushMarek Olšák2015-11-132-0/+8
* gallium/radeon: remove the IB flushing flagMarek Olšák2015-11-131-3/+0
* gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_spaceMarek Olšák2015-11-131-0/+5
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-137-35/+30
* radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as wellMarek Olšák2015-11-131-2/+2
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-131-0/+3
* radeonsi: add glClearBufferSubData accelerationMarek Olšák2015-11-131-0/+60
* radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flagMarek Olšák2015-11-131-19/+25
* radeonsi: fix a future crash in emit_cb_target_maskMarek Olšák2015-11-131-1/+1
* radeonsi: fix unaligned clear_buffer fallbackMarek Olšák2015-11-131-6/+8
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+1
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-071-0/+322
* radeonsi: add workarounds for CP DMA to stay on the fast pathMarek Olšák2015-11-071-5/+88
* radeonsi: unify CP DMA preparation logicMarek Olšák2015-11-071-37/+34
* radeonsi: unify CP DMA code determining various flagsMarek Olšák2015-11-071-28/+23
* radeonsi: only enable write confirmation on the last CP DMA packetMarek Olšák2015-11-071-2/+4
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* radeonsi: allow copying between compatible compressed and uncompressed formatsMarek Olšák2015-10-281-1/+1
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-274-7/+7
* radeonsi: simplify DCC handling in si_initialize_color_surfaceMarek Olšák2015-10-271-7/+3
* radeonsi: Implement DCC fast clear.Bas Nieuwenhuizen2015-10-242-3/+4
* radeonsi: add Stoney to si_init_gs_info()Alex Deucher2015-10-231-0/+1
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-243-6/+46
* radeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.Bas Nieuwenhuizen2015-10-241-0/+11
* radeonsi: Disable operations that do not work with DCC.Bas Nieuwenhuizen2015-10-243-3/+6
* radeonsi: only apply the SNORM blit workaround to *8_SNORMMarek Olšák2015-10-241-1/+1
* radeonsi: add another requirement for PARTIAL_ES_WAVEMarek Olšák2015-10-244-2/+35
* radeonsi: merge two ifs setting WD_SWITCH_ON_EOPMarek Olšák2015-10-241-5/+2
* radeonsi: make PARTIAL_ES_WAVE globally dependent on SWITCH_ON_EOIMarek Olšák2015-10-241-5/+6
* radeonsi: add one more SWITCH_ON_EOI requirement for Hawaii and VIMarek Olšák2015-10-241-1/+10
* radeonsi: only apply the instancing bug workaround to BonaireMarek Olšák2015-10-241-5/+5
* radeonsi: add SWITCH_ON_EOI requirement for 4 SE partsMarek Olšák2015-10-241-0/+4
* radeonsi: remove unnecessary PARTIAL_VS_WAVE setting for streamoutMarek Olšák2015-10-241-4/+0
* radeonsi: allow unbinding vertex shadersMarek Olšák2015-10-241-2/+2
* radeonsi: allow unbinding pixel shaders and remove the dummy shaderMarek Olšák2015-10-243-22/+1
* radeonsi: add draw_vbo check for a NULL pixel shaderMarek Olšák2015-10-243-1/+8
* radeonsi: add checks for a NULL pixel shaderMarek Olšák2015-10-242-32/+42
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-231-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-0/+2
* radeonsi: enable BC_OPTIMIZE if centroid isn't usedMarek Olšák2015-10-201-1/+5
* radeonsi: fix the export_prim_id field size in the shader keyMarek Olšák2015-10-201-2/+2
* radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák2015-10-209-199/+224
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* radeonsi: add support for ARB_texture_viewMarek Olšák2015-10-202-7/+22
* radeonsi: implement vertex color clampingMarek Olšák2015-10-175-4/+52
* radeonsi: implement fragment color clampingMarek Olšák2015-10-176-2/+18
* radeonsi: clean up other scratch buffer functionsMarek Olšák2015-10-171-15/+8
* radeonsi: clean up copy-pasted scratch buffer updatesMarek Olšák2015-10-171-26/+13