aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák2018-07-241-2/+1
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-231-0/+3
* radeonsi: add support for Vega20Marek Olšák2018-07-121-1/+2
* Shorten u_queue namesMarek Olšák2018-07-041-2/+2
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-041-0/+2
* radeonsi: fix compiler breakageMarek Olšák2018-07-041-0/+1
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-1/+1
* ac/radeonsi: port compiler init/destroy out of radeonsi.Dave Airlie2018-07-041-25/+2
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-041-2/+3
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-041-2/+2
* ac/radeonsi: refactor out pass manager init to common code.Dave Airlie2018-07-041-25/+2
* ac/radv: split the non-common init_once code from the common target code. (v2)Dave Airlie2018-07-041-0/+1
* ac: move all LLVM module initialization into ac_create_moduleMarek Olšák2018-07-021-11/+3
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-251-1/+1
* radeonsi: clean up some #includesMarek Olšák2018-06-251-1/+1
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-211-0/+1
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-1/+1
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-1/+1
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-1/+1
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-101-1/+1
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-101-20/+16
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-101-0/+25
* radeonsi: increase the number of compiler threads depending on the CPUMarek Olšák2018-04-271-13/+26
* radeonsi: avoid a crash in gallivm_dispose_target_library_infoMarek Olšák2018-04-271-0/+3
* radeonsi: move data_layout into si_compilerMarek Olšák2018-04-271-0/+9
* radeonsi: move passmgr into si_compilerMarek Olšák2018-04-271-0/+30
* radeonsi: move target_library_info into si_compilerMarek Olšák2018-04-271-0/+10
* radeonsi: add triple into si_compilerMarek Olšák2018-04-271-1/+2
* radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák2018-04-271-24/+28
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-9/+9
* radeonsi: inline 2 trivial state structuresMarek Olšák2018-04-271-1/+1
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-271-0/+1
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-271-4/+1
* radeonsi: use common gs_table_depth codeDave Airlie2018-04-241-31/+2
* radeonsi: don't runtime check gs table infoDave Airlie2018-04-241-7/+7
* radeonsi: add support for VegaMMarek Olšák2018-04-181-0/+1
* radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák2018-04-181-3/+4
* 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