aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: set amdgpu metadata before exporting a textureMarek Olšák2016-03-091-0/+63
* radeonsi: extract the texture descriptor computation into its own functionNicolai Hähnle2016-03-091-164/+186
* radeonsi: extract the buffer descriptor computation into its own functionNicolai Hähnle2016-03-091-25/+48
* radeonsi: remove resource field from si_sampler_viewNicolai Hähnle2016-03-091-2/+1
* radeonsi: add DCC decompression (v2)Bas Nieuwenhuizen2016-03-091-0/+1
* radeonsi: allocate DCC in the same backing buffer as the textureMarek Olšák2016-03-091-13/+8
* radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-031-5/+1
* radeonsi: use re-ZMarek Olšák2016-03-011-3/+3
* radeonsi: separate out shader key bits for prologs & epilogsMarek Olšák2016-02-211-1/+1
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-1/+1
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-6/+6
* radeonsi: rework RB+ for StoneyMarek Olšák2016-02-021-103/+223
* radeonsi: rename cb_target_mask state to cb_render_stateMarek Olšák2016-02-021-10/+11
* radeonsi: treat intensity render targets exactly like redMarek Olšák2016-02-021-1/+3
* radeonsi: add ETC1 support for StoneyMarek Olšák2016-01-221-0/+1
* radeonsi: enable late VS allocation (v3)Marek Olšák2016-01-221-3/+23
* radeonsi: allow using all CUs for tessellation and on-chip GS (v2)Marek Olšák2016-01-221-2/+2
* radeonsi: add ETC2 support for StoneyMarek Olšák2016-01-221-0/+28
* radeonsi: use all SPI color formatsMarek Olšák2016-01-221-56/+151
* radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpcMarek Olšák2016-01-221-17/+24
* radeonsi: don't enable blending if colormask == 0Marek Olšák2016-01-221-0/+3
* radeonsi: fix viewport clipping handling. (v2)Dave Airlie2015-12-221-1/+4
* radeonsi: implement fast stencil clearMarek Olšák2015-12-111-12/+14
* radeonsi: re-enable Hyper-Z for stencilMarek Olšák2015-12-111-9/+3
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-111-2/+157
* radeonsi: use tgsi_shader_info::colors_writtenMarek Olšák2015-12-111-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-8/+8
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-031-2/+2
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-161-3/+9
* radeonsi: use proper GRBM_GFX_INDEX offset for CI+Alex Deucher2015-11-161-4/+12
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-131-0/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-17/+17
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-131-4/+4
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-131-0/+3
* radeonsi: fix a future crash in emit_cb_target_maskMarek Olšák2015-11-131-1/+1
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-271-2/+2
* radeonsi: simplify DCC handling in si_initialize_color_surfaceMarek Olšák2015-10-271-7/+3
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-241-6/+40
* radeonsi: add another requirement for PARTIAL_ES_WAVEMarek Olšák2015-10-241-1/+1
* radeonsi: add draw_vbo check for a NULL pixel shaderMarek Olšák2015-10-241-0/+1
* radeonsi: add checks for a NULL pixel shaderMarek Olšák2015-10-241-0/+1
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-231-0/+1
* radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák2015-10-201-1/+1
* radeonsi: add support for ARB_texture_viewMarek Olšák2015-10-201-6/+21
* radeonsi: implement vertex color clampingMarek Olšák2015-10-171-0/+2
* radeonsi: implement fragment color clampingMarek Olšák2015-10-171-1/+1
* radeonsi: implement the simple case of force_persample_interpMarek Olšák2015-10-031-0/+1
* radeonsi: only do depth-only or stencil-only in-place decompressionMarek Olšák2015-10-031-3/+9
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-3/+3
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-101-1/+3