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: remove the cache_flush atom
Marek Olšák
2016-09-09
1
-1
/
+0
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-5
/
+0
*
gallium/radeon: remove VPORT_ZMIN/ZMAX from init config states
Marek Olšák
2016-09-05
1
-6
/
+0
*
gallium/radeon: set VPORT_ZMIN/MAX registers correctly
Marek Olšák
2016-09-05
1
-1
/
+2
*
radeonsi: fix texture format reinterpretation with DCC
Marek Olšák
2016-09-05
1
-0
/
+4
*
radeonsi: fix cubemaps viewed as 2D
Marek Olšák
2016-09-05
1
-0
/
+4
*
radeonsi: set more sampler settings
Marek Olšák
2016-09-05
1
-2
/
+6
*
radeonsi: add support for cull distances. (v1.1)
Dave Airlie
2016-08-30
1
-3
/
+4
*
radeonsi: fix up buffer descriptor upper-bound checking
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-5
/
+5
*
radeonsi: simplify CB_TARGET_MASK logic
Marek Olšák
2016-08-17
1
-14
/
+7
*
radeonsi: don't set CB_COLOR1_INFO for dual src blending
Marek Olšák
2016-08-17
1
-7
/
+0
*
radeonsi: eliminate PS OUT[1] if dual src blending is off and CB1 is not bound
Marek Olšák
2016-08-17
1
-11
/
+0
*
radeonsi: set CB_COLORn_INFO.ROUND_MODE
Marek Olšák
2016-08-10
1
-0
/
+5
*
radeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT
Marek Olšák
2016-08-10
1
-0
/
+1
*
radeonsi: disallow MIN/MAX blend equations for dual source blending
Marek Olšák
2016-08-10
1
-0
/
+10
*
radeonsi: only set dual source blending for MRT0
Marek Olšák
2016-08-10
1
-0
/
+4
*
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
[next]