Alex Szpakowski
|
2ea065c68b
Added MRT support to canvases via love.graphics.setCanvases(c1, c2, ...), and an 'effects' callback function in shaders.
|
12 years ago |
Alex Szpakowski
|
2009124cf9
Reworked internal anisotropic filtering code to be more concise and intuitive
|
12 years ago |
Alex Szpakowski
|
25d6700361
Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts
|
12 years ago |
Alex Szpakowski
|
17bcab4f32
Added love.graphics.getDimensions and Image/Canvas/ImageData:getDimensions (issue #566)
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
rude
|
ba4cf6204d
Added Canvas:getPixel(x, y). (pull request #17)
|
13 years ago |
Alexander Szpakowski
|
e5388ff73b
Removed more unnecessary tabs in blank lines
|
12 years ago |
Alexander Szpakowski
|
8b3fb1d71c
Code cleanup
|
12 years ago |
Alexander Szpakowski
|
1678252b7a
Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository
|
12 years ago |
vrld
|
ccdf6e1c00
Fix Issue #476: Add HDR Canvas (thanks, Alexander Szpakowski!).
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
vrld
|
c208f4b08d
Add missing license headers.
|
13 years ago |
Bart van Strien
|
73de544d21
Add getWidth and getHeight to Canvas (issue #307)
|
14 years ago |
vrld
|
28b4008797
Rename Framebuffer to Canvas (issue #263). Move error reporting code.
|
14 years ago |