aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: atomize the scratch buffer stateMarek Olšák2017-01-301-0/+1
* radeonsi: precompute IA_MULTI_VGT_PARAM values into a tableMarek Olšák2017-01-301-0/+1
* radeonsi: use a bitmask for looping over dirty PM4 statesMarek Olšák2017-01-301-0/+3
* radeonsi: atomize L2 prefetchesMarek Olšák2017-01-301-0/+1
* radeonsi: determine in advance which VBOs should be added to the buffer listMarek Olšák2017-01-181-0/+1
* radeonsi: use a global dirty mask for shader pointersMarek Olšák2017-01-181-2/+0
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-161-1/+1
* radeonsi: use a single descriptor for the GSVS ringNicolai Hähnle2016-12-121-5/+1
* radeonsi: write shader descriptors into hang reportsMarek Olšák2016-12-071-0/+2
* radeonsi: properly declare context sampler statesMarek Olšák2016-12-071-1/+1
* radeonsi: decrease the number of texture slots to 24Marek Olšák2016-11-211-1/+1
* radeonsi: fix a subtle bounds checking corner case with 3-component attributesNicolai Hähnle2016-11-161-0/+6
* radeonsi: fix vertex fetches for 2_10_10_10 formatsNicolai Hähnle2016-11-041-0/+1
* radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2)Nicolai Hähnle2016-09-291-0/+5
* radeonsi: remove the cache_flush atomMarek Olšák2016-09-091-2/+1
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-051-0/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-1/+1
* radeonsi: deal with high vertex buffer memory usage correctlyMarek Olšák2016-08-061-0/+1
* radeonsi: separate the compilation chunk of si_create_shader_selectorMarek Olšák2016-07-051-0/+1
* radeonsi: unreference framebuffer state with set_framebuffer_stateMarek Olšák2016-06-291-1/+0
* radeonsi: set optimal VGT_HS_OFFCHIP_PARAMMarek Olšák2016-06-291-2/+0
* radeonsi: make si_is_format_supported staticMarek Olšák2016-06-251-5/+0
* gallium: make constant_buffer constRob Clark2016-06-201-2/+1
* radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen2016-06-101-0/+1
* radeonsi: don't enable DCC in the sampler if first_level doesn't have itMarek Olšák2016-06-081-2/+3
* radeonsi: move si_descriptors into a per-context arrayNicolai Hähnle2016-06-071-2/+25
* radeonsi: add si_set_rw_buffer to be used for internal descriptorsNicolai Hähnle2016-06-071-3/+2
* radeonsi: move enabled_mask out of si_descriptorsNicolai Hähnle2016-06-071-3/+6
* radeonsi: implement global resetting of texture descriptorsMarek Olšák2016-06-011-0/+1
* radeonsi: set some image descriptor fields at bind timeMarek Olšák2016-06-011-1/+15
* radeonsi: Add counter to check if a texture is bound to a framebuffer.Bas Nieuwenhuizen2016-05-311-0/+1
* radeonsi: Add buffer for offchip storage between TCS and TES.Bas Nieuwenhuizen2016-05-261-0/+3
* radeonsi: remove unused tile mode gettersMarek Olšák2016-05-021-7/+0
* radeonsi: remove the shader parameter from si_set_ring_bufferMarek Olšák2016-04-221-1/+1
* radeonsi: shorten slot masks to 32 bitsMarek Olšák2016-04-221-2/+2
* radeonsi: clean up shader resource limit definitionsMarek Olšák2016-04-221-18/+7
* radeonsi: move default tess level constant buffer to RW buffersMarek Olšák2016-04-221-0/+1
* radeonsi: move sample positions constant buffer to RW buffersMarek Olšák2016-04-221-0/+1
* radeonsi: move clip plane constant buffer to RW buffersMarek Olšák2016-04-221-0/+4
* radeonsi: rework polygon stippling to use constant buffer instead of textureMarek Olšák2016-04-221-5/+3
* radeonsi: rename and rearrange RW buffer slotsMarek Olšák2016-04-221-14/+20
* radeonsi: Enable loading into CE RAM.Bas Nieuwenhuizen2016-04-211-0/+1
* radeonsi: Add CE synchronization for compute dispatches.Bas Nieuwenhuizen2016-04-191-0/+2
* radeonsi: split setting graphics and compute descriptorsBas Nieuwenhuizen2016-04-191-2/+5
* radeonsi: update shader count for compute shadersBas Nieuwenhuizen2016-04-191-1/+2
* radeonsi: Replace list_dirty with a mask.Bas Nieuwenhuizen2016-04-191-2/+7
* radeonsi: Allocate chunks of CE ram.Bas Nieuwenhuizen2016-04-191-0/+3
* radeonsi: implement set_shader_buffersNicolai Hähnle2016-04-121-0/+2
* radeonsi: do per-pixel clipping based on viewport statesMarek Olšák2016-04-081-0/+1
* radeonsi: raise number of samplers per shader to 32Nicolai Hähnle2016-04-071-3/+3