This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
1a70a6aabc
vkdoom_m
/
src
/
gl
History
Ralgor
1a70a6aabc
The light buffer should check for shader_storage_buffer_object rather than buffer_storage.
2014-09-14 14:29:13 -05:00
..
data
- fix a render glitch with Back to Saturn X MAP06: Do not flood missing upper and lower textures with the backsector's flat if that backsector is malformed (i.e. has no area.)
2014-09-09 08:47:39 +02:00
dynlights
The light buffer should check for shader_storage_buffer_object rather than buffer_storage.
2014-09-14 14:29:13 -05:00
hqnx
- don't depend on stdint.h because older MSVC versions do not have it.
2014-05-01 12:30:56 +02:00
hqnx_asm
- reinstated the far superior assembly HQnX version for Visual C++.
2014-08-20 12:45:33 +02:00
models
- route texture binding through the renderstate class for better control. Currently it's just a direct passthrough but this will change.
2014-09-09 12:00:42 +02:00
renderer
- changed the handling of alpha textures. The only special case they need is with palette-less textures and this can be handled far more easily and robustly with a predefined translation instead of passing another parameter through all the layers of the texture management code. This also fixes problems with paletted PNGs that get used as an alpha texture because the old method clobbered the image's palette.
2014-09-09 13:21:36 +02:00
scene
Merge branch 'master' into v2.x
2014-09-12 21:01:55 +02:00
shaders
- fixed: FMaterial's tex pointer could be accessed before it was set.
2014-09-09 10:03:34 +02:00
system
- changed the handling of alpha textures. The only special case they need is with palette-less textures and this can be handled far more easily and robustly with a predefined translation instead of passing another parameter through all the layers of the texture management code. This also fixes problems with paletted PNGs that get used as an alpha texture because the old method clobbered the image's palette.
2014-09-09 13:21:36 +02:00
textures
Fix compile errors on linux.
2014-09-14 14:28:05 -05:00
utility
Fix compile errors on linux.
2014-09-14 14:28:05 -05:00
gl_builddraw.cpp
- added GL render as of SVN revision 1600.
2013-06-23 09:49:34 +02:00
gl_functions.h
- added GL render as of SVN revision 1600.
2013-06-23 09:49:34 +02:00