aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-1/+1
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-102/+102
* radeonsi: remove r600_pipe_common::screenMarek Olšák2018-04-051-1/+0
* radeonsi: rename a few R600/r600_ -> SI_/si_Marek Olšák2018-04-051-1/+1
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-4/+4
* radeonsi: move functions out of and remove r600_pipe_common.cMarek Olšák2018-04-051-2/+145
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-2/+2
* radeonsi: use r600_common_context less pt6Marek Olšák2018-04-051-2/+2
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+2
* radeonsi: use r600_common_context less pt2Marek Olšák2018-04-051-1/+1
* radeonsi: flatten / remove struct r600_ringMarek Olšák2018-04-051-2/+2
* radeonsi: remove r600_ring::flush callbackMarek Olšák2018-04-051-1/+0
* radeonsi: rename si_begin_new_cs -> si_begin_new_gfx_csMarek Olšák2018-04-051-1/+1
* radeonsi: remove r600_pipe_common::set_atom_dirtyMarek Olšák2018-04-051-1/+0
* radeonsi: call CS flush functions directly whenever possibleMarek Olšák2018-04-051-2/+2
* radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák2018-04-021-0/+1
* radeonsi: use maximum OFFCHIP_BUFFERING on Vega12Marek Olšák2018-03-281-1/+8
* radeonsi: add support for Vega12Marek Olšák2018-03-281-0/+2
* radeonsi: put both tessellation rings into 1 bufferMarek Olšák2018-02-241-2/+1
* radeonsi: move tessellation ring info into si_screenMarek Olšák2018-02-241-2/+36
* radeonsi: fix regression from 32-bit pointers on CIMarek Olšák2018-02-191-1/+1
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-171-6/+12
* gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2018-02-171-1/+1
* st/radeonsi: enable disk cache for nirTimothy Arceri2018-02-101-4/+0
* radeonsi: copy the NIR enablement debug bit to the shader cache flagsMarek Olšák2018-02-091-1/+2
* radeonsi: remove DBG_PRECOMPILEMarek Olšák2018-01-311-1/+0
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-1/+0
* radeonsi/gfx9: make shader binaries use read-only memoryMarek Olšák2017-12-061-0/+2
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-112/+110
* radeonsi: remove r600_pipe_common::barrier_flags::compute_to_L2Marek Olšák2017-11-291-2/+0
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-291-3/+98
* radeonsi: set all pipe buffer functions in r600_buffer_common.cMarek Olšák2017-11-291-1/+2
* radeonsi: move/remove ac_shader_binary helpersMarek Olšák2017-11-291-1/+1
* radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.cMarek Olšák2017-11-291-442/+44
* radeonsi: remove r600_common_context::clear_bufferMarek Olšák2017-11-291-3/+3
* radeonsi: move r600_test_dma.c into si_test_dma.cMarek Olšák2017-11-291-1/+1
* radeonsi: move all clear() code into si_clear.cMarek Olšák2017-11-291-0/+1
* radeonsi: enable DCC with MSAA for VIMarek Olšák2017-11-291-0/+5
* radeonsi: remove has_cp_dma, has_streamout flags (v2)Marek Olšák2017-11-141-3/+0
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-0/+2
* radeonsi: use a threaded context even for debug contextsNicolai Hähnle2017-11-091-9/+2
* gallium/u_threaded: implement asynchronous flushesNicolai Hähnle2017-11-091-0/+3
* radeonsi: move fence functions to si_fence.cNicolai Hähnle2017-11-091-0/+2
* radeonsi: fix potential use-after-free of debug callbacksNicolai Hähnle2017-11-091-0/+4
* radeonsi: move pipe debug callback to si_contextNicolai Hähnle2017-11-091-0/+12
* radeonsi: add si_screen::has_ls_vgpr_init_bugMarek Olšák2017-11-071-0/+2
* radeonsi: use ac_create_target_machineMarek Olšák2017-11-071-15/+7
* radeonsi: use ac_get_llvm_processor_nameMarek Olšák2017-11-071-2/+2
* radeonsi/gfx9: don't set gs_table_depthMarek Olšák2017-11-071-2/+4
* radeonsi: enable signed vertex buffer offsetsMarek Olšák2017-11-061-1/+1