summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2018-05-14intel/blorp: Use linear formats for CCS_E clear colors in copiesJason Ekstrand1-2/+2
2018-05-14android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao1-0/+4
2018-05-12anv,nir: add generated files to .gitignore(s)Rhys Perry1-0/+1
2018-05-10intel/isl/storage: Don't lower most UNORM formats on gen11+Jason Ekstrand1-6/+10
2018-05-10intel/isl: Several UNORM formats support typed writes on gen11+Jason Ekstrand1-13/+13
2018-05-09i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand1-0/+1
2018-05-09src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton1-0/+2
2018-05-09anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin1-1/+8
2018-05-09intel/isl: Allow CCS_E on 1010102 formatsJason Ekstrand1-11/+0
2018-05-09intel/blorp: Allow CCS copies of 1010102 formatsJason Ekstrand1-0/+6
2018-05-09intel/blorp: Add support for more format bitcastingJason Ekstrand2-23/+95
2018-05-09intel/blorp: Use nir_format_bitcast_uint_vec_unmaskedJason Ekstrand1-41/+16
2018-05-09intel/blorp: Use ISL instead of bitcast_color_value_to_uintJason Ekstrand1-73/+10
2018-05-09intel/isl: Add format conversion codeJason Ekstrand5-2/+224
2018-05-09intel/isl/format: Get rid of the ALPHA colorspaceJason Ekstrand2-8/+8
2018-05-09intel/isl/format: Add field locations informations to channel_layoutJason Ekstrand2-2/+13
2018-05-09intel/isl/format: Add a column for channel order to the tableJason Ekstrand2-281/+282
2018-05-09anv: Allow blitting to/from any supported formatJason Ekstrand2-7/+6
2018-05-09intel/blorp: Support the RGB workaround on more formatsJason Ekstrand1-20/+53
2018-05-09intel/blorp: Silently convert RGBX destination formats to RGBAJason Ekstrand1-0/+4
2018-05-09intel/isl: Add some helpers for working with RGBX formatsJason Ekstrand2-0/+43
2018-05-09intel/blorp: Handle more exotic destination formatsJason Ekstrand2-0/+54
2018-05-09intel/blorp: Include nir_format_convert.h in blorp_blit.cJason Ekstrand1-19/+1
2018-05-09intel/blorp: Add swizzle support for all hardwareJason Ekstrand2-1/+69
2018-05-09intel/isl: Add a helper for inverting swizzlesJason Ekstrand2-0/+32
2018-05-09intel/isl: Add a helper for composing swizzlesJason Ekstrand2-0/+38
2018-05-09intel/isl: Add an isl_swizzle_supports_rendering helperJason Ekstrand3-32/+71
2018-05-09blorp: Handle the RGB workaround more like other workaroundsJason Ekstrand1-30/+30
2018-05-09intel: devinfo: silence coverity warningLionel Landwerlin1-0/+1
2018-05-09anv: ignore pColorBlendState if all color attachments of the subpass are unusedSamuel Iglesias Gonsálvez2-3/+13
2018-05-08intel: devinfo: fix assertion on devices with odd number of EUsLionel Landwerlin1-5/+1
2018-05-07intel/genxml: Assert that genxml field start and ends are sane.Kenneth Graunke1-0/+7
2018-05-07intel/genxml: Fix some more fake booleans in genxml.Kenneth Graunke5-11/+11
2018-05-07intel/genxml: Make assert in gen_pack_header print a message.Kenneth Graunke1-1/+1
2018-05-07anv: remove unused field anv_queue::poolScott D Phillips2-3/+0
2018-05-07intel/genxml: Fix a few invalid field widthsChris Wilson6-28/+28
2018-05-05anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga1-1/+1
2018-05-05i965/compiler: handle conversion to smaller type in the lowering pass for thatIago Toral Quiroga2-12/+26
2018-05-05intel/compiler: handle 16-bit to 64-bit conversions in BSW platformsIago Toral Quiroga1-4/+4
2018-05-04intel/genxml: recognize 0x, 0o and 0b when setting default valueCaio Marcelo de Oliveira Filho1-1/+2
2018-05-03Revert "anv/device: expose shaderInt16 support in gen8+"Mark Janes1-1/+1
2018-05-03Revert "i965/compiler: handle conversion to smaller type in the lowering pass...Mark Janes2-7/+12
2018-05-03anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga1-1/+1
2018-05-03anv/pipeline: support SpvCapabilityInt16 in gen8+Iago Toral Quiroga1-0/+1
2018-05-03intel/compiler: implement 16-bit pack/unpack opcodesIago Toral Quiroga1-0/+10
2018-05-03compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga1-1/+1
2018-05-03intel/compiler: fix 16-bit comparisonsIago Toral Quiroga1-8/+30
2018-05-03intel/compiler: lower some 16-bit integer operations to 32-bitIago Toral Quiroga1-0/+21
2018-05-03intel/compiler: support negate and abs of half float immediatesJose Maria Casanova Crespo1-2/+4
2018-05-03intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo1-1/+1