Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.3951 13 May 2020 18:02:02 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3951
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3951
Reported by: GitHub (watch releases) |
1.0.3899 06 May 2020 16:40:11 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3899
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3899
Reported by: GitHub (watch releases) |
1.0.3864 29 Apr 2020 16:05:51 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3864
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3864
Reported by: GitHub (watch releases) |
1.0.3826 22 Apr 2020 18:23:04 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3826
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3826
Reported by: GitHub (watch releases) |
1.0.3771 15 Apr 2020 19:21:58 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3771
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3771
Reported by: GitHub (watch releases) |
1.0.3698 09 Apr 2020 01:00:07 |
jbeich |
devel/intel-graphics-compiler: don't override BUILD_DEPENDS |
1.0.3698 09 Apr 2020 00:58:51 |
jbeich |
devel/intel-graphics-compiler: unbreak on -CURRENT |
1.0.3698 08 Apr 2020 23:11:43 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3698
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3698
Reported by: GitHub (watch releases) |
1.0.3627_1 08 Apr 2020 12:12:09 |
jbeich |
devel/intel-graphics-compiler: unbreak with llvm10 |
1.0.3627 01 Apr 2020 22:23:47 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3627
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3627
Reported by: GitHub (watch releases) |
1.0.3586 25 Mar 2020 21:25:25 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3586
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3586
Reported by: GitHub (watch releases) |
1.0.3529 20 Mar 2020 23:03:23 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3529
Changes: https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3529
Reported by: GitHub (watch releases) |
1.0.3471 13 Mar 2020 14:23:04 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3471
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3471
Reported by: GitHub (watch releases) |
1.0.3445 13 Mar 2020 14:22:54 |
jbeich |
devel/intel-graphics-compiler: mark BROKEN on -CURRENT
In file included from IGC/GenISAIntrinsics/GenIntrinsics.cpp:28:
In file included from IGC/Compiler/CodeGenPublic.h:43:
In file included from IGC/Compiler/CISACodeGen/helper.h:50:
In file included from IGC/Compiler/MetaDataApi/MetaDataApi.h:31:
In file included from IGC/Compiler/MetaDataApi/MetaDataApiUtils.h:29:
IGC/Compiler/MetaDataApi/MetaDataValue.h:81:20: error: cannot initialize return
object of type 'llvm::MDNode *' with an lvalue of type 'llvm::Metadata *'
return m_pNode;
^~~~~~~
IGC/Compiler/MetaDataApi/MetaDataValue.h:259:23: error: assigning to
'llvm::Metadata *' from incompatible type 'llvm::Value *'
m_pNode = pNode;
^~~~~
IGC/Compiler/MetaDataApi/MetaDataValue.h:269:18: error: no viable overloaded '='
m_id = name; (Only the first 15 lines of the commit message are shown above ) |
1.0.3445 06 Mar 2020 23:22:48 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3445
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3445
Reported by: GitHub (watch releases) |
1.0.3390 26 Feb 2020 18:05:11 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3390
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3390
Reported by: GitHub (watch releases) |
1.0.3342 21 Feb 2020 10:36:32 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3342
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3342
Reported by: GitHub (watch releases) |
1.0.3289 13 Feb 2020 00:43:35 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3289
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3151
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3289
Reported by: GitHub (watch releases) |
1.0.3041 24 Dec 2019 11:37:45 |
jbeich |
devel/intel-graphics-compiler: unbreak on DragonFly
In file included from IGC/Compiler/GenUpdateCB.cpp:46:
IGC/../3d/common/iStdLib/MemCopy.h:103:25: error: expected initializer before
'FastBlockCopyFromUSWC_SSE4_1_movntdqa_movdqa'
inline void __fastcall FastBlockCopyFromUSWC_SSE4_1_movntdqa_movdqa(void* dst,
const void* src );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IGC/../3d/common/iStdLib/MemCopy.h:104:25: error: expected initializer before
'FastBlockCopyFromUSWC_SSE4_1_movntdqa_movdqu'
inline void __fastcall FastBlockCopyFromUSWC_SSE4_1_movntdqa_movdqu(void* dst,
const void* src );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: DPorts |
1.0.3041 19 Dec 2019 17:44:37 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3041
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3041
Reported by: GitHub (watch releases) |
1.0.3032 12 Dec 2019 14:08:12 |
jbeich |
devel/intel-graphics-compiler: update to 1.0.3032
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3032
Reported by: GitHub (watch releases) |
1.0.2990 07 Dec 2019 18:48:56 |
jbeich |
devel/intel-graphics-compiler: drop copypasta mistake from patch comment
Upstream used platform whitelists from the initial import. |
1.0.2990 07 Dec 2019 17:31:44 |
jbeich |
devel/compute-runtime: add new port
Tested by: clpeak, waifu2x-converter-cpp via drm-v4.9 on Skylake
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source
project to converge Intel's development efforts on OpenCL(TM) compute
stacks supporting the GEN graphics hardware architecture.
https://01.org/compute-runtime |