aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/tools: Fix aub_file initialization in intel_dump_gpuCaio Marcelo de Oliveira Filho2019-08-121-0/+6
* anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli2019-08-123-0/+78
* intel: Get information about pixel pipes subslices.Rafael Antognolli2019-08-122-1/+25
* intel/gen_decoder: Decode SLICE_HASH_TABLE.Rafael Antognolli2019-08-121-0/+8
* intel/genxml: Update 3D_MODE and add SLICE_HASH_TABLE.Rafael Antognolli2019-08-121-1/+33
* anv: Implement VK_KHR_pipeline_executable_propertiesJason Ekstrand2019-08-125-4/+295
* anv: Add a ralloc context to anv_pipelineJason Ekstrand2019-08-123-0/+9
* anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is setJason Ekstrand2019-08-123-57/+75
* anv/pipeline: Split setting up per-stage keys into its own loopJason Ekstrand2019-08-121-3/+8
* anv: Record shader compile stats in the pipeline cacheJason Ekstrand2019-08-124-9/+59
* anv/pipeline: Stash generated code in the pipeline stageJason Ekstrand2019-08-121-42/+47
* intel/fs: Add SLM size to brw_cs_prog_dataJason Ekstrand2019-08-122-0/+2
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-1212-28/+75
* intel/fs: add 64 bit integer multiplication loweringPaulo Zanoni2019-08-122-4/+70
* intel/compiler: invert the logic of lower_integer_multiplication()Paulo Zanoni2019-08-121-13/+10
* intel/compiler: don't instantiate a builder for each instructionPaulo Zanoni2019-08-122-12/+10
* intel/compiler: extract subfunctions of lower_integer_multiplication()Paulo Zanoni2019-08-122-186/+197
* nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry2019-08-121-1/+1
* anv/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-124-0/+109
* intel/genxml: Add GT_MODE hashing defs for Gen9.Francisco Jerez2019-08-121-0/+17
* anv: Implement VK_EXT_subgroup_size_control version 2Jason Ekstrand2019-08-122-1/+9
* anv: add missing `break`Eric Engestrom2019-08-091-0/+1
* anv: drop unused codeLionel Landwerlin2019-08-091-17/+0
* anv/android: disable shared representable image support explicitlyTapani Pälli2019-08-091-0/+10
* intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V2019-08-081-0/+4
* i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr...Greg V2019-08-081-0/+3
* anv: add MAP_POPULATE fallback define for portabilityGreg V2019-08-081-0/+4
* anv: remove unused Linux-specific includeGreg V2019-08-081-1/+0
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-082-2/+1
* anv: use derefs for shared memory accessRhys Perry2019-08-081-4/+19
* anv: support GetSwapchainGrallocUsage2ANDROID for AndroidTapani Pälli2019-08-083-22/+88
* intel/perf: fix debug typoMark Janes2019-08-071-5/+5
* intel/perf: make gen_perf_query_object privateMark Janes2019-08-072-72/+80
* intel/perf: make perf context privateMark Janes2019-08-072-64/+109
* intel/perf: print debug informationMark Janes2019-08-072-0/+35
* intel/perf: make internal methods privateMark Janes2019-08-072-95/+62
* intel/perf: make oa_sample_buffers privateMark Janes2019-08-072-119/+120
* intel/perf: expose method to create queryMark Janes2019-08-072-0/+19
* intel/perf: move initialization of pipeline statistics metrics to gen_perfMark Janes2019-08-072-124/+219
* intel/perf: move get_query_data into gen_perfMark Janes2019-08-072-0/+376
* intel/perf: move delete_query to gen_perfMark Janes2019-08-072-0/+93
* intel/perf: move is_query_ready to gen_perfMark Janes2019-08-072-0/+31
* intel/perf: move wait_query to perfMark Janes2019-08-072-0/+167
* intel/perf: create a vtable entry for bo_busyMark Janes2019-08-071-0/+1
* intel/perf: create a vtable entry for bo_wait_renderingMark Janes2019-08-071-0/+1
* intel/perf: create a vtable entry for batch_referencesMark Janes2019-08-071-0/+1
* intel/perf: refactor gen_perf_end_query into gen_perfMark Janes2019-08-072-0/+56
* intel/perf: refactor gen_perf_begin_query into gen_perfMark Janes2019-08-072-0/+259
* intel/perf: move perf-related state into gen_perf_contextMark Janes2019-08-072-0/+51
* intel/perf: create a vtable entries for buffer object map/unmapMark Janes2019-08-072-0/+5