summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_descriptor_set.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15util/sha1: rework _mesa_sha1_{init,final}Emil Velikov1-6/+7
2017-03-13anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand1-29/+33
2017-03-13anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand1-4/+3
2017-03-02anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery1-13/+14
2017-03-02anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin1-0/+146
2017-03-02anv: descriptor: make descriptor writing take a stream allocatorLionel Landwerlin1-0/+9
2017-03-02anv: descriptors: extract writing of descriptors elementsLionel Landwerlin1-81/+133
2017-03-02anv: make layout size computation helper available across compilation unitsLionel Landwerlin1-3/+3
2017-01-26anv: fix descriptor pool internal size allocationLionel Landwerlin1-4/+4
2017-01-24anv: Return better errors from AllocateDescriptorSetsJason Ekstrand1-2/+7
2017-01-21anv: descriptors: don't update immutables samplers with anything but their im...Lionel Landwerlin1-12/+19
2017-01-20anv: fix comment typoLionel Landwerlin1-1/+1
2016-11-22anv: Set up binding tables and surface states for input attachmentsJason Ekstrand1-4/+1
2016-11-16anv: Handle null in all destructorsJason Ekstrand1-0/+12
2016-11-16anv/descriptor_set: Put the whole state in the state free listJason Ekstrand1-5/+4
2016-11-16anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand1-0/+1
2016-10-19anv: move to using vk_alloc helpers.Dave Airlie1-6/+6
2016-08-30anv/descriptor_set: memset anv_descriptor_set_layoutJason Ekstrand1-2/+1
2016-08-24anv: Include the pipeline layout in the shader hashJason Ekstrand1-0/+24
2016-07-15anv/descriptor_set: Fix binding partly undefined descriptor setsNanley Chery1-0/+5
2016-06-10anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand1-0/+13
2016-06-10anv/descriptor_set: Add a type field in debug buildsJason Ekstrand1-0/+5
2016-06-10anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand1-0/+1
2016-05-17anv: Make format_for_descriptor return an isl_formatJason Ekstrand1-4/+2
2016-02-23anv/descriptor_set: Use the correct size for the descriptor poolJason Ekstrand1-6/+3
2016-02-22anv/descriptor_set: Set descriptor type for immuatable samplersJason Ekstrand1-2/+11
2016-02-22anv/descriptor_set: Stop marking everything as having dynamic offsetsJason Ekstrand1-2/+4
2016-02-22anv: Implement descriptor poolsKristian Høgsberg Kristensen1-37/+152
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+532