Alex Szpakowski
|
844900db39
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
|
8 жил өмнө |
Alex Szpakowski
|
25afd740b4
Fast gamma correction functions in shaders are now more accurate. Always use the fast versions by default.
|
8 жил өмнө |
Alex Szpakowski
|
7fdad7c010
Workaround for off-by-one line numbers in shader validation errors.
|
8 жил өмнө |
Alex Szpakowski
|
d338f274ff
Update naming convention for builtin shader matrices.
|
8 жил өмнө |
Alex Szpakowski
|
34f25bd6c8
ESSL: always enable standard derivative functionality (dFdx, dFdy, fwidth) when available. Added 'shaderderivatives' graphics feature enum.
|
8 жил өмнө |
Alex Szpakowski
|
70b32c47ce
Error if a non-2D/affine matrix is used with auto-batched draws, since they perform CPU-side matrix transforms on 2-component vectors.
|
8 жил өмнө |
Alex Szpakowski
|
a0ef2ac28b
Add Depth compare / shadow sampler support. Officially this is only supported in glsl3 shaders.
|
8 жил өмнө |
Alex Szpakowski
|
1a9262dda9
Fix compilation on iOS. Fix shader compilation on OpenGL ES. Fix (harmless) GL errors on OpenGL ES 2. Resolves issue #1266.
|
8 жил өмнө |
Alex Szpakowski
|
856a4e60ae
Declare VaryingTexCoords and love_ScreenSize as highp when supported.
|
8 жил өмнө |
Alex Szpakowski
|
ceb9cd1c0b
Rename internal “GLSLES” references to “ESSL”.
|
8 жил өмнө |
Alex Szpakowski
|
a3454aa205
Use a simpler default video shader.
|
8 жил өмнө |
Alex Szpakowski
|
66b299822a
Array textures can be easily drawn without a shader (resolves issue #1111).
|
8 жил өмнө |
Alex Szpakowski
|
9ba7234f14
Implicitly declare VaryingTexCoord and VaryingColor when void effect() is used.
|
8 жил өмнө |
Alex Szpakowski
|
ff8358a979
Removed void effects(…) pixel shader prototype. Added void effect(). Allows calling love.graphics.draw with textures of different types with a custom shader without having an extra sampler2D.
|
8 жил өмнө |
Alex Szpakowski
|
73fd45558b
Implement Array, Cubemap, and Volume texture types (issue #1111).
|
8 жил өмнө |
Tanner Rogalsky
|
5c35e3e137
function name has changed and comment is out of date
|
8 жил өмнө |
Alex Szpakowski
|
8558d7894c
Move all remaining love.graphics Lua wrapper code out of the opengl implementation folder.
|
8 жил өмнө |