aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_hw_context.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate stateMarek Olšák2015-10-031-0/+1
* radeonsi: dump buffer lists while debuggingMarek Olšák2015-10-031-1/+14
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-031-1/+1
* radeonsi: add an option for debugging VM faultsMarek Olšák2015-10-031-0/+4
* radeonsi: don't send IB dword usage to si_need_cs_spaceMarek Olšák2015-09-011-2/+1
* radeonsi: don't count IB space for states, just use an upper boundMarek Olšák2015-09-011-48/+5
* radeonsi: convert SPI state to an atomMarek Olšák2015-09-011-0/+1
* radeonsi: convert CB_TARGET_MASK setup to an atomMarek Olšák2015-09-011-0/+1
* radeonsi: convert stencil ref state into an atomMarek Olšák2015-09-011-0/+1
* radeonsi: convert blend color state into an atomMarek Olšák2015-09-011-0/+1
* radeonsi: convert sample mask state into an atomMarek Olšák2015-09-011-0/+1
* radeonsi: convert clip state into an atomMarek Olšák2015-09-011-0/+1
* radeonsi: avoid redundant CB and DB register updatesMarek Olšák2015-09-011-1/+4
* radeonsi: use a bitmask for tracking dirty atomsMarek Olšák2015-09-011-6/+4
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-1/+1
* radeonsi: define the state atom array separatelyMarek Olšák2015-09-011-1/+1
* radeonsi: optimize viewport statesMarek Olšák2015-09-011-0/+2
* radeonsi: optimize scissor statesMarek Olšák2015-09-011-0/+3
* radeonsi: fix memory usage checking for big IBsMarek Olšák2015-09-011-8/+9
* radeonsi: add IB tracing support for debug contextsMarek Olšák2015-08-261-1/+23
* radeonsi: remove old CS tracing codeMarek Olšák2015-08-261-24/+1
* radeonsi: save the contents of indirect buffers for debug contextsMarek Olšák2015-08-261-0/+8
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-6/+6
* radeonsi: always flush framebuffer caches at the beginning of IBsMarek Olšák2015-08-061-1/+2
* radeonsi: don't count the exact needed CS space if the CS is large enoughMarek Olšák2015-08-061-2/+11
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-061-1/+1
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-061-1/+2
* radeonsi: flush if the memory usage for an IB is too highMarek Olšák2015-08-021-0/+13
* radeonsi: set VGT_LS_HS_CONFIG for tessellationMarek Olšák2015-07-231-0/+1
* radeonsi: add derived tessellation stateMarek Olšák2015-07-231-0/+7
* radeonsi: Flush when we're asked to return a fence but don't have one yetMichel Dänzer2015-07-221-1/+2
* radeonsi: don't flush an empty IB if the only thing we need is a fenceMarek Olšák2015-07-051-3/+13
* radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state changeMarek Olšák2015-03-161-0/+1
* radeonsi: split sample locations into its own state atomMarek Olšák2015-03-161-0/+1
* radeonsi: Enable VGPR spilling for all shader types v5Tom Stellard2015-01-281-0/+1
* radeonsi: add a combined flag for flushing a framebufferMarek Olšák2015-01-071-4/+1
* radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák2015-01-071-9/+11
* radeonsi: remove init config from statesMarek Olšák2015-01-071-2/+1
* radeonsi: only emit line stippling and provoking vertex state when it changesMarek Olšák2014-12-101-0/+1
* radeonsi: emit DRAW_PREAMBLE only if it changesMarek Olšák2014-12-101-0/+2
* radeonsi: emit GS_OUT_PRIM_TYPE only if it changesMarek Olšák2014-12-101-0/+1
* radeonsi: emit primitive restart only if it changesMarek Olšák2014-12-101-0/+2
* radeonsi: emit base vertex and start instance only if they changeMarek Olšák2014-12-101-0/+1
* radeonsi: emit clip registers only if VS, GS, or rasterizer is changedMarek Olšák2014-12-101-0/+1
* radeonsi: remove useless variable si_context::pm4_dirty_cdwordsMarek Olšák2014-12-101-3/+1
* radeonsi: fix CS tracing and remove excessive CS dumpingMarek Olšák2014-10-041-34/+2
* radeonsi: move DB registers from draw_vbo into new db_render_stateMarek Olšák2014-09-241-0/+1
* radeonsi: use gpu_address from r600_resourceMarek Olšák2014-08-091-1/+1
* radeonsi: mark MSAA config state as dirty at the beginning of CSMarek Olšák2014-07-081-0/+1
* radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák2014-05-101-5/+5