summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: move the guardband registers into a separate state atomMarek Olšák2018-06-131-3/+6
* radeonsi: emit_clip_state packets optimizationSonny Jiang2018-06-071-3/+4
* radeonsi: emit_msaa_sample_locs packets optimizationSonny Jiang2018-06-071-2/+4
* radeonsi: emit_msaa_config packets optimizationSonny Jiang2018-06-071-28/+22
* radeonsi: emit_cb_render_state packets optimizationSonny Jiang2018-06-071-9/+13
* radeonsi: emit_db_render_state packets optimizationSonny Jiang2018-06-071-29/+31
* radeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctlyMarek Olšák2018-05-241-4/+12
* radeonsi: round ps_iter_samples in set_min_samplesMarek Olšák2018-05-241-2/+4
* radeonsi: remove redundant ps_iter_samples clampMarek Olšák2018-05-241-1/+0
* ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák2018-05-101-6/+3
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-101-0/+5
* radeonsi: set up EQAA image descriptors properlyMarek Olšák2018-05-101-16/+80
* radeonsi: add EQAA SC,DB,CB register programmingMarek Olšák2018-05-101-6/+68
* radeonsi: reorder sample locations as required by EQAAMarek Olšák2018-05-101-3/+0
* radeonsi: set DB_EQAA the same as VulkanMarek Olšák2018-05-101-8/+8
* radeonsi: remove CM_ prefixesMarek Olšák2018-05-101-4/+4
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-101-19/+19
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-35/+35
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-1/+1
* radeonsi: remove unused atom parameter from si_atom::emitMarek Olšák2018-04-271-11/+10
* radeonsi: inline 2 trivial state structuresMarek Olšák2018-04-271-5/+5
* radeonsi: remove function si_init_atomMarek Olšák2018-04-271-18/+11
* radeonsi: remove si_atom::idMarek Olšák2018-04-271-14/+0