summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_descriptors.c
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: set correct stencil tile mode for texturingMarek Olšák2016-06-011-2/+8
* radeonsi: implement global resetting of texture descriptorsMarek Olšák2016-06-011-5/+48
* radeonsi: move code for setting one shader image into separate functionMarek Olšák2016-06-011-71/+82
* radeonsi: set some image descriptor fields at bind timeMarek Olšák2016-06-011-14/+50
* radeonsi: Decompress DCC textures in a render feedback loop.Bas Nieuwenhuizen2016-05-311-0/+8
* Treewide: Remove Elements() macroJan Vesely2016-05-171-4/+4
* radeonsi: correct NULL-pointer check in si_upload_const_bufferNicolai Hähnle2016-05-021-1/+1
* radeonsi: fix synchronization of shader imagesMarek Olšák2016-04-301-7/+11
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-271-1/+1
* radeonsi: remove the shader parameter from si_set_ring_bufferMarek Olšák2016-04-221-4/+1
* radeonsi: shorten slot masks to 32 bitsMarek Olšák2016-04-221-53/+51
* radeonsi: move clip plane constant buffer to RW buffersMarek Olšák2016-04-221-11/+3
* radeonsi: rework polygon stippling to use constant buffer instead of textureMarek Olšák2016-04-221-0/+23
* radeonsi: generalize si_set_constant_bufferMarek Olšák2016-04-221-10/+17
* radeonsi: make RW buffer descriptor array global, not per shader stageMarek Olšák2016-04-221-50/+42
* radeonsi: rename and rearrange RW buffer slotsMarek Olšák2016-04-221-3/+3
* radeonsi: Enable loading into CE RAM.Bas Nieuwenhuizen2016-04-211-0/+8
* radeonsi: do not do two full flushes on every compute dispatchBas Nieuwenhuizen2016-04-191-1/+2
* radeonsi: split setting graphics and compute descriptorsBas Nieuwenhuizen2016-04-191-11/+50
* radeonsi: Use CE for all descriptors.Bas Nieuwenhuizen2016-04-191-10/+64
* radeonsi: Replace list_dirty with a mask.Bas Nieuwenhuizen2016-04-191-15/+22
* radeonsi: Add CE uploader.Bas Nieuwenhuizen2016-04-191-0/+23
* radeonsi: Allocate chunks of CE ram.Bas Nieuwenhuizen2016-04-191-9/+24
* radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle2016-04-141-0/+2
* radeonsi: implement set_shader_buffersNicolai Hähnle2016-04-121-1/+60
* radeonsi: move resetting of constant buffers into a separate functionNicolai Hähnle2016-04-121-15/+26
* radeonsi: Synchronize a streamout write after read hazard.Bas Nieuwenhuizen2016-04-121-0/+6
* radeonsi: expand the compressed color and depth texture masks to 64 bitsNicolai Hähnle2016-04-071-10/+10
* radeonsi: update shader image descriptor for invalidated bufferNicolai Hähnle2016-03-211-1/+21
* radeonsi: implement set_shader_images (v2)Nicolai Hähnle2016-03-211-13/+193
* radeonsi: avoid crash when a sampler state is bound for a buffer textureNicolai Hähnle2016-03-131-0/+1
* radeonsi: Lazily re-set sampler views after disabling DCCBas Nieuwenhuizen2016-03-111-3/+8
* radeonsi: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle2016-03-101-2/+41
* radeonsi: remove resource field from si_sampler_viewNicolai Hähnle2016-03-091-1/+1
* radeonsi: accept pipe_resource in si_sampler_view_add_bufferMarek Olšák2016-03-091-11/+12
* radeonsi: allocate DCC in the same backing buffer as the textureMarek Olšák2016-03-091-7/+1
* radeonsi: fix a crash when binding a sampler bufferMarek Olšák2016-02-111-1/+2
* radeonsi: put image, fmask, and sampler descriptors into one arrayMarek Olšák2016-02-101-55/+60
* radeonsi: add DCC buffer for sampler views on new CSNicolai Hähnle2016-01-251-15/+18
* radeonsi: emit rw_buffers for tes_shader only if tes_shader presentNicolai Hähnle2016-01-251-3/+5
* radeonsi: rename shader parameter definitions and variables for more clarityMarek Olšák2016-01-031-4/+4
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-3/+3
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-19/+19
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-131-2/+2
* radeonsi: Implement DCC fast clear.Bas Nieuwenhuizen2015-10-241-1/+2
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-241-0/+5
* radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák2015-10-201-6/+6
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-031-2/+2
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-24/+13