index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_hw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: set VPORT_ZMIN/MAX registers correctly
Marek Olšák
2016-09-05
1
-0
/
+1
*
gallium/radeon: unify and simplify checking for an empty gfx IB
Marek Olšák
2016-08-25
1
-10
/
+3
*
gallium/radeon: count gfx IB flushes
Marek Olšák
2016-08-06
1
-1
/
+1
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-2
/
+3
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
1
-5
/
+5
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-3
/
+0
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
1
-1
/
+2
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
1
-0
/
+1
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
1
-1
/
+1
*
radeonsi: move gfx fence wait out of si_check_vm_faults
Nicolai Hähnle
2016-06-24
1
-1
/
+7
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
1
-23
/
+2
*
radeonsi: Reinitialize all descriptors in CE preamble.
Bas Nieuwenhuizen
2016-06-10
1
-0
/
+3
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
1
-4
/
+11
*
gallium/radeon: use cs_check_space throughout
Nicolai Hähnle
2016-06-01
1
-3
/
+2
*
radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0
Marek Olšák
2016-05-31
1
-2
/
+3
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
1
-2
/
+2
*
radeonsi: remove flushes at the beginning and end of IBs done by the kernel
Marek Olšák
2016-04-28
1
-12
/
+12
*
radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space
Marek Olšák
2016-04-26
1
-2
/
+2
*
radeonsi: Enable loading into CE RAM.
Bas Nieuwenhuizen
2016-04-21
1
-0
/
+5
*
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+1
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+2
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+34
*
radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was added
Marek Olšák
2016-04-13
1
-1
/
+2
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
1
-4
/
+4
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
1
-2
/
+1
*
radeonsi: implement forcing per-sample_interpolation using the shader key only
Marek Olšák
2016-02-09
1
-1
/
+0
*
radeonsi: rename cb_target_mask state to cb_render_state
Marek Olšák
2016-02-02
1
-1
/
+1
*
radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga
Marek Olšák
2015-11-13
1
-0
/
+2
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-0
/
+1
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-8
/
+8
*
radeonsi: prevent recursion in si_context_gfx_flush
Marek Olšák
2015-11-13
1
-0
/
+7
*
gallium/radeon: remove the IB flushing flag
Marek Olšák
2015-11-13
1
-3
/
+0
*
gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_space
Marek Olšák
2015-11-13
1
-0
/
+5
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
1
-5
/
+5
*
radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate state
Marek Olšák
2015-10-03
1
-0
/
+1
*
radeonsi: dump buffer lists while debugging
Marek Olšák
2015-10-03
1
-1
/
+14
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
1
-1
/
+1
*
radeonsi: add an option for debugging VM faults
Marek Olšák
2015-10-03
1
-0
/
+4
*
radeonsi: don't send IB dword usage to si_need_cs_space
Marek Olšák
2015-09-01
1
-2
/
+1
*
radeonsi: don't count IB space for states, just use an upper bound
Marek Olšák
2015-09-01
1
-48
/
+5
*
radeonsi: convert SPI state to an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: convert CB_TARGET_MASK setup to an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: convert stencil ref state into an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: convert blend color state into an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: convert sample mask state into an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: convert clip state into an atom
Marek Olšák
2015-09-01
1
-0
/
+1
*
radeonsi: avoid redundant CB and DB register updates
Marek Olšák
2015-09-01
1
-1
/
+4
*
radeonsi: use a bitmask for tracking dirty atoms
Marek Olšák
2015-09-01
1
-6
/
+4
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: define the state atom array separately
Marek Olšák
2015-09-01
1
-1
/
+1
[next]