aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: don't use an indirect table for state atomsMarek Olšák2018-04-271-52/+48
* radeonsi: rename r600_atom -> si_atomMarek Olšák2018-04-271-15/+15
* radeonsi: implement DCC fast clear swizzle constraints more accuratelyMarek Olšák2018-04-271-3/+1
* radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VIMarek Olšák2018-04-271-4/+12
* ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie2018-04-241-105/+6
* ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie2018-04-241-82/+3
* radeonsi: add support for VegaMMarek Olšák2018-04-181-0/+4
* radeonsi/gfx9: don't use the workaround for gather4 + stencilMarek Olšák2018-04-131-2/+11
* radeonsi: don't set RB+ registers on GFX9 chips without RB+Marek Olšák2018-04-091-6/+1
* radeonsi: remove more R600 referencesMarek Olšák2018-04-051-1/+0
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-107/+107
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-051-1/+1
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-051-3/+1
* radeonsi: move and rename R600_ERR out of r600_pipe_common.hMarek Olšák2018-04-051-7/+7
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-051-1/+1
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-051-1/+1
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-2/+2
* radeonsi: use si_context instead of pipe_context in parameters pt1Marek Olšák2018-04-051-9/+5
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi: switch radeon_add_to_buffer_list parameter to si_contextMarek Olšák2018-04-051-4/+4