summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri2017-11-091-23/+1
* intel/cs: Push subgroup ID instead of base thread IDJason Ekstrand2017-11-071-3/+3
* anv: Suffix anv-private 'VK' tokens with 'ANV'Chad Versace2017-11-075-31/+31
* anv: Remove unused variable 'gen'Chad Versace2017-11-071-4/+0
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-311-11/+12
* anv: Fix assert about source attrs.Kenneth Graunke2017-10-271-1/+1
* anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke2017-10-271-26/+0
* anv/entrypoints: Dump useful data if mako throws an exceptionJason Ekstrand2017-10-251-5/+17
* intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2017-10-251-2/+0
* anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand2017-10-251-1/+2
* anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand2017-10-251-2/+0
* anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand2017-10-251-0/+15
* anv: don't assert on device init on CannonlakeLionel Landwerlin2017-10-211-2/+4
* anv: disable stencil pma fix on Gen > 9Lionel Landwerlin2017-10-211-0/+2
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-204-15/+16
* anv: Fix instance typos.Vinson Lee2017-10-182-2/+2
* anv: Implement VK_ANDROID_native_buffer (v9)Chad Versace2017-10-185-4/+449
* anv: Move size check from anv_bo_cache_import() to caller (v2)Chad Versace2017-10-175-23/+46
* anv: Add func anv_gem_get_tiling()Chad Versace2017-10-172-0/+17
* anv: Move close(fd) from anv_bo_cache_import to its callers (v2)Chad Versace2017-10-174-23/+24
* anv: Add field anv_image::planes[]::bo_is_owned (v2)Chad Versace2017-10-172-0/+14
* anv: Better support for Android logging (v2)Chad Versace2017-10-174-33/+15
* anv/apply_pipeline_layout: Use nir_tex_instr_remove_srcJason Ekstrand2017-10-171-12/+5
* nir: Add a helper for adding texture instruction sourcesJason Ekstrand2017-10-171-18/+1
* anv: Get rid of gen fall-throughJason Ekstrand2017-10-161-17/+17
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-131-1/+1
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-121-6/+4
* anv/pipeline: Refactor setup of the prog_data::param arrayJason Ekstrand2017-10-121-14/+9
* anv/pipeline: Grow the param array for imagesJason Ekstrand2017-10-122-7/+5
* anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZEJason Ekstrand2017-10-121-4/+2
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-121-4/+0
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-0/+1
* anv/pipeline: Ralloc prog_data::param of the compile mem_ctxJason Ekstrand2017-10-121-2/+1
* anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compileJason Ekstrand2017-10-121-33/+39
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-4/+2
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-124-28/+42
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-122-159/+141
* anv/pipeline: Declare bind maps closer to their useJason Ekstrand2017-10-121-12/+6
* anv/multialloc: Add new add_size helperJason Ekstrand2017-10-121-2/+4
* anv: intel: use anv_image's computed size for importing a BOLionel Landwerlin2017-10-111-11/+15
* anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin2017-10-111-1/+1
* anv: fix assert in wsi image code.Dave Airlie2017-10-111-1/+1
* anv: fix null pointer dereferenceTapani Pälli2017-10-101-0/+1
* anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia2017-10-091-1/+2
* anv/wsi: Allocate enough memory for the entire imageJason Ekstrand2017-10-071-3/+4
* anv: fix nir.h includeLionel Landwerlin2017-10-071-1/+1
* anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin2017-10-061-9/+3
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-062-13/+49
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-066-18/+186
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-069-484/+915