aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-2512-27/+13
* anv: Only re-emit non-dynamic state that has changed.Rafael Antognolli2019-08-232-24/+50
* intel/decoders: Avoid uninitialized variable warningsCaio Marcelo de Oliveira Filho2019-08-231-2/+2
* anv: Drop unused local variableCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1Caio Marcelo de Oliveira Filho2019-08-231-1/+3
* intel/nir: Add a helper for getting BRW_AOP from an intrinsicJason Ekstrand2019-08-214-170/+78
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-214-22/+46
* anv: inline uniforms blocks don't count toward descriptor set limitsArcady Goldmints-Orlov2019-08-201-0/+23
* isl: Enable Unorm Path in Color PipeKenneth Graunke2019-08-152-0/+9
* anv: Properly initialize device->slice_hash.Rafael Antognolli2019-08-151-2/+2
* intel/compiler: Fix resource leak in error pathDanylo Piliaiev2019-08-151-0/+1
* 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