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: set sampler state and view functions for compute-only contexts
Marek Olšák
2019-05-01
1
-7
/
+10
*
radeonsi: remove dirty slot masks from scissor and viewport states
Marek Olšák
2019-04-25
1
-6
/
+2
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
1
-4
/
+4
*
radeonsi: set exact shader buffer read/write usage in CS
Marek Olšák
2019-04-04
1
-0
/
+8
*
radeonsi/gfx9: add support for PIPE_ALIGNED=0
Marek Olšák
2019-04-04
1
-5
/
+15
*
gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.
Kenneth Graunke
2019-03-19
1
-0
/
+3
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-2
/
+1
*
radeonsi: enable dithered alpha-to-coverage for better quality
Marek Olšák
2019-01-30
1
-4
/
+5
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-6
/
+6
*
radeonsi: remove r600 from comments
Marek Olšák
2019-01-22
1
-1
/
+1
*
radeonsi: add si_init_draw_functions and make some functions static
Nicolai Hähnle
2018-12-19
1
-2
/
+0
*
radeonsi: use structured buffer intrinsics for image views
Marek Olšák
2018-11-28
1
-5
/
+2
*
radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2
Marek Olšák
2018-11-09
1
-1
/
+1
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
1
-1
/
+3
*
radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARK
Marek Olšák
2018-10-30
1
-1
/
+13
*
radeonsi: Disable clear_state with radeon kernel driver
Sonny Jiang
2018-10-19
1
-2
/
+3
*
radeonsi: clamp point size to the limit
Marek Olšák
2018-10-18
1
-1
/
+1
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
1
-7
/
+24
*
radeonsi: emit sample locations for 1xAA only when the hw bug is present
Marek Olšák
2018-10-16
1
-4
/
+2
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
1
-7
/
+58
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
1
-5
/
+3
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
1
-6
/
+13
*
radeonsi: set PA_SU_PRIM_FILTER_CNTL optimally
Marek Olšák
2018-10-16
1
-4
/
+11
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
1
-2
/
+9
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
1
-7
/
+5
*
ac: add radeon_info::num_good_cu_per_sh
Marek Olšák
2018-09-10
1
-3
/
+1
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
1
-1
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-2
/
+2
*
radeonsi: implement EXT_window_rectangles
Marek Olšák
2018-08-14
1
-1
/
+0
*
radeonsi: report supported EQAA combinations from is_format_supported
Marek Olšák
2018-07-31
1
-16
/
+20
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-8
/
+11
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+4
*
radeonsi: merge DCC/CMASK/HTILE priority flags
Marek Olšák
2018-07-16
1
-2
/
+2
*
radeonsi: add support for Vega20
Marek Olšák
2018-07-12
1
-0
/
+1
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-3
/
+0
*
radeonsi: inline struct r600_cmask_info
Marek Olšák
2018-06-25
1
-1
/
+1
*
radeonsi: move CMASK size computation into ac_surface
Marek Olšák
2018-06-25
1
-1
/
+1
*
radeonsi: rename r600_surface -> si_surface
Marek Olšák
2018-06-25
1
-14
/
+14
*
radeonsi: fix occlusion queries with 16x AA without FBO attachments on Stoney
Marek Olšák
2018-06-21
1
-1
/
+9
*
radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx
Marek Olšák
2018-06-19
1
-121
/
+121
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-8
/
+8
*
radeonsi: assume that rasterizer state is non-NULL in draw_vbo
Marek Olšák
2018-06-13
1
-2
/
+2
*
radeonsi: move the guardband registers into a separate state atom
Marek Olšák
2018-06-13
1
-3
/
+6
*
radeonsi: emit_clip_state packets optimization
Sonny Jiang
2018-06-07
1
-3
/
+4
*
radeonsi: emit_msaa_sample_locs packets optimization
Sonny Jiang
2018-06-07
1
-2
/
+4
*
radeonsi: emit_msaa_config packets optimization
Sonny Jiang
2018-06-07
1
-28
/
+22
*
radeonsi: emit_cb_render_state packets optimization
Sonny Jiang
2018-06-07
1
-9
/
+13
*
radeonsi: emit_db_render_state packets optimization
Sonny Jiang
2018-06-07
1
-29
/
+31
*
radeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctly
Marek Olšák
2018-05-24
1
-4
/
+12
*
radeonsi: round ps_iter_samples in set_min_samples
Marek Olšák
2018-05-24
1
-2
/
+4
[next]