summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+1
* amd/common: unify PITCH_GFX6 and PITCH_GFX9Nicolai Hähnle2019-06-031-2/+2
* amd/common: cleanup DATA_FORMAT/NUM_FORMAT field namesNicolai Hähnle2019-06-031-5/+5
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-2/+2
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-161-0/+9
* radeonsi: make some functions non-staticMarek Olšák2019-05-161-14/+6
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-54/+54
* radeonsi: overhaul the vertex fetch fixup mechanismNicolai Hähnle2019-05-131-88/+149
* radeonsi: set sampler state and view functions for compute-only contextsMarek Olšák2019-05-011-7/+10
* radeonsi: remove dirty slot masks from scissor and viewport statesMarek Olšák2019-04-251-6/+2
* radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák2019-04-251-4/+4
* radeonsi: set exact shader buffer read/write usage in CSMarek Olšák2019-04-041-0/+8
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-041-5/+15
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+3
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-261-2/+1
* radeonsi: enable dithered alpha-to-coverage for better qualityMarek Olšák2019-01-301-4/+5
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-6/+6
* radeonsi: remove r600 from commentsMarek Olšák2019-01-221-1/+1
* radeonsi: add si_init_draw_functions and make some functions staticNicolai Hähnle2018-12-191-2/+0
* radeonsi: use structured buffer intrinsics for image viewsMarek Olšák2018-11-281-5/+2
* radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák2018-11-091-1/+1
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-301-1/+3
* radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARKMarek Olšák2018-10-301-1/+13
* radeonsi: Disable clear_state with radeon kernel driverSonny Jiang2018-10-191-2/+3
* radeonsi: clamp point size to the limitMarek Olšák2018-10-181-1/+1
* radeonsi: track context rolls better for the Vega scissor bug workaroundMarek Olšák2018-10-161-7/+24
* radeonsi: emit sample locations for 1xAA only when the hw bug is presentMarek Olšák2018-10-161-4/+2
* radeonsi: use faster integer division for instance divisorsMarek Olšák2018-10-161-7/+58
* radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardbandMarek Olšák2018-10-161-5/+3
* radeonsi: don't re-upload the sample position constant buffer repeatedlyMarek Olšák2018-10-161-6/+13
* radeonsi: set PA_SU_PRIM_FILTER_CNTL optimallyMarek Olšák2018-10-161-4/+11
* radeonsi: center viewport to improve guardband clipping for high resolutionsMarek Olšák2018-10-161-2/+9
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-161-7/+5
* ac: add radeon_info::num_good_cu_per_shMarek Olšák2018-09-101-3/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-2/+2
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-1/+0
* radeonsi: report supported EQAA combinations from is_format_supportedMarek Olšák2018-07-311-16/+20
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-8/+11
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2018-07-161-2/+2
* radeonsi: add support for Vega20Marek Olšák2018-07-121-0/+1
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-3/+0
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-251-1/+1
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-251-1/+1
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-251-14/+14
* radeonsi: fix occlusion queries with 16x AA without FBO attachments on StoneyMarek Olšák2018-06-211-1/+9
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-121/+121
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-8/+8
* radeonsi: assume that rasterizer state is non-NULL in draw_vboMarek Olšák2018-06-131-2/+2