summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Fix output register sizes when variable ranges are interleavedNeil Roberts2018-07-041-7/+18
* i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...Ian Romanick2018-07-022-5/+87
* intel/compiler: Silence unused parameter warnings brw_nir.cIan Romanick2018-07-025-7/+6
* anv: Add support for the on-disk shader cacheJason Ekstrand2018-07-023-11/+126
* anv/pipeline_cache: Add a _locked suffix to a functionJason Ekstrand2018-07-021-14/+15
* anv: Add device-level helpers for searching for and uploading kernelsJason Ekstrand2018-07-023-79/+98
* anv/pipeline: Stop optimizing for not having a cacheJason Ekstrand2018-07-021-34/+31
* anv: Use a default pipeline cache if none is specifiedJason Ekstrand2018-07-025-18/+25
* anv: Be more careful about hashing pipeline layoutsJason Ekstrand2018-07-021-3/+38
* anv,intel: Enable nir_opt_large_constants for VulkanJason Ekstrand2018-07-023-0/+14
* anv: Add state setup support for shader constantsJason Ekstrand2018-07-023-19/+101
* anv: Add support for shader constant data to the pipeline cacheJason Ekstrand2018-07-024-0/+50
* anv/cmd_buffer: make descriptors dirty when emitting base state addressIago Toral Quiroga2018-07-021-0/+5