aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add format conversion codeJason Ekstrand2018-05-095-2/+224
* intel/isl/format: Get rid of the ALPHA colorspaceJason Ekstrand2018-05-092-8/+8
* intel/isl/format: Add field locations informations to channel_layoutJason Ekstrand2018-05-092-2/+13
* intel/isl/format: Add a column for channel order to the tableJason Ekstrand2018-05-092-281/+282
* anv: Allow blitting to/from any supported formatJason Ekstrand2018-05-092-7/+6
* intel/blorp: Support the RGB workaround on more formatsJason Ekstrand2018-05-091-20/+53
* intel/blorp: Silently convert RGBX destination formats to RGBAJason Ekstrand2018-05-091-0/+4
* intel/isl: Add some helpers for working with RGBX formatsJason Ekstrand2018-05-092-0/+43
* intel/blorp: Handle more exotic destination formatsJason Ekstrand2018-05-092-0/+54
* intel/blorp: Include nir_format_convert.h in blorp_blit.cJason Ekstrand2018-05-091-19/+1
* intel/blorp: Add swizzle support for all hardwareJason Ekstrand2018-05-092-1/+69
* intel/isl: Add a helper for inverting swizzlesJason Ekstrand2018-05-092-0/+32
* intel/isl: Add a helper for composing swizzlesJason Ekstrand2018-05-092-0/+38
* intel/isl: Add an isl_swizzle_supports_rendering helperJason Ekstrand2018-05-093-32/+71
* blorp: Handle the RGB workaround more like other workaroundsJason Ekstrand2018-05-091-30/+30
* intel: devinfo: silence coverity warningLionel Landwerlin2018-05-091-0/+1
* anv: ignore pColorBlendState if all color attachments of the subpass are unusedSamuel Iglesias Gonsálvez2018-05-092-3/+13
* intel: devinfo: fix assertion on devices with odd number of EUsLionel Landwerlin2018-05-081-5/+1
* intel/genxml: Assert that genxml field start and ends are sane.Kenneth Graunke2018-05-071-0/+7
* intel/genxml: Fix some more fake booleans in genxml.Kenneth Graunke2018-05-075-11/+11
* intel/genxml: Make assert in gen_pack_header print a message.Kenneth Graunke2018-05-071-1/+1
* anv: remove unused field anv_queue::poolScott D Phillips2018-05-072-3/+0
* intel/genxml: Fix a few invalid field widthsChris Wilson2018-05-076-28/+28
* anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga2018-05-051-1/+1
* i965/compiler: handle conversion to smaller type in the lowering pass for thatIago Toral Quiroga2018-05-052-12/+26
* intel/compiler: handle 16-bit to 64-bit conversions in BSW platformsIago Toral Quiroga2018-05-051-4/+4
* intel/genxml: recognize 0x, 0o and 0b when setting default valueCaio Marcelo de Oliveira Filho2018-05-041-1/+2
* Revert "anv/device: expose shaderInt16 support in gen8+"Mark Janes2018-05-031-1/+1
* Revert "i965/compiler: handle conversion to smaller type in the lowering pass...Mark Janes2018-05-032-7/+12
* anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga2018-05-031-1/+1
* anv/pipeline: support SpvCapabilityInt16 in gen8+Iago Toral Quiroga2018-05-031-0/+1
* intel/compiler: implement 16-bit pack/unpack opcodesIago Toral Quiroga2018-05-031-0/+10
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* intel/compiler: fix 16-bit comparisonsIago Toral Quiroga2018-05-031-8/+30
* intel/compiler: lower some 16-bit integer operations to 32-bitIago Toral Quiroga2018-05-031-0/+21
* intel/compiler: support negate and abs of half float immediatesJose Maria Casanova Crespo2018-05-031-2/+4
* intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo2018-05-031-1/+1
* intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo2018-05-031-4/+8
* intel/compiler: implement nir_instr_type_load_const for 16-bit constantsJose Maria Casanova Crespo2018-05-031-0/+5
* intel/compiler: implement conversions from 16-bit int/float to boolIago Toral Quiroga2018-05-031-5/+11
* intel/compiler: implement conversion between float/int 16-bit typesIago Toral Quiroga2018-05-031-0/+4
* i965/compiler: handle conversion to smaller type in the lowering pass for thatIago Toral Quiroga2018-05-032-12/+7
* intel/compiler: fix isign for 16-bit integersIago Toral Quiroga2018-05-031-5/+12
* intel: aubinator: add an option to limit the number of decoded VBO linesLionel Landwerlin2018-05-021-16/+23
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-022-8/+16
* anv: Advertise variableMultisampleRateJason Ekstrand2018-05-021-1/+1
* intel: Fix 3DSTATE_CONSTANT buffer decoding.Kenneth Graunke2018-05-021-15/+25
* intel: fix aubinator includeLionel Landwerlin2018-05-021-1/+1
* intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2018-05-024-6/+28
* intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke2018-05-027-11/+9