summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2019-08-20anv: inline uniforms blocks don't count toward descriptor set limitsArcady Goldmints-Orlov1-0/+23
2019-08-15isl: Enable Unorm Path in Color PipeKenneth Graunke2-0/+9
2019-08-15anv: Properly initialize device->slice_hash.Rafael Antognolli1-2/+2
2019-08-15intel/compiler: Fix resource leak in error pathDanylo Piliaiev1-0/+1
2019-08-12intel/tools: Fix aub_file initialization in intel_dump_gpuCaio Marcelo de Oliveira Filho1-0/+6
2019-08-12anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli3-0/+78
2019-08-12intel: Get information about pixel pipes subslices.Rafael Antognolli2-1/+25
2019-08-12intel/gen_decoder: Decode SLICE_HASH_TABLE.Rafael Antognolli1-0/+8
2019-08-12intel/genxml: Update 3D_MODE and add SLICE_HASH_TABLE.Rafael Antognolli1-1/+33
2019-08-12anv: Implement VK_KHR_pipeline_executable_propertiesJason Ekstrand5-4/+295
2019-08-12anv: Add a ralloc context to anv_pipelineJason Ekstrand3-0/+9
2019-08-12anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is setJason Ekstrand3-57/+75
2019-08-12anv/pipeline: Split setting up per-stage keys into its own loopJason Ekstrand1-3/+8
2019-08-12anv: Record shader compile stats in the pipeline cacheJason Ekstrand4-9/+59
2019-08-12anv/pipeline: Stash generated code in the pipeline stageJason Ekstrand1-42/+47
2019-08-12intel/fs: Add SLM size to brw_cs_prog_dataJason Ekstrand2-0/+2
2019-08-12intel/compiler: Fill a compiler statistics structJason Ekstrand12-28/+75
2019-08-12intel/fs: add 64 bit integer multiplication loweringPaulo Zanoni2-4/+70
2019-08-12intel/compiler: invert the logic of lower_integer_multiplication()Paulo Zanoni1-13/+10
2019-08-12intel/compiler: don't instantiate a builder for each instructionPaulo Zanoni2-12/+10
2019-08-12intel/compiler: extract subfunctions of lower_integer_multiplication()Paulo Zanoni2-186/+197
2019-08-12nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry1-1/+1
2019-08-12anv/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez4-0/+109
2019-08-12intel/genxml: Add GT_MODE hashing defs for Gen9.Francisco Jerez1-0/+17
2019-08-12anv: Implement VK_EXT_subgroup_size_control version 2Jason Ekstrand2-1/+9
2019-08-09anv: add missing `break`Eric Engestrom1-0/+1
2019-08-09anv: drop unused codeLionel Landwerlin1-17/+0
2019-08-09anv/android: disable shared representable image support explicitlyTapani Pälli1-0/+10
2019-08-08intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V1-0/+4
2019-08-08i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr...Greg V1-0/+3
2019-08-08anv: add MAP_POPULATE fallback define for portabilityGreg V1-0/+4
2019-08-08anv: remove unused Linux-specific includeGreg V1-1/+0
2019-08-08anv,i965,iris: deduplicate setting of total_sharedRhys Perry2-2/+1
2019-08-08anv: use derefs for shared memory accessRhys Perry1-4/+19
2019-08-08anv: support GetSwapchainGrallocUsage2ANDROID for AndroidTapani Pälli3-22/+88
2019-08-07intel/perf: fix debug typoMark Janes1-5/+5
2019-08-07intel/perf: make gen_perf_query_object privateMark Janes2-72/+80
2019-08-07intel/perf: make perf context privateMark Janes2-64/+109
2019-08-07intel/perf: print debug informationMark Janes2-0/+35
2019-08-07intel/perf: make internal methods privateMark Janes2-95/+62
2019-08-07intel/perf: make oa_sample_buffers privateMark Janes2-119/+120
2019-08-07intel/perf: expose method to create queryMark Janes2-0/+19
2019-08-07intel/perf: move initialization of pipeline statistics metrics to gen_perfMark Janes2-124/+219
2019-08-07intel/perf: move get_query_data into gen_perfMark Janes2-0/+376
2019-08-07intel/perf: move delete_query to gen_perfMark Janes2-0/+93
2019-08-07intel/perf: move is_query_ready to gen_perfMark Janes2-0/+31
2019-08-07intel/perf: move wait_query to perfMark Janes2-0/+167
2019-08-07intel/perf: create a vtable entry for bo_busyMark Janes1-0/+1
2019-08-07intel/perf: create a vtable entry for bo_wait_renderingMark Janes1-0/+1
2019-08-07intel/perf: create a vtable entry for batch_referencesMark Janes1-0/+1