aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix gl_ClipDistance and gl_ClipVertex for pointsNicolai Hähnle2016-12-221-2/+10
* radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is usedNicolai Hähnle2016-12-221-5/+6
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-211-0/+1
* radeonsi: fix release build unused variable warningsGrazvydas Ignotas2016-12-101-1/+1
* radeonsi: check for sampler state CSO corruptionMarek Olšák2016-12-071-0/+9
* radeonsi: disable RB+ blend optimizations for dual source blendingMarek Olšák2016-11-291-0/+11
* radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blendingMarek Olšák2016-11-291-0/+4
* radeonsi: always set all blend registersMarek Olšák2016-11-291-5/+5
* radeonsi: set the smallest possible CB_TARGET_MASKMarek Olšák2016-11-291-5/+5
* radeonsi: remove all varyings for depth-only rendering or rasterization offMarek Olšák2016-11-211-0/+2
* radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabledMarek Olšák2016-11-211-1/+9
* radeonsi: split the shader key into 3 logical partsMarek Olšák2016-11-211-1/+1
* radeonsi: fix culling if clip & cull distances are used at the same timeMarek Olšák2016-11-211-2/+3
* radeonsi: clean up si_emit_clip_regsMarek Olšák2016-11-211-4/+5
* radeonsi: emit sample locations also when nr_samples == 1Nicolai Hähnle2016-11-181-1/+4
* radeonsi: allow sample mask export for single-sample framebuffersNicolai Hähnle2016-11-181-4/+5
* radeonsi: fix a subtle bounds checking corner case with 3-component attributesNicolai Hähnle2016-11-161-0/+9
* radeonsi: reject some 3-component formats as buffer texturesNicolai Hähnle2016-11-161-8/+35
* radeonsi: fix vertex fetches for 2_10_10_10 formatsNicolai Hähnle2016-11-041-0/+14
* gallium/radeon: remove r600_surface::level_infoMarek Olšák2016-11-011-4/+6
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-011-1/+1
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-011-1/+1
* radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and laterMarek Olšák2016-10-291-0/+8
* gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák2016-10-261-1/+1
* gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák2016-10-261-2/+2
* radeonsi: remove cb0_is_integer handlingMarek Olšák2016-10-191-8/+1
* radeonsi: clear DB_RENDER_OVERRIDEMarek Olšák2016-10-171-3/+1
* radeonsi: implement TC-compatible HTILEMarek Olšák2016-10-131-4/+35
* radeonsi: use TC write-back instead of full cache invalidationMarek Olšák2016-10-121-9/+3
* radeonsi: don't invalidate VMEM L1 for memory barriers for index buffersMarek Olšák2016-10-121-3/+4
* radeonsi: remove unnecessary #includesMarek Olšák2016-10-041-2/+0
* radeonsi: don't set sampler buffer offsets in create_sampler_viewMarek Olšák2016-10-041-10/+2
* radeonsi: track buffer bind historyMarek Olšák2016-10-041-4/+11
* radeonsi: drop support for NULL sampler viewsMarek Olšák2016-10-041-10/+1
* radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFERMarek Olšák2016-10-041-4/+3
* radeonsi: add save_qbo_stateNicolai Hähnle2016-09-291-0/+12
* radeonsi: remove the cache_flush atomMarek Olšák2016-09-091-1/+0
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-5/+0
* gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák2016-09-051-6/+0
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-051-1/+2
* radeonsi: fix texture format reinterpretation with DCCMarek Olšák2016-09-051-0/+4
* radeonsi: fix cubemaps viewed as 2DMarek Olšák2016-09-051-0/+4
* radeonsi: set more sampler settingsMarek Olšák2016-09-051-2/+6
* radeonsi: add support for cull distances. (v1.1)Dave Airlie2016-08-301-3/+4
* radeonsi: fix up buffer descriptor upper-bound checkingMarek Olšák2016-08-171-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-5/+5
* radeonsi: simplify CB_TARGET_MASK logicMarek Olšák2016-08-171-14/+7
* radeonsi: don't set CB_COLOR1_INFO for dual src blendingMarek Olšák2016-08-171-7/+0
* radeonsi: eliminate PS OUT[1] if dual src blending is off and CB1 is not boundMarek Olšák2016-08-171-11/+0
* radeonsi: set CB_COLORn_INFO.ROUND_MODEMarek Olšák2016-08-101-0/+5