summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-3/+3
* anv: Move Create*Pipelines into genX_cmd_buffer.cJason Ekstrand2016-10-141-2/+61
* anv: Get rid of graphics_pipeline_create_info_extraJason Ekstrand2016-10-141-2/+0
* anv: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-2/+3
* anv: pipeline: use correct number of thread for computeLionel Landwerlin2016-09-211-1/+4
* anv: device: calculate compute thread numbers using subslices numbersLionel Landwerlin2016-09-211-1/+3
* anv: Refactor pipeline l3 config setupJason Ekstrand2016-09-031-2/+2
* anv: Rework pipeline cachingJason Ekstrand2016-08-301-2/+1
* anv/pipeline: Properly handle OOM during shader compilationJason Ekstrand2016-08-301-3/+7
* anv: Use different BOs for different scratch sizes and stagesJason Ekstrand2016-06-221-4/+4
* genxml: Make ScratchSpaceBasePointer an address instead of an offsetJason Ekstrand2016-06-221-2/+4
* anv: Support new local ID generation & cross-thread constantsJordan Justen2016-06-011-8/+2
* i965: Store number of threads in brw_cs_prog_dataJordan Justen2016-06-011-3/+1
* anv: Port L3 cache programming from i965Jordan Justen2016-05-171-0/+2
* anv: Keep track of whether the data cache should be enabled in L3Jordan Justen2016-05-171-0/+2
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-201-1/+1
* anv/genX_pipeline: Use the new emit macroJason Ekstrand2016-04-201-12/+13
* anv: Store prog data in pipeline cache streamKristian Høgsberg Kristensen2016-03-051-1/+1
* anv: Set CURBEAllocationSize in MEDIA_VFE_STATEJordan Justen2016-02-281-13/+22
* anv: Switch over to the macros in genxmlJason Ekstrand2016-02-201-13/+6
* anv/pipeline: Don't leak the binding mapJason Ekstrand2016-02-181-0/+1
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+126