summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: implement set_shader_images (v2)Nicolai Hähnle2016-03-211-0/+19
* radeonsi: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle2016-03-101-0/+1
* radeonsi: set amdgpu metadata before exporting a textureMarek Olšák2016-03-091-0/+1
* radeonsi: implement binary shaders & shader cache in memory (v2)Marek Olšák2016-02-211-0/+2
* radeonsi: put image, fmask, and sampler descriptors into one arrayMarek Olšák2016-02-101-14/+5
* radeonsi: implement forcing per-sample_interpolation using the shader key onlyMarek Olšák2016-02-091-1/+0
* radeonsi: rename cb_target_mask state to cb_render_stateMarek Olšák2016-02-021-1/+1
* radeonsi: use all SPI color formatsMarek Olšák2016-01-221-0/+5
* radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpcMarek Olšák2016-01-221-0/+1
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-131-0/+1
* radeonsi: add draw_vbo check for a NULL pixel shaderMarek Olšák2015-10-241-0/+1
* radeonsi: implement fragment color clampingMarek Olšák2015-10-171-0/+1
* radeonsi: implement the simple case of force_persample_interpMarek Olšák2015-10-031-0/+1