summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-273-1/+22
* intel/perf: document meaning of query fieldLionel Landwerlin2020-03-271-0/+1
* intel/perf: move mdapi query definitions to their own fileLionel Landwerlin2020-03-275-346/+388
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-276-1596/+1682
* intel/perf: move register definition to special fileLionel Landwerlin2020-03-272-19/+8
* intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez2020-03-261-10/+11
* intel/aub_viewer: Fix format specifier for uint64_tDanylo Piliaiev2020-03-261-7/+7
* util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer2020-03-241-1/+1
* intel/dump_gpu: Handle a bunch of getparam in the no-HW caseJason Ekstrand2020-03-241-2/+47
* intel/dump_gpu: Add an ensure_device_info helperJason Ekstrand2020-03-241-9/+17
* anv: Stop fetching the timestamp frequency ourselvesJason Ekstrand2020-03-241-13/+0
* intel/tools/aubinator_error_decode: Decode ring buffers from HEAD to TAILD Scott Phillips2020-03-231-5/+43
* intel/tools/aubinator_error_decode: read HW Context before other batchesD Scott Phillips2020-03-231-0/+18
* anv: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* intel/compiler: Track patch count thresholdSagar Ghuge2020-03-232-0/+33
* intel/genxml: Add patch count threshold field on gen12Sagar Ghuge2020-03-231-0/+1
* anv: Only add END_OF_PIPE_SYNC if we actually have AUX_INVALJason Ekstrand2020-03-191-1/+1
* intel/iris: Always initialize CCS to 0Jason Ekstrand2020-03-191-0/+4
* isl: drop min row pitch alignment when set by the driverLionel Landwerlin2020-03-191-1/+9
* isl: only apply main surface ccs pitch constraint with CCSLionel Landwerlin2020-03-191-1/+2
* isl: properly filter supported display modifiers on Gen9+Lionel Landwerlin2020-03-191-3/+13
* isl: implement linear tiling row pitch requirement for displayLionel Landwerlin2020-03-191-3/+14
* anv: Swizzle fast-clear valuesJason Ekstrand2020-03-183-9/+19
* intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand2020-03-183-4/+12
* anv: Use isl_drm_modifier_get_default_aux_state()Chad Versace2020-03-181-18/+21
* intel/isl: Don't align linear images to 64K on Gen12+Jason Ekstrand2020-03-181-3/+12
* intel/decoder: don't consider header fields past dword0Lionel Landwerlin2020-03-181-2/+4
* anv: Do an end-of-pipe sync before updating AUX table entriesJason Ekstrand2020-03-171-1/+1
* intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho2020-03-175-12/+12
* anv: Push UBO ranges relative to the start of the bindingJason Ekstrand2020-03-162-12/+16
* anv: Fix the comparison in an assertJason Ekstrand2020-03-161-1/+1
* isl: allow compression for storage images on gen12+Tapani Pälli2020-03-161-1/+4
* intel/compiler: detect if atomic load store operations are usedTapani Pälli2020-03-164-3/+10
* isl: Avoid EXPECT_DEATH in unit testsMatt Turner2020-03-134-46/+61
* anv: Dump push ranges via VK_KHR_pipeline_executable_propertiesJason Ekstrand2020-03-131-0/+50
* anv: Remove duplicate code in anv_cmd_buffer_bind_descriptor_setCaio Marcelo de Oliveira Filho2020-03-121-14/+20
* anv: Reduce compute pipeline batch_data sizeCaio Marcelo de Oliveira Filho2020-03-123-5/+7
* anv: Split graphics and compute bits from anv_pipelineCaio Marcelo de Oliveira Filho2020-03-127-236/+275
* anv: Use a separate field in the pipeline for compute shaderCaio Marcelo de Oliveira Filho2020-03-125-20/+42
* anv: Decouple flush_descriptor_sets() from pipeline structCaio Marcelo de Oliveira Filho2020-03-121-23/+45
* anv: Decouple flush_descriptor_sets() helpers from pipeline structCaio Marcelo de Oliveira Filho2020-03-121-20/+19
* anv: Remove redundant check in flush_descriptor_sets() helpersCaio Marcelo de Oliveira Filho2020-03-121-10/+0
* anv: Pass the right pipe_state to flush_descriptor_sets()Caio Marcelo de Oliveira Filho2020-03-121-33/+13
* anv: Keep the shader stage in anv_shader_binCaio Marcelo de Oliveira Filho2020-03-124-8/+32
* anv: Use a dynamic array for storing executables in pipelineCaio Marcelo de Oliveira Filho2020-03-123-21/+27
* anv: Use pipeline type to decide whether or not lower multiviewCaio Marcelo de Oliveira Filho2020-03-121-1/+1
* anv: Add a new enum to identify the pipeline typeCaio Marcelo de Oliveira Filho2020-03-123-0/+8
* intel/fs: Combine adjacent memory barriersCaio Marcelo de Oliveira Filho2020-03-121-0/+22
* intel/isl: Set DepthStencilResource based on aux usageJason Ekstrand2020-03-121-2/+30