summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-251-1/+28
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-241-1/+1
* anv: add VK_EXT_sampler_filter_minmax supportYunchao He2018-08-224-0/+43
* anv/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2018-08-211-0/+17
* anv/icl: Disable binding table prefetchingAnuj Phogat2018-08-211-6/+15
* anv/pipeline: Lower pipeline layouts etc. after linkingJason Ekstrand2018-08-171-30/+28
* anv/pipeline: Set tess IO read/written key fields in compile_*Jason Ekstrand2018-08-171-9/+10
* anv/pipeline: Use more fields from stage in compile_csJason Ekstrand2018-08-171-16/+21
* anv/apply_pipeline_layout: Add to the bind map instead of replacing itJason Ekstrand2018-08-173-59/+21
* anv/lower_ycbcr: Use the binding array size for bounds checksJason Ekstrand2018-08-171-6/+4
* anv: drop cast-to-void of used variableEric Engestrom2018-08-161-1/+0
* anv: use safer snprintf() to ensure NULL string-terminatorEric Engestrom2018-08-161-1/+1
* intel: various python cleanupsEric Engestrom2018-08-161-4/+3
* meson: Build with Python 3Mathieu Bridon2018-08-101-5/+5
* 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