summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2018-02-12anv: Move setting current_pipeline to cmd_state_initJason Ekstrand1-1/+1
2018-02-12anv: Don't resolve or ambiguate non-existent layersJason Ekstrand1-2/+10
2018-02-12anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.Kenneth Graunke1-2/+1
2018-02-10intel/compiler: fix 64bit value prints on 32bitGrazvydas Ignotas2-3/+3
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand6-53/+26
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand5-35/+16
2018-02-08anv: Allow fast-clearing the first slice of a multi-slice imageJason Ekstrand2-12/+23
2018-02-08anv/cmd_buffer: Rework aux trackingJason Ekstrand4-171/+360
2018-02-08anv/cmd_buffer: Move the mi_alu helper higher upJason Ekstrand1-17/+19
2018-02-08anv/image: Simplify some verbose commenntsJason Ekstrand1-10/+3
2018-02-08anv: Use blorp_ccs_ambiguate instead of fast-clearsJason Ekstrand2-50/+40
2018-02-08anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clearsJason Ekstrand1-17/+14
2018-02-08anv/cmd_buffer: Pull the undefined layout condition into the ifJason Ekstrand1-9/+4
2018-02-08intel/blorp: Add a CCS ambiguation passJason Ekstrand2-0/+158
2018-02-08anv: Only fast clear single-slice imagesJason Ekstrand1-17/+17
2018-02-08anv/cmd_buffer: Add a mark_image_written helperJason Ekstrand5-0/+119
2018-02-08anv/blorp: Add src/dst_level helper variables in CmdCopyImageJason Ekstrand1-8/+6
2018-02-08anv/cmd_buffer: Add an anv_genX_call macroJason Ekstrand1-15/+25
2018-02-08anv/cmd_buffer: Generalize transition_color_bufferJason Ekstrand1-12/+47
2018-02-08anv/cmd_buffer: Recurse in transition_color_buffer instead of falling throughJason Ekstrand1-9/+9
2018-02-08anv/image: Support color aspects in layout_to_aux_usageJason Ekstrand1-19/+29
2018-02-08anv/image: Add a helper for determining when fast clears are supportedJason Ekstrand2-0/+83
2018-02-08anv/image: Update a commentJason Ekstrand1-1/+1
2018-02-08anv/blorp: Rework HiZ ops to look like MCS and CCSJason Ekstrand3-26/+34
2018-02-08anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_imageJason Ekstrand1-16/+6
2018-02-08anv/blorp: Rework image clear/resolve helpersJason Ekstrand3-104/+166
2018-02-08intel/isl: Codify AUX operations in an enumJason Ekstrand1-25/+49
2018-02-08meson: Add build option for toolsScott D Phillips1-2/+4
2018-02-07i965: remove unused brw_nir_lower_cs_shared()Timothy Arceri2-9/+0
2018-02-06anv/device: initialize the list of enabled extensions properlyIago Toral Quiroga1-1/+1
2018-02-06i965/nir: do int64 lowering before optimizationIago Toral Quiroga1-4/+12
2018-02-05i965: Move mistakenly placed lineMatt Turner1-1/+1
2018-02-02aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand1-1/+1
2018-02-01intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke1-2/+2
2018-01-30anv/cmd_buffer: Re-emit the pipeline at every subpassJason Ekstrand1-0/+11
2018-01-30anv/pipeline: lower constant initializers on output variables earlierIago Toral Quiroga1-0/+5
2018-01-29anv/cmd_buffer: Emit PIPE_CONTROL with ISP bit on older platforms.Rafael Antognolli1-4/+2
2018-01-30nir: add vs_inputs_dual_locations compiler optionTimothy Arceri1-0/+3
2018-01-30compiler: tidy up double_inputs_read usesTimothy Arceri1-1/+1
2018-01-26anv/gen10: Emit CS stall and mark push constants dirty.Rafael Antognolli2-7/+12
2018-01-26i965/gen10: Re-enable push constants.Rafael Antognolli1-9/+0
2018-01-26anv/gen10: Ignore push constant packets during context restore.Rafael Antognolli2-0/+48
2018-01-26anv/pipeline: remove the pipeline layout field from anv_pipelineIago Toral Quiroga3-4/+0
2018-01-26anv/cmd_buffer: add the pipeline layout to the pipeline stateIago Toral Quiroga3-5/+12
2018-01-26anv/pipeline: don't take the layout from the pipeline to compile shadersIago Toral Quiroga4-25/+39
2018-01-26anv/descriptor_set: add reference counting for descriptor set layoutsIago Toral Quiroga3-11/+41
2018-01-26anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand1-3/+3
2018-01-26anv_icd.py: improve reproducible buildsMaxin B. John1-1/+1
2018-01-25i965/fs: Reset the register file to VGRF in lower_integer_multiplicationJason Ekstrand1-5/+10
2018-01-25automake: anv: ship anv_extensions_gen.py in the tarballEmil Velikov1-0/+1