aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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