summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: unspills shoudn't use grf127 as dest since Gen8+Jose Maria Casanova Crespo2018-07-132-5/+34
* intel/compiler: grf127 can not be dest when src and dest overlap in sendJose Maria Casanova Crespo2018-07-101-0/+11
* i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo2018-07-101-0/+25
* intel/fs: Mark LINTERP opcode as writing accumulator on platforms without PLNJason Ekstrand2018-07-091-1/+2
* i965/fs: Properly handle sign(-abs(x))Ian Romanick2018-07-091-3/+12
* i965/vec4: Properly handle sign(-abs(x))Ian Romanick2018-07-091-1/+17
* intel/compiler: Relax mixed type restriction for saturating immediatesIan Romanick2018-07-092-4/+22
* i965: Fix output register sizes when variable ranges are interleavedNeil Roberts2018-07-051-7/+18
* i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...Ian Romanick2018-07-032-5/+87
* intel/fs: Split instructions low to high in lower_simd_widthJason Ekstrand2018-07-031-2/+35
* i965/gen6/gs: Handle case where a GS doesn't allocate VUEAndrii Simiklit2018-06-261-21/+21
* intel/eu: Set flag [sub]register number differently for 3srcJason Ekstrand2018-06-051-3/+10
* intel/eu: Copy fields manually in brw_next_insnJason Ekstrand2018-06-051-1/+94
* intel/eu: Add some brw_get_default_ helpersJason Ekstrand2018-06-054-55/+79
* intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0Jason Ekstrand2018-05-301-0/+2
* 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: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-272-0/+28
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-271-0/+2
* i965/fs: retype offset_reg to UD at load_ssboJose Maria Casanova Crespo2018-04-201-1/+1
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-193-0/+8
* intel/compiler: Add a uses_firstvertex flagNeil Roberts2018-04-192-0/+5
* mesa: include mtypes.h lessMarek Olšák2018-04-122-0/+2
* intel/compiler: Explicitly cast register type in switchIan Romanick2018-04-061-1/+1
* intel: compiler: silence compiler warningLionel Landwerlin2018-04-041-0/+1
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-031-6/+5
* intel/vec4: Set channel_sizes for MOV_INDIRECT sourcesJason Ekstrand2018-03-301-1/+4
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-2/+2
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-2/+2
* intel/fs: Don't emit a des copy for image ops with has_dest == falseJason Ekstrand2018-03-271-3/+6
* i965/vec4: Fix null destination register in 3-source instructionsIan Romanick2018-03-262-0/+27
* i965/vec4: Propagate conditional modifiers from compares to addsIan Romanick2018-03-261-5/+65
* i965/vec4: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick2018-03-261-1/+2
* i965/fs: Propagate conditional modifiers from compares to addsIan Romanick2018-03-262-5/+400
* i965/fs: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick2018-03-261-1/+2
* i965: Add negative_equals methodsIan Romanick2018-03-267-0/+72
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-231-23/+23
* intel/compiler: Readd ICL to test_eu_validate.cppMatt Turner2018-03-221-0/+1
* intel/compiler: Skip 64-bit type tests when types not availableMatt Turner2018-03-221-0/+19
* intel/compiler/icl: Clear "null render target" bit in extended message descri...Jason Ekstrand2018-03-222-0/+6
* intel/compiler/icl: Update the assert in brw_stage_has_packed_dispatch()Anuj Phogat2018-03-221-1/+1
* i965: Silence compiler warning about promoted_constants.Eric Anholt2018-03-161-1/+1
* intel/compiler: Use gen_get_device_info() in test_eu_validateMatt Turner2018-03-162-39/+18
* intel/compiler: Check for unsupported register sizes.Rafael Antognolli2018-03-161-0/+3
* compiler: int8/uint8 supportKarol Herbst2018-03-143-0/+9
* i965/vec4: Allow CSE on subset VF constant loadsIan Romanick2018-03-081-0/+19
* i965/vec4: Relax writemask condition in CSEIan Romanick2018-03-081-1/+9
* i965/fs: Merge CMP and SEL into CSEL on Gen8+Ian Romanick2018-03-082-0/+107
* i965/fs: Add infrastructure for generating CSEL instructions.Kenneth Graunke2018-03-088-1/+34
* anv: Add support for SPIR-V 1.3 subgroup operationsJason Ekstrand2018-03-072-2/+9