summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-131-3/+7
* radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was addedMarek Olšák2016-04-131-8/+0
* radeonsi: fix bounds check in si_create_vertex_elementsNicolai Hähnle2016-04-121-1/+1
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-265/+4
* radeonsi: use guard band clippingMarek Olšák2016-04-121-4/+69
* radeonsi: compute scissor from viewport in set_viewport_statesMarek Olšák2016-04-121-30/+40
* radeonsi: disable aniso filtering for non-mipmap textures on SI-CIMarek Olšák2016-04-121-0/+10
* radeonsi: clean up aniso state translationMarek Olšák2016-04-121-15/+3
* radeonsi: enable some sampler fields to match the closed driverMarek Olšák2016-04-121-2/+7
* gallium/radeon: move pipeline stat context flags to common codeMarek Olšák2016-04-121-4/+4
* radeonsi: fix mask checking when emitting scissors and viewportsMarek Olšák2016-04-121-4/+8
* radeonsi: implement and rely on set_active_query_stateMarek Olšák2016-04-121-1/+31
* radeonsi: do per-pixel clipping based on viewport statesMarek Olšák2016-04-081-11/+84
* radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2016-04-071-2/+4
* radeonsi: Improve assert info out of si_set_framebuffer_state()Edward O'Callaghan2016-04-071-0/+2
* radeonsi: Allow 16 samples MSAA mode for PIPE_FORMAT_NONEEdward O'Callaghan2016-04-071-0/+5
* radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2Christian König2016-03-291-0/+5
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-241-0/+8
* radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)Nicolai Hähnle2016-03-231-2/+12
* radeonsi: fix 2D array MSAA failures since image support landedMarek Olšák2016-03-231-1/+2
* radeonsi: implement MemoryBarrier (v2)Nicolai Hähnle2016-03-211-0/+37
* radeonsi: implement set_shader_images (v2)Nicolai Hähnle2016-03-211-10/+29
* 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