Mike3D
|
84cb5abf0b
|
Increased precision qualifiers to medium for better compatibility across mobile devices. Closes #763.
|
2015-07-04 12:39:30 +02:00 |
|
Lasse Öörni
|
368cd56955
|
Fix FXAA3 shader on OpenGL 3. Add non-deprecated aliases for texture2DLod in Samplers.glsl. Thanks to Gunnar Kriik.
|
2015-06-14 01:55:55 +03:00 |
|
Lasse Öörni
|
2a34d35dec
|
Added missing vertex color variation to the LitSolid shaders.
|
2015-05-08 12:41:59 +03:00 |
|
Lasse Öörni
|
c9bb360bf4
|
Fix AutoExposure shader on D3D11. Closes #714.
|
2015-05-04 21:26:52 +03:00 |
|
Lasse Öörni
|
aa65cedefd
|
Add NOUV define to LitParticle, LitSolid & Unlit HLSL shaders when used as untextured, to prevent vertex layout creation problem on D3D11 when model has no UVs. Remove texcoords from the editor grid as they're no longer necessary. Closes #712.
|
2015-04-29 20:09:18 +03:00 |
|
Lasse Öörni
|
b26b2c470b
|
Fix Text shader non-SDF mode on OpenGL 3. Closes #685.
|
2015-04-01 21:33:48 +03:00 |
|
Lasse Öörni
|
2961166acb
|
Graphics code cleanup. Remove the GraphicsFeatures event, as now the features can not change during runtime. Move all OpenGL extensions checks to CheckFeatureSupport(). Fix an AMD GLSL compilation bug, which caused buggy 4-sample shadows.
|
2015-03-31 23:06:09 +03:00 |
|
Lasse Öörni
|
73b0a8221a
|
Fix illegal use of texture3D on OpenGL 3. Closes #683.
|
2015-03-25 14:18:33 +02:00 |
|
Lasse Öörni
|
b8c7c59eca
|
Configure amount of allowed bones for hardware skinning based on the rendering API. Allow 128 bones on Direct3D 11 & OpenGL 3. Add -mb (maxbones) parameter to AssetImporter & OgreImporter. When using OpenGL 3, allow deferred rendering to use different MRT formats without forcing an RGBA substitute rendertarget.
|
2015-03-21 23:22:08 +02:00 |
|
Lasse Öörni
|
81e6647b60
|
Clean up OpenGL Graphics class code. Use core functions for instancing on OpenGL 3. Do not enable/disable texture targets on OpenGL 3. Removed the framebuffer aging mechanism; instead framebuffers are cleaned up on context loss (resolution change.) Disable OpenGL constant buffer use by default (from Uniforms.glsl) as they were found to be slower in practice.
|
2015-03-21 01:56:38 +02:00 |
|
Lasse Öörni
|
040b6263f5
|
Fix crash with null constant buffer slots.
|
2015-03-18 20:54:21 +02:00 |
|
Lasse Öörni
|
2cefd437de
|
Check if shader uses uniforms outside buffer and invalidate all parameter groups in that case, when switching shaders. Add define in Uniforms.glsl which allows to disable constant buffers on OpenGL 3, as using them may actually be slower.
|
2015-03-18 10:27:46 +02:00 |
|
Lasse Öörni
|
0e5a05afc7
|
OpenGL 3 constant buffer support.
|
2015-03-18 02:40:28 +02:00 |
|
Lasse Öörni
|
992cbcc73f
|
Fix GLSL deprecation warnings. OpenGL 3 clip plane support. Use R32F format on OpenGL 3 for deferred linear depth instead of manual RGB encoding & decoding.
|
2015-03-17 01:01:11 +02:00 |
|
Lasse Öörni
|
07a75dc37b
|
Initial OpenGL 3.2 support.
|
2015-03-16 23:36:35 +02:00 |
|
Lasse Öörni
|
3759570319
|
Remove rrr swizzle from lighting shaders to allow the spotlight to be colored. Convert the default spot textures to RGB color to avoid sampling only the R channel on D3D11.
|
2015-03-12 21:25:42 +02:00 |
|
Lasse Öörni
|
4e308f21c3
|
3D textures on D3D11. Fixed the ColorCorrection shader.
|
2015-03-08 20:16:15 +02:00 |
|
Lasse Öörni
|
72a153f1a3
|
Fix Tonemap shader for D3D11.
|
2015-03-08 16:23:23 +02:00 |
|
Lasse Öörni
|
871fc3abea
|
Fix erroneous UI rendering after compiling the Text shader, by listing texcoord interpolator before color.
|
2015-03-08 16:15:17 +02:00 |
|
Lasse Öörni
|
e106f1b389
|
D3D11 clip plane support. Check that multisample level is supported. Various shader fixes.
|
2015-03-08 02:57:08 +02:00 |
|
Lasse Öörni
|
b9278e0a94
|
Implement partial rendertarget clear on D3D11. Implement Graphics::ResolveToTexture() on D3D11. Fix most post-process shaders on D3D11. Readded the custom constant buffer slot. Update documentation.
|
2015-03-07 23:02:31 +02:00 |
|
Lasse Öörni
|
6112220b16
|
Cube maps, point light shadows & deferred / light prepass rendering on D3D11.
|
2015-03-05 23:32:16 +02:00 |
|
Lasse Öörni
|
8b49a21587
|
Fix shadow alpha mask shader.
|
2015-03-05 00:42:19 +02:00 |
|
Lasse Öörni
|
4542e38b73
|
Fix terrain shader on D3D11.
|
2015-03-05 00:32:25 +02:00 |
|
Lasse Öörni
|
17cf79ab82
|
D3D11 rendertarget and initial shadow (directional & spot light) support. Fix creating too many rasterizer states for depth bias by quantizing. Fix crash on exit if states failed to create.
|
2015-03-05 00:21:21 +02:00 |
|
Lasse Öörni
|
e919935abd
|
Merge back D3D9 & D3D11 shaders using macros. Removed the "custom" constant buffer slot; rather allow to prevent the default material CB from being defined.
|
2015-03-02 03:39:21 +02:00 |
|
Lasse Öörni
|
73c847fbeb
|
Separate D3D11 shaders as the compatibility mode did not sample eg. the light ramp texture correctly.
|
2015-03-01 19:14:56 +02:00 |
|
Lasse Öörni
|
d7a16d6713
|
Fix potential negative specular lighting. Fix recreating the sampler state when a texture has been reloaded.
|
2015-03-01 14:08:01 +02:00 |
|
Lasse Öörni
|
a1d1f08190
|
Split uniforms into constant buffers on D3D11.
|
2015-02-28 21:09:41 +02:00 |
|
Lasse Öörni
|
88080dad31
|
Remove Shader Model 2 mode & instancing without stream offset (D3D9) as they are hard to test. Added Graphics::GetApiName() function.
|
2015-02-21 20:53:12 +02:00 |
|
Lasse Öörni
|
56f64c60b9
|
Texture unit refactoring. On desktop ensure continuous range of 8 material texture units, while mobile has 5. Material can define a volume (3D) texture in the volume unit (desktop only.)
|
2015-02-15 15:33:16 +02:00 |
|
Lasse Öörni
|
6be3b14855
|
Merge branch 'master' into render-refactor
|
2015-02-15 12:59:09 +02:00 |
|
Lasse Öörni
|
3f2f88441d
|
Enable cascaded shadows on Emscripten.
|
2015-02-14 23:30:22 +02:00 |
|
Chris Friesen
|
57eeeb84b1
|
Fix terrain shader in chrome by explicitly setting precision
|
2015-02-13 21:31:59 +08:00 |
|
Lasse Öörni
|
b96f47db61
|
Change order of matrix multiplies in GLSL to eliminate need to transpose matrix uniforms and make the order consistent with skinned & instanced rendering.
|
2015-02-12 00:05:32 +02:00 |
|
aster2013
|
392efab9d7
|
Change GetIntensity, make it same to Color::Luma().[ci skip]
|
2015-02-04 13:26:41 +08:00 |
|
Yao Wei Tjong 姚伟忠
|
05a8b79fd2
|
Rename "Bin" subdir to "bin".
|
2015-01-18 21:31:13 +08:00 |
|