aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: disable primitive binning for all blitter opsMarek Olšák2018-05-241-1/+1
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-101-0/+3
* radeonsi: add EQAA SC,DB,CB register programmingMarek Olšák2018-05-101-2/+3
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-101-0/+1
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-101-16/+1
* radeonsi: increase the number of compiler threads depending on the CPUMarek Olšák2018-04-271-3/+3
* radeonsi: move passmgr into si_compilerMarek Olšák2018-04-271-7/+0
* radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák2018-04-271-3/+3
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-2/+2
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-10/+9
* radeonsi: inline 2 trivial state structuresMarek Olšák2018-04-271-10/+2
* radeonsi: remove si_atom::idMarek Olšák2018-04-271-10/+11
* radeonsi: don't use an indirect table for state atomsMarek Olšák2018-04-271-17/+0
* radeonsi: rename r600_atom -> si_atomMarek Olšák2018-04-271-20/+20
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-271-0/+278
* radeonsi: implement DCC fast clear swizzle constraints more accuratelyMarek Olšák2018-04-271-0/+2
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-271-1/+0
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-161-1/+1
* radeonsi: implement mechanism for IBs without partial flushes at the end (v6)Marek Olšák2018-04-161-0/+1
* radeonsi: make sure CP DMA is idle at the end of IBsMarek Olšák2018-04-131-0/+1
* radeonsi: always prefetch later shaders after the draw packetMarek Olšák2018-04-131-1/+1
* radeonsi: correct si_vgt_param_key on big endian machinesBas Vermeulen2018-04-091-0/+13
* radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormaskMarek Olšák2018-04-051-0/+3
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-20/+116
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-051-0/+77
* radeonsi: move r600_gpu_load.c to si_gpu_load.cMarek Olšák2018-04-051-0/+6
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-051-0/+6
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-051-0/+79
* radeonsi: move and rename R600_ERR out of r600_pipe_common.hMarek Olšák2018-04-051-0/+3
* radeonsi: rename a few R600/r600_ -> SI_/si_Marek Olšák2018-04-051-5/+5
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-10/+86
* radeonsi: move functions out of and remove r600_pipe_common.cMarek Olšák2018-04-051-0/+3
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-051-2/+2
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-051-3/+3
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-1/+1
* radeonsi: use si_context instead of pipe_context in parameters pt1Marek Olšák2018-04-051-2/+1
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+2
* radeonsi: use r600_common_context less pt2Marek Olšák2018-04-051-6/+6
* radeonsi: use r600_common_context less pt1Marek Olšák2018-04-051-3/+4
* radeonsi: move saved_cs functions from r600_pipe_common.c to si_debug.cMarek Olšák2018-04-051-0/+3
* radeonsi: move DMA CS functions from r600_pipe_common.c to si_dma_cs.cMarek Olšák2018-04-051-0/+7
* radeonsi: move EOP event code from r600_pipe_common.c to si_fence.cMarek Olšák2018-04-051-0/+8
* radeonsi: rename si_hw_context.c -> si_gfx_cs.cMarek Olšák2018-04-051-1/+1
* radeonsi: move si_destroy_saved_cs to si_debug.cMarek Olšák2018-04-051-1/+1
* radeonsi: rename si_begin_new_cs -> si_begin_new_gfx_csMarek Olšák2018-04-051-1/+1
* radeonsi: rename si_need_cs_space -> si_need_gfx_cs_spaceMarek Olšák2018-04-051-1/+1
* radeonsi: remove r600_pipe_common::blit_decompress_depthMarek Olšák2018-04-051-0/+6
* radeonsi: remove r600_pipe_common::decompress_dccMarek Olšák2018-04-051-0/+1
* radeonsi: call CS flush functions directly whenever possibleMarek Olšák2018-04-051-2/+2
* radeonsi: skip DCC render feedback checking if color writes are disabledMarek Olšák2018-04-051-0/+17