aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar2020-04-211-1/+1
* anv: use common nir_convert_ycbcrJonathan Marek2020-04-201-123/+8
* anv: Add support for new MMAP_OFFSET ioctl.Rafael Antognolli2020-04-203-5/+49
* anv: Add anv_device parameter to anv_gem_munmap.Rafael Antognolli2020-04-205-7/+8
* anv: Apply any needed PIPE_CONTROLs before emitting stateJason Ekstrand2020-04-191-0/+12
* anv: Move vb_emit setup closer to where it's used in flush_stateJason Ekstrand2020-04-191-4/+4
* anv: skip writing perfcntr in results on Gen12+Lionel Landwerlin2020-04-181-0/+4
* anv: Emit pushed UBO bounds checking code in the back-end compilerJason Ekstrand2020-04-173-144/+75
* anv: Report correct SLM sizeJason Ekstrand2020-04-161-1/+1
* anv: Fix UBO range detection in anv_nir_compute_push_layoutJason Ekstrand2020-04-151-10/+5
* anv: Advertise SEND count through VK_EXT_pipeline_executable_propertiesJason Ekstrand2020-04-151-0/+10
* anv: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-095-6/+32
* intel/compiler: Replace cs_prog_data->push.total with a helperCaio Marcelo de Oliveira Filho2020-04-091-2/+4
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-077-16/+466
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-071-2/+2
* anv/image: Use align_u64 for image offsetsJason Ekstrand2020-04-021-2/+2
* anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero2020-04-011-14/+21
* anv: use urb_setup_attribs in SBEJuan A. Suarez Romero2020-04-011-3/+3
* anv: Do not sample from 3d depth image with HiZDanylo Piliaiev2020-04-011-0/+10
* anv/allocator: Use util_dynarray for blocks in anv_state_streamJason Ekstrand2020-03-312-38/+22
* anv: Account for the header in anv_state_stream_allocJason Ekstrand2020-03-311-2/+3
* anv: Set alignments on descriptor and constant loadsJason Ekstrand2020-03-301-0/+3
* intel: drop unused include directoriesEric Engestrom2020-03-281-5/+5
* meson: inline `inc_common`Eric Engestrom2020-03-281-5/+5
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-271-1/+1
* util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer2020-03-241-1/+1
* anv: Stop fetching the timestamp frequency ourselvesJason Ekstrand2020-03-241-13/+0
* anv: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* anv: Only add END_OF_PIPE_SYNC if we actually have AUX_INVALJason Ekstrand2020-03-191-1/+1
* anv: Swizzle fast-clear valuesJason Ekstrand2020-03-183-9/+19
* intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand2020-03-181-2/+2
* anv: Use isl_drm_modifier_get_default_aux_state()Chad Versace2020-03-181-18/+21
* anv: Do an end-of-pipe sync before updating AUX table entriesJason Ekstrand2020-03-171-1/+1
* intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho2020-03-171-7/+1
* anv: Push UBO ranges relative to the start of the bindingJason Ekstrand2020-03-162-12/+16
* anv: Fix the comparison in an assertJason Ekstrand2020-03-161-1/+1
* intel/compiler: detect if atomic load store operations are usedTapani Pälli2020-03-161-1/+1
* anv: Dump push ranges via VK_KHR_pipeline_executable_propertiesJason Ekstrand2020-03-131-0/+50
* anv: Remove duplicate code in anv_cmd_buffer_bind_descriptor_setCaio Marcelo de Oliveira Filho2020-03-121-14/+20
* anv: Reduce compute pipeline batch_data sizeCaio Marcelo de Oliveira Filho2020-03-123-5/+7
* anv: Split graphics and compute bits from anv_pipelineCaio Marcelo de Oliveira Filho2020-03-127-236/+275
* anv: Use a separate field in the pipeline for compute shaderCaio Marcelo de Oliveira Filho2020-03-125-20/+42
* anv: Decouple flush_descriptor_sets() from pipeline structCaio Marcelo de Oliveira Filho2020-03-121-23/+45
* anv: Decouple flush_descriptor_sets() helpers from pipeline structCaio Marcelo de Oliveira Filho2020-03-121-20/+19
* anv: Remove redundant check in flush_descriptor_sets() helpersCaio Marcelo de Oliveira Filho2020-03-121-10/+0
* anv: Pass the right pipe_state to flush_descriptor_sets()Caio Marcelo de Oliveira Filho2020-03-121-33/+13
* anv: Keep the shader stage in anv_shader_binCaio Marcelo de Oliveira Filho2020-03-124-8/+32
* anv: Use a dynamic array for storing executables in pipelineCaio Marcelo de Oliveira Filho2020-03-123-21/+27
* anv: Use pipeline type to decide whether or not lower multiviewCaio Marcelo de Oliveira Filho2020-03-121-1/+1
* anv: Add a new enum to identify the pipeline typeCaio Marcelo de Oliveira Filho2020-03-123-0/+8