aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement VK_EXT_buffer_device_addressJason Ekstrand2019-02-011-0/+6
* anv: Implement the basic form of VK_EXT_transform_feedbackJason Ekstrand2019-01-221-1/+10
* anv: Add pipeline cache support for xfb_infoJason Ekstrand2019-01-221-2/+2
* anv/pipeline: Add a pdevice helper variableJason Ekstrand2019-01-211-9/+10
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* anv/pipeline: Cache the pre-lowered NIRJason Ekstrand2019-01-101-10/+39
* anv/pipeline: Hash shader modules and spec constants separatelyJason Ekstrand2019-01-101-15/+39
* anv/pipeline: Move wpos and input attachment lowering to lower_nirJason Ekstrand2019-01-101-11/+8
* anv/pipeline: Constant fold after apply_pipeline_layoutJason Ekstrand2019-01-101-0/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-2/+2
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-9/+9
* anv: Enable the new deref-based UBO/SSBO pathJason Ekstrand2019-01-081-1/+3
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-0/+4
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* anv: Advertise support for MinLod on Skylake+Jason Ekstrand2018-12-111-0/+1
* anv/nir: Rework arguments to apply_pipeline_layoutJason Ekstrand2018-11-221-1/+3
* anv: Put robust buffer access in the pipeline hashJason Ekstrand2018-11-221-0/+6
* intel/compiler: Stop assuming the entrypoint is called "main"Jason Ekstrand2018-10-301-1/+0
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-1/+1
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-1/+1
* anv,i965: Lower away image derefs in the driverJason Ekstrand2018-08-291-2/+2
* intel/compiler: Do image load/store lowering to NIRJason Ekstrand2018-08-291-0/+2
* 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: set error in all failure pathsEric Engestrom2018-08-091-1/+3
* 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-021-17/+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-021-94/+73
* 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
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-231-1/+1
* anv/gen9: expose VK_EXT_post_depth_coverageIlia Mirkin2018-07-221-0/+1
* anv: Implement VK_EXT_vertex_attribute_divisorJason Ekstrand2018-07-091-0/+12