summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: set error in all failure pathsEric Engestrom2018-08-091-1/+3
* python: Fix rich comparisonsMathieu Bridon2018-08-071-2/+3
* anv: add more swapchain formatsTapani Pälli2018-08-061-5/+11
* anv/pipeline: Disable FS dispatch for pointless fragment shadersJason Ekstrand2018-08-031-4/+33
* anv/pipeline: Do cross-stage linking optimizationsJason Ekstrand2018-08-021-0/+11
* anv/pipeline: Pull most of the anv_pipeline_compile_* into common codeJason Ekstrand2018-08-021-215/+92
* anv/pipeline: Add a separate "link" stageJason Ekstrand2018-08-021-128/+193
* anv/pipeline: Compile to NIR in compile_graphicsJason Ekstrand2018-08-021-161/+116
* anv/pipeline: Recompile all shaders if any are missing from the cacheJason Ekstrand2018-08-021-4/+37
* anv/pipeline: Drop anv_pipeline_add_compiled_stageJason Ekstrand2018-08-022-19/+10
* anv/pipeline: Pull shader compilation out into a helper.Jason Ekstrand2018-08-021-108/+120
* anv/pipeline: Call anv_pipeline_compile_* in a loopJason Ekstrand2018-08-021-26/+30
* anv/pipeline: Hash the entire pipeline in one goJason Ekstrand2018-08-021-53/+94
* anv/pipeline: Populate keys up-frontJason Ekstrand2018-08-021-55/+60
* anv/pipline: Add a helper struct for per-stage infoJason Ekstrand2018-08-022-95/+74
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-011-1/+2
* anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand2018-08-011-3/+25
* anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand2018-08-011-22/+24
* anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2018-08-011-5/+13
* anv: Restrict the number of color regions to those actually writtenJason Ekstrand2018-08-011-0/+5
* anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand2018-08-011-0/+5
* i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2018-07-261-2/+2
* anv: drop unused local varsEric Engestrom2018-07-261-6/+0
* anv: remove incorrect `UNUSED` flagEric Engestrom2018-07-261-1/+1
* anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom2018-07-251-1/+3
* anv: fix python whitespace warningEric Engestrom2018-07-251-1/+1
* anv: cleanup python importsEric Engestrom2018-07-252-3/+3
* anv: remove unnecessary semicolons in pythonEric Engestrom2018-07-251-3/+3
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-241-1/+2
* i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2018-07-241-2/+2
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-1/+1
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-231-1/+1
* anv: remove unnecessary runtime copy of static stringEric Engestrom2018-07-231-2/+1
* anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BITAlex Smith2018-07-231-0/+9
* anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAVJason Ekstrand2018-07-221-31/+22
* anv: Properly handle GetImageSubresourceLayout on complex imagesJason Ekstrand2018-07-221-7/+16
* anv/gen9: expose VK_EXT_post_depth_coverageIlia Mirkin2018-07-223-2/+10
* intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand2018-07-181-8/+26
* anv: give more room to debug reportCaio Marcelo de Oliveira Filho2018-07-181-2/+2
* anv: avoid warning when switching in VkStructureTypeCaio Marcelo de Oliveira Filho2018-07-181-1/+2
* anv: fix assert in anv_CmdBindDescriptorSets()Samuel Iglesias Gonsálvez2018-07-181-1/+1
* anv/android: Fix type error in call to vk_errorf()Chad Versace2018-07-111-1/+1
* anv,radv: Add support for VK_KHR_get_display_properties2Jason Ekstrand2018-07-092-0/+57
* anv/icl: Don't set float blend optimization bit in CACHE_MODE_SSAnuj Phogat2018-07-091-12/+0
* anv: Implement VK_EXT_vertex_attribute_divisorJason Ekstrand2018-07-093-0/+21
* anv/pipeline: Add a per-VB instance divisorJason Ekstrand2018-07-094-12/+20
* anv/pipeline: Use a per-VB struct instead of separate arraysJason Ekstrand2018-07-094-8/+11
* anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storageJose Maria Casanova Crespo2018-07-103-0/+13
* anv: Add support for VK_KHR_create_renderpass2Jason Ekstrand2018-07-093-0/+165