Magnus Norddahl
|
dbb6c7ca27
|
Add support for specifying a viewport out of screen bounds and fixed statusbar by doing just that!
|
2016-11-18 01:58:39 +01:00 |
|
Magnus Norddahl
|
b02e3d9514
|
Add shaded blend mode for the decals
|
2016-11-17 14:28:14 +01:00 |
|
Magnus Norddahl
|
511eb59479
|
Add particle drawing
|
2016-11-17 01:29:08 +01:00 |
|
Magnus Norddahl
|
a092a03c6d
|
Some basic fixed light support
|
2016-11-15 23:30:42 +01:00 |
|
Rachael Alexanderson
|
23384a913c
|
Merge pull request #2 from edward-san/qz_clang_fix
- Fixed Clang on Linux compilation.
|
2016-11-13 12:49:14 -05:00 |
|
Magnus Norddahl
|
c06798bca1
|
Adjust texture coordinates
|
2016-11-13 17:58:03 +01:00 |
|
Edoardo Prezioso
|
1442f7fb7b
|
- Fixed Clang on Linux compilation.
|
2016-11-13 16:53:18 +01:00 |
|
Magnus Norddahl
|
acb2e821f0
|
Evict floats from the block code (too bad it didn't make any difference to the speed)
|
2016-11-13 16:36:47 +01:00 |
|
Magnus Norddahl
|
f25579849a
|
Minor variable optimization
|
2016-11-13 15:43:54 +01:00 |
|
Magnus Norddahl
|
af7a7ab7d7
|
Remove use of the llvm.round intrinsic as it apparently doesn't work in some environments
|
2016-11-13 08:57:29 +01:00 |
|
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
|
667f35bfce
|
Declare structs to LLVM
|
2016-11-11 20:12:09 +01:00 |
|
Magnus Norddahl
|
0938420871
|
Make triangle drawers compatible with LLVMDrawers
|
2016-11-11 19:54:27 +01:00 |
|
Magnus Norddahl
|
aad2cde332
|
Oops, forced all sandy bridge CPUs to westmere instead of just Pentium G840
|
2016-11-06 07:37:18 +01:00 |
|
Magnus Norddahl
|
4b18530047
|
Add linear filtering to column drawers and fix offsetting bug with wall/span linear filters
|
2016-11-05 11:29:50 +01:00 |
|
Magnus Norddahl
|
356830a8c8
|
Add CPU misdetection workaround for the Pentium G840 and a llvm_cpu CVAR that can force codegen to a specific CPU architecture
|
2016-11-03 12:02:07 +01:00 |
|
Magnus Norddahl
|
477fb6d676
|
Added missing copyrights
|
2016-11-01 21:44:33 +01:00 |
|
Magnus Norddahl
|
ea44a445af
|
Improve drawer debug info details
|
2016-10-29 07:20:16 +02:00 |
|
Magnus Norddahl
|
2838e1b5de
|
Compile fix for macOS
|
2016-10-26 07:21:19 +02:00 |
|
Magnus Norddahl
|
86f36b3081
|
Add function returning the generated assembly for a given llvm module
|
2016-10-23 17:43:18 +02:00 |
|
Magnus Norddahl
|
1cd27ca98a
|
Change how the LLVM execution engine to constructed and printf which target triple and CPU is being used
|
2016-10-20 21:57:45 +02:00 |
|
raa-eruanna
|
f32a2547bc
|
- Fixed LLVM compile for LLVM 3.8 (Ubuntu)
|
2016-10-17 16:05:14 -04: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
|
204c037017
|
Fix blending modes
|
2016-10-16 15:41:47 +02:00 |
|
Magnus Norddahl
|
1711f13eeb
|
Fix off-by-one bug
|
2016-10-16 13:08:06 +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
|
f82195bc49
|
Switch to true color for translated sprites
|
2016-10-14 12:10:11 +02:00 |
|
Magnus Norddahl
|
d1d443497f
|
Fix weird access violation in some of the drawers
|
2016-10-13 11:16:51 +02:00 |
|
Magnus Norddahl
|
b5b96ee222
|
Add a little bit more debug information
|
2016-10-12 13:49:12 +02:00 |
|
Magnus Norddahl
|
27b432a930
|
Improve crash handling in drawers
|
2016-10-12 13:25:05 +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
|
606b7f5a00
|
Run module level LLVM optimization passes before calling finalizeObject
|
2016-10-08 04:59:24 +02:00 |
|
Magnus Norddahl
|
aae4571c95
|
Changed column drawers to use true color textures
|
2016-10-07 12:45:21 +02:00 |
|
Magnus Norddahl
|
8c259f50b1
|
Add codegen for rt column drawers
|
2016-10-07 06:40:29 +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
|
8765cf2016
|
Change Windows build to use a precompiled version of LLVM
|
2016-10-01 06:51:55 +02:00 |
|
Magnus Norddahl
|
28bb5da181
|
Hooked up LLVM wall drawers
|
2016-09-30 07:27:25 +02:00 |
|
Magnus Norddahl
|
afab45674b
|
Added half of wall codegen
|
2016-09-29 07:38:33 +02:00 |
|
Magnus Norddahl
|
7be2511269
|
Add codegen files for walls and columns
|
2016-09-29 05:21:43 +02:00 |
|
Magnus Norddahl
|
e5f3c119cd
|
Codegen all DrawSpan variants
|
2016-09-29 04:01:42 +02:00 |
|
Magnus Norddahl
|
efd22346d8
|
Fix linear sampling bug
|
2016-09-29 02:26:36 +02:00 |
|
Magnus Norddahl
|
bfa291b02f
|
Create LLVMDrawers class as the external interface to the drawers
|
2016-09-29 02:10:14 +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
|
f9a7186550
|
Improve DrawSpan codegen enough to do the simple shade for 64x64 flats
|
2016-09-27 22:54:37 +02:00 |
|
Magnus Norddahl
|
20f67ad40a
|
Add SSAShort, shift, and, or, and fix unaligned store
|
2016-09-27 22:53:20 +02:00 |
|