aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2018-02-152-1/+8
* i965/icl: Add assertions to check dispatch mode is SIMD8Anuj Phogat2018-02-151-0/+2
* i965/icl: Update the comment for maximum number of threads per PSDAnuj Phogat2018-02-151-4/+5
* intel/icl: Do StateCacheInvalidation for indirect clear colorAnuj Phogat2018-02-151-1/+1
* intel/isl/icl: Build and use gen11 surface state emit functionsAnuj Phogat2018-02-156-1/+35
* intel/isl/icl: Add the maximum surface size limitAnuj Phogat2018-02-151-1/+5
* intel/genxml/icl: Update genx_bits headerAnuj Phogat2018-02-151-0/+1
* intel/genxml/icl: Generate packing headersAnuj Phogat2018-02-155-2/+15
* intel/genxml/icl: Add gen11.xmlAnuj Phogat2018-02-151-0/+3765
* meson: add convenience variable for anv_extensions.py depdendencyDylan Baker2018-02-151-4/+6
* meson: use depend_files for adding extra file dependenciesDylan Baker2018-02-151-2/+2
* meson: use depend_files to track extra file dependenciesDylan Baker2018-02-151-2/+2
* Revert "anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.py"Dylan Baker2018-02-151-2/+1
* isl: Don't use surface format R32_FLOAT for typed atomic integer operationsAnuj Phogat2018-02-141-1/+8
* intel/aubinator: Correctly decode INTERFACE_DESCRIPTOR_DATAJason Ekstrand2018-02-141-1/+1
* anv/gen10: Remove warning message.Rafael Antognolli2018-02-141-5/+2
* i965/compiler: clean up nir_intrinsic_load_input for vertex shadersIago Toral Quiroga2018-02-141-11/+2
* intel/compiler: fix first_component for 64-bit types on vertex inputsIago Toral Quiroga2018-02-141-0/+3
* anv: Move setting current_pipeline to cmd_state_initJason Ekstrand2018-02-121-1/+1
* anv: Don't resolve or ambiguate non-existent layersJason Ekstrand2018-02-121-2/+10
* anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.Kenneth Graunke2018-02-121-2/+1
* intel/compiler: fix 64bit value prints on 32bitGrazvydas Ignotas2018-02-102-3/+3
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-086-53/+26
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-085-35/+16
* anv: Allow fast-clearing the first slice of a multi-slice imageJason Ekstrand2018-02-082-12/+23
* anv/cmd_buffer: Rework aux trackingJason Ekstrand2018-02-084-171/+360
* anv/cmd_buffer: Move the mi_alu helper higher upJason Ekstrand2018-02-081-17/+19
* anv/image: Simplify some verbose commenntsJason Ekstrand2018-02-081-10/+3
* anv: Use blorp_ccs_ambiguate instead of fast-clearsJason Ekstrand2018-02-082-50/+40
* anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clearsJason Ekstrand2018-02-081-17/+14
* anv/cmd_buffer: Pull the undefined layout condition into the ifJason Ekstrand2018-02-081-9/+4
* intel/blorp: Add a CCS ambiguation passJason Ekstrand2018-02-082-0/+158
* anv: Only fast clear single-slice imagesJason Ekstrand2018-02-081-17/+17
* anv/cmd_buffer: Add a mark_image_written helperJason Ekstrand2018-02-085-0/+119
* anv/blorp: Add src/dst_level helper variables in CmdCopyImageJason Ekstrand2018-02-081-8/+6
* anv/cmd_buffer: Add an anv_genX_call macroJason Ekstrand2018-02-081-15/+25
* anv/cmd_buffer: Generalize transition_color_bufferJason Ekstrand2018-02-081-12/+47
* anv/cmd_buffer: Recurse in transition_color_buffer instead of falling throughJason Ekstrand2018-02-081-9/+9
* anv/image: Support color aspects in layout_to_aux_usageJason Ekstrand2018-02-081-19/+29
* anv/image: Add a helper for determining when fast clears are supportedJason Ekstrand2018-02-082-0/+83
* anv/image: Update a commentJason Ekstrand2018-02-081-1/+1
* anv/blorp: Rework HiZ ops to look like MCS and CCSJason Ekstrand2018-02-083-26/+34
* anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_imageJason Ekstrand2018-02-081-16/+6
* anv/blorp: Rework image clear/resolve helpersJason Ekstrand2018-02-083-104/+166
* intel/isl: Codify AUX operations in an enumJason Ekstrand2018-02-081-25/+49
* meson: Add build option for toolsScott D Phillips2018-02-081-2/+4
* i965: remove unused brw_nir_lower_cs_shared()Timothy Arceri2018-02-072-9/+0
* anv/device: initialize the list of enabled extensions properlyIago Toral Quiroga2018-02-061-1/+1
* i965/nir: do int64 lowering before optimizationIago Toral Quiroga2018-02-061-4/+12
* i965: Move mistakenly placed lineMatt Turner2018-02-051-1/+1