index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: skip unnecessary si_update_shaders calls
Marek Olšák
2016-08-03
1
-0
/
+6
*
radeonsi: fix Polaris MSAA regression
Nicolai Hähnle
2016-07-23
1
-15
/
+19
*
radeonsi: silence Coverity warning
Nicolai Hähnle
2016-07-13
1
-0
/
+2
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
radeonsi: catch a potential state tracker error with non-MSAA FBs
Nicolai Hähnle
2016-07-08
1
-0
/
+6
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
1
-16
/
+29
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-0
/
+19
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
1
-2
/
+4
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
1
-0
/
+15
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
1
-1
/
+8
*
radeonsi: unreference framebuffer state with set_framebuffer_state
Marek Olšák
2016-06-29
1
-1
/
+1
*
radeonsi: don't advertise multisample shader images
Marek Olšák
2016-06-29
1
-0
/
+3
*
radeonsi: enable CU0 in each SE for LS-HS execution
Marek Olšák
2016-06-29
1
-2
/
+1
*
radeonsi: use conformant line rasterization
Marek Olšák
2016-06-29
1
-1
/
+9
*
radeonsi: set PA_SU_SMALL_PRIM_FILTER_CNTL register on Polaris
Marek Olšák
2016-06-28
1
-0
/
+5
*
radeonsi: make si_is_format_supported static
Marek Olšák
2016-06-25
1
-5
/
+6
*
radeonsi: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-10
/
+10
*
radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
1
-14
/
+18
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states
Axel Davy
2016-06-25
1
-23
/
+8
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
1
-1
/
+2
*
radeonsi: set some VGT context registers on SI-CI
Marek Olšák
2016-06-24
1
-0
/
+3
*
radeonsi: optimize rendering to linear color buffers
Marek Olšák
2016-06-24
1
-1
/
+11
*
radeonsi: set almost optimal settings in SC_MODE_CNTL_1
Marek Olšák
2016-06-24
1
-1
/
+10
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
1
-1
/
+5
*
gallium/radeon: disable complicated point clipping against user clip planes
Marek Olšák
2016-06-24
1
-1
/
+0
*
radeonsi: use trapezoid distribution for tess on Fiji and Polaris
Nicolai Hähnle
2016-06-20
1
-5
/
+17
*
radeonsi: emit PA_SC_RASTER_CONFIG_1 only once
Nicolai Hähnle
2016-06-20
1
-16
/
+17
*
radeonsi: fix calculation of valid RB mask per SE
Nicolai Hähnle
2016-06-20
1
-4
/
+9
*
radeonsi: re-enable PBO ReadPixels acceleration
Marek Olšák
2016-06-08
1
-3
/
+6
*
radeonsi: allow MSAA resolving into a texture that has DCC enabled
Marek Olšák
2016-06-08
1
-2
/
+10
*
radeonsi: don't enable DCC in the sampler if first_level doesn't have it
Marek Olšák
2016-06-08
1
-1
/
+1
*
radeonsi: add per-level dcc_enabled flags
Marek Olšák
2016-06-08
1
-1
/
+1
*
radeonsi: compute DCC register parameters in si_emit_framebuffer_state
Marek Olšák
2016-06-08
1
-10
/
+12
*
radeonsi: add si_set_rw_buffer to be used for internal descriptors
Nicolai Hähnle
2016-06-07
1
-6
/
+3
*
gallium/radeon: add support for sharing textures with DCC between processes
Marek Olšák
2016-06-07
1
-1
/
+34
*
radeonsi: set some colorbuffer register fields at emit time
Marek Olšák
2016-06-01
1
-50
/
+44
*
radeonsi: set some image descriptor fields at bind time
Marek Olšák
2016-06-01
1
-56
/
+43
*
radeonsi: fix the raster config setup for 1 RB iceland chips
Alex Deucher
2016-06-01
1
-1
/
+4
*
radeonsi: Decompress DCC textures in a render feedback loop.
Bas Nieuwenhuizen
2016-05-31
1
-0
/
+2
*
radeonsi: Add counter to check if a texture is bound to a framebuffer.
Bas Nieuwenhuizen
2016-05-31
1
-0
/
+18
*
radeonsi: Allow TES distribution between shader engines.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+5
*
radeonsi: Mixed colorbuffer formats are unsupported
Axel Davy
2016-05-18
1
-0
/
+10
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-1
/
+1
*
radeonsi: only expose *_init_*dma_functions from (S)DMA files
Marek Olšák
2016-05-10
1
-6
/
+0
*
radeonsi: fix some reported undefined left-shifts
Nicolai Hähnle
2016-05-07
1
-3
/
+3
*
radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
Marek Olšák
2016-05-06
1
-1
/
+2
*
radeonsi: remove unused tile mode getters
Marek Olšák
2016-05-02
1
-150
/
+2
*
radeonsi: just read tile mode arrays in DB setup
Marek Olšák
2016-05-02
1
-36
/
+19
*
radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling
Nicolai Hähnle
2016-05-02
1
-8
/
+10
*
gallium/radeon: drop support for LINEAR_GENERAL layout
Marek Olšák
2016-04-28
1
-15
/
+3
[next]