aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* anv/allocator: Convert the state stream to pull from a state poolJason Ekstrand2017-05-041-2/+2
* anv/descriptor_set: Use anv_multialloc for descriptor set layoutsJason Ekstrand2017-04-071-11/+10
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-151-6/+7
* anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand2017-03-131-29/+33
* anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand2017-03-131-4/+3
* anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery2017-03-021-13/+14
* anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin2017-03-021-0/+146
* anv: descriptor: make descriptor writing take a stream allocatorLionel Landwerlin2017-03-021-0/+9
* anv: descriptors: extract writing of descriptors elementsLionel Landwerlin2017-03-021-81/+133
* anv: make layout size computation helper available across compilation unitsLionel Landwerlin2017-03-021-3/+3
* anv: fix descriptor pool internal size allocationLionel Landwerlin2017-01-261-4/+4
* anv: Return better errors from AllocateDescriptorSetsJason Ekstrand2017-01-241-2/+7
* anv: descriptors: don't update immutables samplers with anything but their im...Lionel Landwerlin2017-01-211-12/+19
* anv: fix comment typoLionel Landwerlin2017-01-201-1/+1
* anv: Set up binding tables and surface states for input attachmentsJason Ekstrand2016-11-221-4/+1
* anv: Handle null in all destructorsJason Ekstrand2016-11-161-0/+12
* anv/descriptor_set: Put the whole state in the state free listJason Ekstrand2016-11-161-5/+4
* anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand2016-11-161-0/+1
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-6/+6
* anv/descriptor_set: memset anv_descriptor_set_layoutJason Ekstrand2016-08-301-2/+1
* anv: Include the pipeline layout in the shader hashJason Ekstrand2016-08-241-0/+24
* anv/descriptor_set: Fix binding partly undefined descriptor setsNanley Chery2016-07-151-0/+5
* anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand2016-06-101-0/+13
* anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2016-06-101-0/+5
* anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand2016-06-101-0/+1
* anv: Make format_for_descriptor return an isl_formatJason Ekstrand2016-05-171-4/+2
* anv/descriptor_set: Use the correct size for the descriptor poolJason Ekstrand2016-02-231-6/+3
* anv/descriptor_set: Set descriptor type for immuatable samplersJason Ekstrand2016-02-221-2/+11
* anv/descriptor_set: Stop marking everything as having dynamic offsetsJason Ekstrand2016-02-221-2/+4
* anv: Implement descriptor poolsKristian Høgsberg Kristensen2016-02-221-37/+152
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+532