summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-23anv: Fix wait_count missing incrementLionel Landwerlin1-0/+1
2021-02-23nir: add has_txs flagChristian Gmeiner1-1/+2
2021-02-22anv: don't wait for completion of work on vkQueuePresent()Lionel Landwerlin1-9/+17
2021-02-22anv: reset binary syncobj to be signaled before submissionLionel Landwerlin1-0/+7
2021-02-22intel/perf: fix roll over PERF_CNT counter accumulationLionel Landwerlin1-2/+6
2021-02-22intel/perf: Add Alderlake metricsLionel Landwerlin4-2/+10629
2021-02-22intel/dev: identify alderlakeLionel Landwerlin2-0/+3
2021-02-20intel: check setuid before writing output file in INTEL_MEASUREMark Janes1-1/+2
2021-02-18intel/mi_builder: Add tests for gen_mi_z and gen_mi_nzJason Ekstrand1-0/+25
2021-02-18intel/mi_builder: Rewrite unit tests in terms of constant foldingJason Ekstrand1-19/+19
2021-02-18intel/mi_builder: Add constant foldingJason Ekstrand1-2/+50
2021-02-18intel/mi_builder: Short-circuit shifts in more casesJason Ekstrand1-1/+10
2021-02-18intel/mi_builder: Fix a misleading commentJason Ekstrand1-1/+1
2021-02-18intel/mi_builder: Delete a bogus commentJason Ekstrand1-6/+0
2021-02-18intel/mi_builder: Create a context in the testsJason Ekstrand1-0/+7
2021-02-18anv: track buffer creation flagsLionel Landwerlin2-0/+2
2021-02-18anv: track command buffer pool flagsLionel Landwerlin2-0/+4
2021-02-18isl: add external parameter to isl_mocs()Lionel Landwerlin7-14/+17
2021-02-18genxml: Add PIPE_CONTROL protected memory bitsLionel Landwerlin2-0/+4
2021-02-18genxml: add MI_SET_APPID on Gen12+Lionel Landwerlin2-0/+20
2021-02-18anv/android: Re-implement AcquireImageANDROIDJason Ekstrand1-54/+59
2021-02-17anv/formats: Advertise linear sampling on depth formatsJason Ekstrand1-0/+3
2021-02-17intel/anv: Fix condition for planar yuv surfaceAnuj Phogat1-2/+2
2021-02-17intel/compiler: Use CMPN for min / max on Gen4 and Gen5Ian Romanick2-8/+24
2021-02-17intel/compiler: Make the CMPN builder work like the CMP builderIan Romanick2-2/+50
2021-02-17intel/compiler: Enable the ability to emit CMPN instructionsIan Romanick4-0/+51
2021-02-17intel/eu/validate: Add some checks for CMP and CMPNIan Romanick2-1/+38
2021-02-17intel/anv: Fix condition to set MipModeFilter for YUV surfaceAnuj Phogat1-2/+5
2021-02-17intel/fs: Shuffle can't handle source modifiersJason Ekstrand2-0/+4
2021-02-16intel/nir: Lower 8-bit phis on Gen11+Jason Ekstrand1-0/+7
2021-02-16intel/compiler: Free resources on test teardownRohan Garg9-63/+154
2021-02-16intel/genxml: Free resource before exitingRohan Garg1-0/+2
2021-02-15intel/dump_gpu: mark bo as unmapped if its address changesMarcin Ślusarz1-0/+2
2021-02-15intel/tools/aub: remove superfluous new line from error messagesMarcin Ślusarz1-1/+1
2021-02-15intel/tools/aub: handle truncated input fileMarcin Ślusarz1-1/+7
2021-02-15intel/tools/aub: print better error message when mmap failsMarcin Ślusarz1-8/+24
2021-02-13intel/compiler: Use gl_varying_slot_name_for_stage()Caio Marcelo de Oliveira Filho6-13/+16
2021-02-12anv: Allow null handle in DestroyDescriptorUpdateTemplate.Giovanni Mascellani1-0/+3
2021-02-11anv: Add ANV_QUEUE_OVERRIDE env-var to override advertised queuesJordan Justen1-0/+60
2021-02-11anv: Add fake graphics-only and compute-only queue familiesJason Ekstrand2-6/+25
2021-02-11anv: discard all timeline wait/signal value=0Lionel Landwerlin1-4/+16
2021-02-10blorp: Assert 8x4 alignment for a HiZ op on Gen8-9Nanley Chery1-0/+37
2021-02-10anv: print out perf permission warning only onceLionel Landwerlin1-3/+9
2021-02-09intel/stub: plug some gaps in our ioctl fakingLionel Landwerlin1-0/+22
2021-02-09anv: only signal wsi fence BO on last command bufferLionel Landwerlin1-2/+4
2021-02-09anv: break up internal queueing functionLionel Landwerlin1-88/+152
2021-02-09anv: add a comment describing has_relocs fieldLionel Landwerlin1-0/+5
2021-02-06android: anv: implement anv layer of INTEL_MEASUREMauro Rossi1-0/+2
2021-02-06android: intel: Print GPU timing data based on INTEL_MEASUREMauro Rossi1-1/+3
2021-02-04anv: Move extension tables to anv_device.cJason Ekstrand6-135/+192