aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/perf: fix improper pointer accessLionel Landwerlin2019-12-041-1/+1
* intel/perf: simplify the processing of OA reportsLionel Landwerlin2019-12-041-28/+36
* intel/perf: take into account that reports read can be fairly oldLionel Landwerlin2019-12-041-3/+4
* intel/perf: set read buffer len to 0 to identify empty bufferLionel Landwerlin2019-12-041-2/+3
* intel/perf: fix invalid hw_id in query resultsLionel Landwerlin2019-12-041-2/+6
* anv: Respect the always_flush_cache driconf optionJason Ekstrand2019-12-033-0/+12
* anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand2019-12-031-2/+2
* intel/compiler: Increase nir_opt_peephole_select thresholdIan Romanick2019-12-021-1/+1
* anv: Push constants are relative to dynamic state on IVBJason Ekstrand2019-11-261-0/+17
* anv/entrypoints: Better handle promoted extensionsJason Ekstrand2019-11-261-9/+25
* meson: only build imgui when neededSamuel Pitoiset2019-11-251-1/+1
* intel/fs: Disable conditional discard optimization on Gen4 and Gen5Ian Romanick2019-11-211-1/+8
* Revert "i965/fs: Merge CMP and SEL into CSEL on Gen8+"Jason Ekstrand2019-11-202-108/+0
* nir: move data.image.access to data.accessMarek Olšák2019-11-192-4/+4
* anv: add missing "fall-through" annotationEric Engestrom2019-11-191-0/+1
* intel: Add workaround for stencil state.Rafael Antognolli2019-11-192-0/+28
* intel/compiler: Don't change hstride if not neededIván Briano2019-11-181-5/+6
* anv: Emit a NULL vertex for zero base_vertex/instanceJason Ekstrand2019-11-181-11/+16
* anv: Use an anv_state for the next binding tableJason Ekstrand2019-11-182-12/+15
* anv: More carefully dirty state in BindPipelineJason Ekstrand2019-11-187-25/+101
* anv: More carefully dirty state in BindDescriptorSetsJason Ekstrand2019-11-184-22/+51
* anv: Use a switch statement for binding table setupJason Ekstrand2019-11-181-117/+127
* anv: Rework push constant handlingJason Ekstrand2019-11-1811-228/+176
* anv: Re-arrange push constant data a bitJason Ekstrand2019-11-183-23/+46
* intel/compiler: Add a flag to avoid compacting push constantsJason Ekstrand2019-11-184-145/+168
* anv: Pre-compute push ranges for graphics pipelinesJason Ekstrand2019-11-188-64/+137
* anv: Stop bounds-checking pushed UBOsJason Ekstrand2019-11-181-28/+10
* anv: Delete dead shader constant pushing codeJason Ekstrand2019-11-182-13/+7
* anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layoutJason Ekstrand2019-11-186-76/+54
* anv: Input attachments are always single-planeJason Ekstrand2019-11-181-2/+3
* genxml: Mark everything in genX_pack.h always_inlineJason Ekstrand2019-11-181-8/+8
* anv/pipeline: Assume layout != NULLJason Ekstrand2019-11-181-21/+19
* intel/compiler: remove old commentItalo Nicola2019-11-181-3/+0
* intel/perf: add EHL performance query supportLionel Landwerlin2019-11-154-2/+11808
* intel/dev: flag the Elkhart Lake platformLionel Landwerlin2019-11-152-0/+5
* intel/fs: Do not lower large local arrays to scratch on gen7Danylo Piliaiev2019-11-141-1/+5
* intel/compiler: fix nir_op_{i,u}*32 on ICLPaulo Zanoni2019-11-131-1/+1
* anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho2019-11-131-2/+1
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-126-74/+15
* intel/isl: Add MOCS settings to isl_device.Rafael Antognolli2019-11-122-0/+57
* intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev2019-11-121-1/+6
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-115-72/+734
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-112-3/+22
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-111-4/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-114-376/+616
* anv: refcount semaphoresLionel Landwerlin2019-11-112-6/+26
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-115-24/+60
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-112-19/+17
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-113-22/+30