summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel/eu: Define helper to specify the descriptor immediates of a SEND instru...Francisco Jerez2018-07-092-0/+26
* intel/eu: Add brw_inst.h helpers for the SEND(C) descriptor and extended desc...Francisco Jerez2018-07-091-0/+78
* intel/compiler: emit actual barriers for working-group level barriersIago Toral Quiroga2018-07-101-23/+2
* anv,radv: Add support for VK_KHR_get_display_properties2Jason Ekstrand2018-07-092-0/+57
* intel/aubinator_error_decode: Allow for more sectionsJason Ekstrand2018-07-091-11/+13
* intel/batch_decoder: Recurse for all 2nd level batchesJason Ekstrand2018-07-091-14/+5
* anv/icl: Don't set float blend optimization bit in CACHE_MODE_SSAnuj Phogat2018-07-091-12/+0
* anv: Implement VK_EXT_vertex_attribute_divisorJason Ekstrand2018-07-093-0/+21
* anv/pipeline: Add a per-VB instance divisorJason Ekstrand2018-07-094-12/+20
* anv/pipeline: Use a per-VB struct instead of separate arraysJason Ekstrand2018-07-094-8/+11
* anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storageJose Maria Casanova Crespo2018-07-103-0/+13
* i965/fs: Enable store_ssbo for 8-bit types.Jose Maria Casanova Crespo2018-07-101-7/+8
* intel/compiler: relax brw_eu_validate for byte raw movsJose Maria Casanova Crespo2018-07-101-3/+5
* i965/fs: Enable conversions to 8-bit integersJose Maria Casanova Crespo2018-07-101-0/+2
* i965: Support for 8-bit base types in helper functionsJose Maria Casanova Crespo2018-07-102-1/+14
* i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo2018-07-101-0/+25
* intel/compiler: grf127 can not be dest when src and dest overlap in sendJose Maria Casanova Crespo2018-07-101-0/+11
* intel: tools: dump_gpu: fix ppgtt mappingLionel Landwerlin2018-07-091-23/+23
* anv: Add support for VK_KHR_create_renderpass2Jason Ekstrand2018-07-093-0/+165
* anv: Make subpass::depth_stencil_attachment a pointerJason Ekstrand2018-07-098-25/+28
* anv/pass: Move implicit dependency setup to anv_render_pass_compileJason Ekstrand2018-07-091-70/+63
* anv/pass: Move some dependency setup into a helperJason Ekstrand2018-07-091-18/+34
* anv/pass: Move a bunch of analysis into a separate "compile" stageJason Ekstrand2018-07-091-50/+64
* anv/pass: Use a designated initailizer for attachmentsJason Ekstrand2018-07-091-11/+11
* anv: Bump the advertised patch version to 80Jason Ekstrand2018-07-091-1/+1
* intel/fs: use uint type for per_slot_offset at GSJose Maria Casanova Crespo2018-07-091-1/+1
* intel/compiler: remove unused functionIago Toral Quiroga2018-07-092-31/+0
* anv/pipeline: honor the pipeline_cache_enabled run-time flagIago Toral Quiroga2018-07-091-1/+1
* intel/compiler: Relax mixed type restriction for saturating immediatesIan Romanick2018-07-062-4/+22
* i965/vec4: Properly handle sign(-abs(x))Ian Romanick2018-07-061-1/+17
* i965/fs: Properly handle sign(-abs(x))Ian Romanick2018-07-061-3/+12
* python: Use the print functionMathieu Bridon2018-07-061-3/+5
* i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachableIan Romanick2018-07-051-2/+1
* intel/compiler: More DCE after loweringIan Romanick2018-07-051-0/+2
* python: Specify the JSON separatorsMathieu Bridon2018-07-051-1/+1
* intel: tools: remove drm-uapi definesLionel Landwerlin2018-07-051-29/+1
* intel: intel_dump_gpu: use simulator id in capturesLionel Landwerlin2018-07-052-2/+2
* intel: devinfo: add simulator idLionel Landwerlin2018-07-052-4/+48
* intel: tools: dump-gpu: dump 48-bit addressesScott D Phillips2018-07-052-167/+151
* intel: tools: import intel_aubdumpLionel Landwerlin2018-07-054-0/+1440
* intel: tools: update intel_aub.hLionel Landwerlin2018-07-051-0/+26
* intel: batch-decoder: add missing return lineLionel Landwerlin2018-07-051-1/+1
* intel: batch-decoder: don't asks for constant BO until decodingLionel Landwerlin2018-07-051-6/+11
* intel/batch-decoder: handle non-contiguous binding table / surface stateScott D Phillips2018-07-051-4/+14
* intel/tools/aubinator: aubinate ppgtt aubsScott D Phillips2018-07-051-1/+72
* intel: aubinator: handle GGTT mappingsLionel Landwerlin2018-07-051-13/+244
* intel: aubinator: drop the 1Tb GTT mappingLionel Landwerlin2018-07-051-55/+75
* intel: aubinator: rework register writes handlingLionel Landwerlin2018-07-051-28/+54
* intel: aubinator: remove standard input processing optionLionel Landwerlin2018-07-051-90/+12
* intel: aubinator: remove unused variablesLionel Landwerlin2018-07-051-5/+0