summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)Nicolai Hähnle2016-01-021-1/+2
* radeonsi: send shader info as debug messages in addition to stderr outputNicolai Hähnle2016-01-021-14/+55
* radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)Nicolai Hähnle2016-01-024-14/+22
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-022-4/+4
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* radeonsi: add RADEON_REPLACE_SHADERS debug optionNicolai Hähnle2015-12-293-5/+105
* radeonsi: count compilations in si_compile_llvmNicolai Hähnle2015-12-292-1/+2
* radeonsi: fix viewport clipping handling. (v2)Dave Airlie2015-12-221-1/+4
* radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layoutsNicolai Hähnle2015-12-151-1/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-116-15/+13
* radeonsi: implement fast stencil clearMarek Olšák2015-12-113-23/+51
* radeonsi: re-enable Hyper-Z for stencilMarek Olšák2015-12-111-9/+3
* radeonsi: don't use the CP DMA workaround on Fiji and newerMarek Olšák2015-12-111-16/+20
* radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák2015-12-111-1/+3
* radeonsi: also print hexadecimal values for register fields in the IB parserMarek Olšák2015-12-111-4/+7
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-112-2/+160
* radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák2015-12-111-1/+13
* radeonsi: use tgsi_shader_info::colors_writtenMarek Olšák2015-12-113-11/+1
* radeonsi: handle loading doubles as geometry shader inputs.Dave Airlie2015-12-091-4/+16
* radeonsi: handle doubles in lds load path.Dave Airlie2015-12-091-0/+8
* radeonsi: last_gfx_fence is a winsys fenceNicolai Hähnle2015-12-071-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-065-19/+19
* gallium/radeon*: Remove useless castsEdward O'Callaghan2015-12-061-1/+1
* radeonsi: dump init_config IBsMarek Olšák2015-12-031-4/+15
* radeonsi: print framebuffer info into ddebug logsMarek Olšák2015-12-031-0/+25
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-031-2/+2
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-261-8/+7
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-11-252-31/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-11-253-6/+6
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-254-0/+702
* radeonsi/sid: add performance counter registersNicolai Hähnle2015-11-251-0/+1013
* radeonsi/sid: add hardware constants for COPY_DATA packetNicolai Hähnle2015-11-251-0/+3
* radeon: extend CIK_UCONFIG_REG_END for performance countersNicolai Hähnle2015-11-251-1/+1
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-161-3/+9
* radeonsi: use proper GRBM_GFX_INDEX offset for CI+Alex Deucher2015-11-161-4/+12
* radeonsi: remove dead code after ES-GS linkage changeMarek Olšák2015-11-133-57/+0
* radeonsi: link ES-GS just like LS-HSMarek Olšák2015-11-133-39/+19
* radeonsi: calculate optimal GS ring sizes to fix GS hangs on TongaMarek Olšák2015-11-135-47/+113
* radeonsi: rename si_update_gs_ringsMarek Olšák2015-11-131-2/+2
* radeonsi: calculate ESGS_RING_ITEMSIZE in create_shaderMarek Olšák2015-11-132-1/+3
* radeonsi: move maximum gs stream calculation into create_shaderMarek Olšák2015-11-132-16/+7
* radeonsi: clean up small duplication in si_shader_gsMarek Olšák2015-11-132-6/+8
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-131-1/+1
* gallium/radeon: remove predicate_drawing flagMarek Olšák2015-11-131-1/+1
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-133-0/+3
* 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