aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-021-0/+9
* radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák2018-04-021-0/+1
* radeonsi: don't use struct si_descriptors for vertex buffer descriptorsMarek Olšák2018-02-261-1/+5
* 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-0/+3
* radeonsi/gfx9: make shader binaries use read-only memoryMarek Olšák2017-12-061-0/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-4/+70
* radeonsi: move shader debug helpers out of r600_pipe_common.cMarek Olšák2017-11-291-0/+13
* radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.cMarek Olšák2017-11-291-0/+4
* radeonsi: remove R600_CONTEXT_* flagsMarek Olšák2017-11-291-14/+18
* radeonsi: remove some definitions and helpers from r600_pipe_common.hMarek Olšák2017-11-291-0/+43
* radeonsi: move r600_test_dma.c into si_test_dma.cMarek Olšák2017-11-291-0/+3
* radeonsi: move all clear() code into si_clear.cMarek Olšák2017-11-291-0/+19
* radeonsi: record and dump time of flushNicolai Hähnle2017-11-091-0/+1
* gallium/u_threaded: implement asynchronous flushesNicolai Hähnle2017-11-091-0/+2
* radeonsi: move fence functions to si_fence.cNicolai Hähnle2017-11-091-0/+4
* radeonsi: move pipe debug callback to si_contextNicolai Hähnle2017-11-091-0/+1
* radeonsi: add si_screen::has_ls_vgpr_init_bugMarek Olšák2017-11-071-0/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-3/+0