aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Remove cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-092-20/+3
* anv: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-095-6/+32
* intel/compiler: Add support for variable workgroup sizePlamena Manolova2020-04-095-29/+100
* intel/compiler: Replace cs_prog_data->push.total with a helperCaio Marcelo de Oliveira Filho2020-04-093-8/+18
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-078-16/+471
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-079-12/+41
* intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATIONCaio Marcelo de Oliveira Filho2020-04-071-0/+16
* intel/nir: Enable load/store vectorizationJason Ekstrand2020-04-031-11/+55
* intel/nir: Lower memory access bit sizes laterJason Ekstrand2020-04-031-2/+12
* anv: Improve brw_nir_lower_mem_access_bit_sizesJason Ekstrand2020-04-031-5/+5
* intel/fs: Choose memory message type based on bit sizeJason Ekstrand2020-04-031-30/+42
* intel/aub_viewer: fix access to freed memoryLionel Landwerlin2020-04-031-1/+1
* anv/image: Use align_u64 for image offsetsJason Ekstrand2020-04-021-2/+2
* anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero2020-04-011-14/+21
* intel/compiler: store the FS inputs in WM prog dataJuan A. Suarez Romero2020-04-012-0/+6
* anv: use urb_setup_attribs in SBEJuan A. Suarez Romero2020-04-011-3/+3
* anv: Do not sample from 3d depth image with HiZDanylo Piliaiev2020-04-011-0/+10
* 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