Alex Szpakowski
|
a3454aa205
Use a simpler default video shader.
|
8 жил өмнө |
Alex Szpakowski
|
9e94f5a375
love.graphics.drawLayer(canvas, …) now errors if the Canvas is currently active as a render target (matches behaviour of love.graphics.draw).
|
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
|
f3f6b10ac8
Clean up glVertexAttribPointer calls a bit.
|
8 жил өмнө |
Alex Szpakowski
|
b7dde8712a
Fix drawing with >= 16k sprites in a spritebatch on desktops.
|
8 жил өмнө |
Alex Szpakowski
|
73fd45558b
Implement Array, Cubemap, and Volume texture types (issue #1111).
|
8 жил өмнө |
Alex Szpakowski
|
d70fe5cb89
Merged in TannerRogalsky/love-pristine/update_comment_function_name (pull request #84)
|
8 жил өмнө |
Tanner Rogalsky
|
5c35e3e137
function name has changed and comment is out of date
|
8 жил өмнө |
Alex Szpakowski
|
97789b18c0
Only use opengl debug groups if the LOVE_GRAPHICS_DEBUG environment variable is set to 1.
|
8 жил өмнө |
Alex Szpakowski
|
df540cedea
Enable OpenGL debug group markers outside of iOS
|
8 жил өмнө |
Bart van Strien
|
03b863d788
Simplify love.audio's Pool class
|
8 жил өмнө |
Alex Szpakowski
|
7b6e1523b4
Very minor style cleanup
|
8 жил өмнө |
Alex Szpakowski
|
218950fe76
Potentially fix compilation for MSVC
|
8 жил өмнө |
Alex Szpakowski
|
28b2192ef5
Update Xcode project
|
8 жил өмнө |
Bart van Strien
|
42b8249b60
Remove extra whitespace
|
8 жил өмнө |
Bart van Strien
|
cbaf9e047b
Merged in rcoaxil/love-patches/minor (pull request #75)
|
8 жил өмнө |
Alex Szpakowski
|
ded5d4d413
Updated license.txt
|
8 жил өмнө |
Raidho
|
8572a33880
Prettifyed the code exploiting inheritance rules
|
8 жил өмнө |
Raidho
|
6ea1ebde9c
Data:clone ported to minor
|
8 жил өмнө |
Tanner Rogalsky
|
bc6a2db22f
Do not attempt to free pointer to scratch buffer
|
8 жил өмнө |
Raidho
|
94b4d2bdef
naming updated, Filters patched up
|
8 жил өмнө |
Bart van Strien
|
2b4cd99c96
Exclude windows folder of glslang on linux
|
8 жил өмнө |
Bart van Strien
|
6db676d149
Sort changelog
|
8 жил өмнө |
Bart van Strien
|
edbd4309f8
Merge default into minor
|
8 жил өмнө |
Bart van Strien
|
ab7b3a8125
Update changelog
|
8 жил өмнө |
Alex Szpakowski
|
f2597168a2
Fix text object drawing and a bug in stream buffers used in autobatching
|
8 жил өмнө |
Alex Szpakowski
|
a3ae0e2279
Fix love.graphics.points when no per-point colors are given
|
8 жил өмнө |
Alex Szpakowski
|
98493d9844
Fix rendering to only use glDrawElementsInstanced when necessary
|
8 жил өмнө |