aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_descriptors.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g,radeonsi: separate cache flush flagsMarek Olšák2015-01-071-2/+2
* radeonsi: fix warningsMarek Olšák2015-01-011-1/+1
* radeonsi: Clear sampler view flags when binding a bufferMichel Dänzer2014-10-031-0/+5
* radeonsi: don't use pipe_constant_buffer for GS ringsMarek Olšák2014-09-241-5/+5
* radeonsi: shorten si_pipe_* prefixes to si_*Marek Olšák2014-09-241-7/+7
* radeonsi: document what si_descriptors.c doesMarek Olšák2014-09-241-0/+11
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák2014-08-141-5/+8
* radeonsi: simplify constant buffer upload for big endianMarek Olšák2014-08-101-18/+4
* radeonsi: use gpu_address from r600_resourceMarek Olšák2014-08-091-19/+14
* radeonsi: Use util_memcpy_cpu_to_le32()Tom Stellard2014-07-281-3/+1
* radeonsi: only update vertex buffers when they need updatingMarek Olšák2014-07-181-1/+15
* radeonsi: remove nr_vertex_buffersMarek Olšák2014-07-181-2/+2
* radeonsi: move vertex buffer descriptors from IB to memoryMarek Olšák2014-07-181-6/+125
* radeonsi: add support for fine-grained sampler view updatesMarek Olšák2014-07-181-22/+14
* radeonsi: move si_set_sampler_views to si_descriptors.cMarek Olšák2014-07-181-4/+68
* radeonsi: move sampler descriptors from IB to memoryMarek Olšák2014-07-181-0/+53
* radeonsi: assume LLVM 3.4.2 is always presentMarek Olšák2014-07-181-4/+2
* radeonsi: rename definitions of shader limitsMarek Olšák2014-07-111-6/+6