Magnus Norddahl
|
e3dc9c93b9
|
Use a simpler algorithm for the stencil buffer as the old one was too slow
|
2016-11-12 13:50:28 +01:00 |
|
Magnus Norddahl
|
eb4021b997
|
Codegen for all triangle variants
|
2016-11-12 10:21:02 +01:00 |
|
Magnus Norddahl
|
c852b6c5e9
|
Add codegen for one of the triangle variants
|
2016-11-12 00:50:21 +01:00 |
|
Magnus Norddahl
|
477fb6d676
|
Added missing copyrights
|
2016-11-01 21:44:33 +01:00 |
|
Magnus Norddahl
|
d654301bc2
|
macOS compile fixes and support for slightly older versions of LLVM (to allow Mac users to brew install llvm)
|
2016-10-17 00:19:07 +02:00 |
|
Magnus Norddahl
|
491a4e28c0
|
Move true color sky drawing to its own drawers and chamge r_stretchsky to false as the new drawers can fade to a solid color
|
2016-10-15 15:04:14 +02:00 |
|
Magnus Norddahl
|
d1d443497f
|
Fix weird access violation in some of the drawers
|
2016-10-13 11:16:51 +02:00 |
|
Magnus Norddahl
|
fc07a25306
|
Add aliasing meta data to loads and stores
|
2016-10-08 09:29:26 +02:00 |
|
Magnus Norddahl
|
b3be0d22cc
|
Unroll loops by 8 and enable some additional passes
|
2016-10-08 06:50:33 +02:00 |
|
Magnus Norddahl
|
c1e859dbca
|
Added codegen for column drawers
|
2016-10-07 03:38:43 +02:00 |
|
Magnus Norddahl
|
c960742dbd
|
Fix 64 bit compile errors
|
2016-10-01 11:47:21 +02:00 |
|
Magnus Norddahl
|
28bb5da181
|
Hooked up LLVM wall drawers
|
2016-09-30 07:27:25 +02:00 |
|
Magnus Norddahl
|
3aea3a0bee
|
Fully implemented codegen for DrawSpan
|
2016-09-28 18:49:39 +02:00 |
|
Magnus Norddahl
|
576fed5afc
|
Add light, blend and sampler functions
|
2016-09-28 05:18:16 +02:00 |
|
Magnus Norddahl
|
20f67ad40a
|
Add SSAShort, shift, and, or, and fix unaligned store
|
2016-09-27 22:53:20 +02:00 |
|
Magnus Norddahl
|
3dd8b593b6
|
Use LLVM to JIT the code for one of the drawer functions
|
2016-09-26 09:00:19 +02:00 |
|