aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_descriptors.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: handle constant buffer alloc failuresMarek Olšák2015-09-241-1/+7
* radeonsi: rework uploading border colorsMarek Olšák2015-09-011-2/+7
* radeonsi: don't set number of IB dwords for statesMarek Olšák2015-09-011-5/+2
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-17/+17
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-8/+7
* radeonsi: remove no-op 32-bit maskingMarek Olšák2015-08-291-1/+1
* radeonsi: add VI hardware supportMarek Olšák2015-08-141-3/+13
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-3/+3
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-311-233/+0
* radeonsi: completely rework updating descriptors without CP DMAMarek Olšák2015-07-311-238/+116
* radeonsi: add GS multiple streams support (v2)Dave Airlie2015-07-301-2/+2
* radeonsi: add support for tessellation shader resources and samplersMarek Olšák2015-07-231-7/+36
* radeonsi: rework how shader pointers to descriptors are setMarek Olšák2015-07-231-84/+138
* radeonsi: allow 64 descriptors per arrayMarek Olšák2015-02-041-32/+32
* radeonsi: add support for sampler views where resource = NULLMarek Olšák2015-02-041-4/+9
* radeonsi: add support for NULL texture sampler views that return (0,0,0,1)Marek Olšák2015-02-041-2/+28
* radeonsi: fix a crash when binding a NULL sampler view listMarek Olšák2015-02-041-1/+1
* radeonsi: move the buffer descriptor to the end of the image descriptorMarek Olšák2015-02-041-1/+1
* radeonsi: change TC cache flushing strategy for texturesMarek Olšák2015-01-071-4/+0
* radeonsi: improve and fix streamout flushingMarek Olšák2015-01-071-0/+30
* radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák2015-01-071-10/+22
* radeonsi: use TC L2 for updating descriptors on CIKMarek Olšák2015-01-071-5/+8
* radeonsi: don't use TC L2 for updating descriptors on SIMarek Olšák2015-01-071-1/+13
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-22/+29
* radeonsi: add a combined flag for flushing a framebufferMarek Olšák2015-01-071-16/+4
* radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák2015-01-071-29/+35