FernandoS27
|
0318449d65
|
Implemented Image Instructions
|
2018-11-13 19:04:43 -04:00 |
|
ReinUsesLisp
|
30dbb951dd
|
Fixup empty GLSL extension creation
|
2018-11-13 19:30:54 -03:00 |
|
ReinUsesLisp
|
7c15e838c6
|
Merge pull request #6 from FernandoS27/conversion
Implement main conversion instructions
|
2018-11-12 21:54:36 -03:00 |
|
FernandoS27
|
a6c435dcb7
|
Implement main conversion instructions
|
2018-11-12 14:37:54 -04:00 |
|
ReinUsesLisp
|
8747340c44
|
Merge pull request #4 from FernandoS27/logical
Implemented ALL the logical instructions
|
2018-11-11 22:20:37 -03:00 |
|
FernandoS27
|
aa2eaab480
|
Implemented ALL the logical instructions
|
2018-11-11 21:14:59 -04:00 |
|
ReinUsesLisp
|
bdf538bd64
|
Merge pull request #3 from FernandoS27/bit
Implemented the rest of the bitwise operations
|
2018-11-11 21:06:01 -03:00 |
|
ReinUsesLisp
|
9a02f915a7
|
Merge pull request #2 from FernandoS27/glsl
Implemented a bunch of glsl functions
|
2018-11-11 21:05:14 -03:00 |
|
FernandoS27
|
26a40708d7
|
Implemented a bunch of glsl functions
|
2018-11-11 20:03:29 -04:00 |
|
FernandoS27
|
aa3d1adbbd
|
Implemented the rest of the bitwise operations
|
2018-11-11 18:51:08 -04:00 |
|
ReinUsesLisp
|
6790490271
|
Merge pull request #1 from FernandoS27/arith
Added more arithmetic instructions
|
2018-11-11 14:21:47 -03:00 |
|
FernandoS27
|
c2646f3b4c
|
Added more arithmetic instructions
|
2018-11-10 23:15:02 -04:00 |
|
ReinUsesLisp
|
8f17ad84ba
|
Annotations return target and add OpUMod
|
2018-11-06 04:50:10 -03:00 |
|
ReinUsesLisp
|
587f1dc9f5
|
Update README.md
|
2018-11-05 03:44:29 -03:00 |
|
ReinUsesLisp
|
c502cfd4b2
|
Add OpFDiv
|
2018-11-04 03:19:02 -03:00 |
|
ReinUsesLisp
|
27a0b4f17e
|
Add OpFNegate
|
2018-11-04 03:11:25 -03:00 |
|
ReinUsesLisp
|
6742afd6dd
|
Add support for GLSLstd450 and OpFAbs
|
2018-11-04 03:03:06 -03:00 |
|
ReinUsesLisp
|
44043bca56
|
Add OpCompositeConstruct
|
2018-11-04 02:38:13 -03:00 |
|
ReinUsesLisp
|
5830eca337
|
Remove Op* prefix for constants
|
2018-11-03 21:32:37 -03:00 |
|
ReinUsesLisp
|
1cd11815db
|
Add OpMemberName
|
2018-11-03 21:29:24 -03:00 |
|
ReinUsesLisp
|
ad963b6520
|
Add OpCompositeExtract
|
2018-11-03 20:41:03 -03:00 |
|
ReinUsesLisp
|
65ccda50c7
|
Debug fixups
|
2018-11-03 03:40:20 -03:00 |
|
ReinUsesLisp
|
96e8290eef
|
Add OpString
|
2018-11-03 01:14:29 -03:00 |
|
ReinUsesLisp
|
d4c95981b5
|
Add OpIAdd and OpBitwiseAnd
|
2018-11-03 00:52:44 -03:00 |
|
ReinUsesLisp
|
15a4d3c0d4
|
Add OpArithmetic
|
2018-11-02 23:49:41 -03:00 |
|
ReinUsesLisp
|
c29314ad14
|
Add OpShift arithmetic and logical operations
|
2018-11-02 23:44:09 -03:00 |
|
ReinUsesLisp
|
9c7f96a809
|
Add OpLogicalNot and OpBitcast
|
2018-11-02 23:24:10 -03:00 |
|
ReinUsesLisp
|
4f66fb18e9
|
Add version select and OpLogicalNot
|
2018-11-02 13:38:33 -03:00 |
|
ReinUsesLisp
|
4043020f45
|
Add OpFunctionCall
|
2018-11-01 22:16:17 -03:00 |
|
ReinUsesLisp
|
798f8a5866
|
Add OpReturnValue
|
2018-11-01 22:16:17 -03:00 |
|
ReinUsesLisp
|
91e0769db5
|
Fixup build issues
|
2018-11-01 05:13:30 -03:00 |
|
ReinUsesLisp
|
f3a63aa55f
|
Use unique_ptr for instruction implementations
|
2018-11-01 00:02:45 -03:00 |
|
ReinUsesLisp
|
63ca1b5243
|
Rename Ref alias to Id
|
2018-10-31 22:20:49 -03:00 |
|
ReinUsesLisp
|
b8188f5ec4
|
Remove Op prefix for Name
|
2018-10-31 22:16:29 -03:00 |
|
ReinUsesLisp
|
a08aeec982
|
Add Op* prefix to instructions that have to be emited
|
2018-10-31 21:23:27 -03:00 |
|
ReinUsesLisp
|
ba3a3a74d7
|
Update test
|
2018-10-31 05:05:23 -03:00 |
|
ReinUsesLisp
|
80b0757ab6
|
Add OpStore
|
2018-10-31 05:05:06 -03:00 |
|
ReinUsesLisp
|
93c17d11f9
|
Add OpUndef
|
2018-10-31 04:26:35 -03:00 |
|
ReinUsesLisp
|
01c658b891
|
Add OpLoad
|
2018-10-31 04:16:26 -03:00 |
|
ReinUsesLisp
|
97825750a3
|
Add OpAccessChain
|
2018-10-31 03:37:36 -03:00 |
|
ReinUsesLisp
|
00fc8daf56
|
Use variant instead of creating an object for literals
|
2018-10-28 14:57:49 -03:00 |
|
ReinUsesLisp
|
8f8115d397
|
Add OpMemberDecorate
|
2018-10-28 05:38:10 -03:00 |
|
ReinUsesLisp
|
3f845b7c48
|
Fixup build errors
|
2018-10-28 04:59:15 -03:00 |
|
ReinUsesLisp
|
4ff603bbd6
|
Remove optimization entry
|
2018-10-27 04:30:20 -03:00 |
|
ReinUsesLisp
|
0863cd49c9
|
Use full names for files
|
2018-10-23 05:10:47 -03:00 |
|
ReinUsesLisp
|
8c1ab76ce5
|
Fix "for" incosistencies
|
2018-10-23 05:09:17 -03:00 |
|
ReinUsesLisp
|
6a2d1da742
|
Replace "auto const" with "auto"
|
2018-10-23 05:05:40 -03:00 |
|
ReinUsesLisp
|
f581df0935
|
Resolve leaks moving from Add to Sink
|
2018-10-23 05:02:18 -03:00 |
|
ReinUsesLisp
|
951ef21f17
|
Rename bad overload Add to Sink
|
2018-10-23 04:52:07 -03:00 |
|
ReinUsesLisp
|
4da63b4ed5
|
Ignore sirit.h symlink
|
2018-10-23 04:51:34 -03:00 |
|