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_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
radeonsi: check if value is negative
Jakob Sinclair
2016-04-28
1
-1
/
+4
*
radeonsi: work around an MSAA fast stencil clear problem
Nicolai Hähnle
2016-04-27
1
-3
/
+15
*
radeonsi: fix build error because of missing param
Oded Gabbay
2016-04-26
1
-1
/
+1
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
1
-2
/
+2
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-11
/
+11
*
radeonsi: move default tess level constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-2
/
+2
*
radeonsi: move sample positions constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-2
/
+2
*
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-1
/
+2
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
1
-55
/
+0
*
radeonsi: Use defines for CONTEXT_CONTROL instead of magic values.
Bas Nieuwenhuizen
2016-04-21
1
-2
/
+2
*
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
2016-04-19
1
-4
/
+8
*
radeonsi: disable hw ETC2 on Polaris
Marek Olšák
2016-04-14
1
-1
/
+1
*
gallium/radeon: add an env variable to force a level of aniso filtering
Marek Olšák
2016-04-13
1
-3
/
+7
*
radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was added
Marek Olšák
2016-04-13
1
-8
/
+0
*
radeonsi: fix bounds check in si_create_vertex_elements
Nicolai Hähnle
2016-04-12
1
-1
/
+1
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
1
-265
/
+4
*
radeonsi: use guard band clipping
Marek Olšák
2016-04-12
1
-4
/
+69
[next]