summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* nir/algebraic: Distribute source modifiers into instructionsIan Romanick2020-04-011-0/+7
* intel/vec4: Allow late copy propagation on vec4Ian Romanick2020-04-011-3/+3
* isl: don't warn in physical extent calculation for yuv formatsLionel Landwerlin2020-03-312-2/+8
* isl: set bpb for Y8_UNORMLionel Landwerlin2020-03-311-1/+1
* anv/allocator: Use util_dynarray for blocks in anv_state_streamJason Ekstrand2020-03-312-38/+22
* anv: Account for the header in anv_state_stream_allocJason Ekstrand2020-03-311-2/+3
* anv: Set alignments on descriptor and constant loadsJason Ekstrand2020-03-301-0/+3
* intel/nir: Run copy-prop and DCE after lower_bool_to_int32Jason Ekstrand2020-03-301-0/+2
* intel: drop unused include directoriesEric Engestrom2020-03-289-29/+29
* meson: inline `inc_common`Eric Engestrom2020-03-289-29/+29
* 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