Alex Szpakowski
|
d8fd1413d6
Renamed the internal 'Matrix' class to 'Matrix4'.
|
пре 10 година |
Alex Szpakowski
|
ed3f419747
Prevent redundant calls to glEnable/DisableVertexAttribArray. This should hopefully fix a performance regression compared to 0.9.2 as well.
|
пре 10 година |
Alex Szpakowski
|
33e1d2736d
Removed restrictions preventing sRGB and non-sRGB canvases from being used together when doing multi-canvas rendering.
|
пре 10 година |
Alex Szpakowski
|
cf0968fc6d
Avoid some VC++ compiler warnings
|
пре 10 година |
Alex Szpakowski
|
2a6bffaa5a
Prevent sRGB and non-sRGB Canvas formats from being used together in multi-canvas rendering (MRTs), due to driver bugs.
|
пре 10 година |
Alex Szpakowski
|
06ef263537
Added OpenGL debug groups for most graphics operations when love is built in debug mode for iOS. The Xcode frame capture tool uses them to create nice visual groups for OpenGL function calls.
|
пре 10 година |
Alex Szpakowski
|
d00773b974
Updated GLAD for the latest GL and GLES extensions.
|
пре 10 година |
Alex Szpakowski
|
275a9a300f
Multi-canvas rendering (love.graphics.setCanvas with multiple canvases) now allows canvases with different formats, if the system supports it. Added 'multicanvasformats' to the table returned by love.graphics.getSupported.
|
пре 10 година |
Alex Szpakowski
|
3ced9ca38f
Added one- and two-channel Canvas formats: r8, rg8, r16f, rg16f, r32f, and rg32f.
|
пре 10 година |
Alex Szpakowski
|
3fea174008
Cleaned up some shader code.
|
пре 10 година |
Alex Szpakowski
|
3830a0969c
Moved the Texture and Quad Lua wrapper files out of the opengl graphics implementation folder.
|
пре 10 година |
Alex Szpakowski
|
faa4a33fe9
Use triangle strips rather than triangle fans when possible.
|
пре 10 година |
Alex Szpakowski
|
3efcf3901b
Removed Canvas:clear. love.graphics.clear now accepts r,g,b,a values (and defaults to 0,0,0,0 with no arguments given.) love.graphics.clear clears the content of the currently active Canvas(es.)
|
пре 10 година |
Alex Szpakowski
|
f83c2db471
Cleaned up the Canvas code.
|
пре 10 година |
Alex Szpakowski
|
a66a7b7ce9
Prevent invalid stencil buffer contents from being used when switching to a Canvas on mobile.
|
пре 10 година |
Alex Szpakowski
|
e8ce59038f
Renamed Canvas:getImageData to Canvas:newImageData (see issue #1001.)
|
пре 10 година |
Alex Szpakowski
|
8239d472d4
Removed Canvas:getPixel and added optional x/y/width/height arguments to Canvas:getImageData to specify a sub-rectangle (see issue #1001.)
|
пре 10 година |
Alex Szpakowski
|
2cc53bb85c
Added Canvas MSAA support in OpenGL ES 2 on iOS and when ANGLE is used on Windows.
|
пре 10 година |
Alex Szpakowski
|
517ee44e84
Fixed Canvases on iOS, added support for Canvas MSAA on OpenGL ES 3.
|
пре 10 година |
Alex Szpakowski
|
1aaa8737ab
Merged default into minor
|
пре 10 година |
Alex Szpakowski
|
59e1cf23e8
Probably fixed the Windows build
|
пре 10 година |
Alex Szpakowski
|
622b737019
Merged default into minor
|
пре 10 година |
Alex Szpakowski
|
813061c0e0
Fix the stencil buffer in Canvases when the graphics driver uses a MSAA value for the Canvas' buffers that's greater than the number of requested MSAA samples.
|
пре 10 година |
Alex Szpakowski
|
ebc68023a7
Fix many warnings about implicit integer conversions when compiling for 64 bits.
|
пре 10 година |
Alex Szpakowski
|
5b98083e01
Merged default into minor
|
пре 10 година |
Alex Szpakowski
|
e71c15e650
Fixed a minor memory leak caused by certain rare error conditions in love.graphics.newCanvas.
|
пре 10 година |
Alex Szpakowski
|
9de0e49b19
Optimized canvas performance when ANGLE is used.
|
пре 10 година |
Alex Szpakowski
|
8067d42df2
Canvases now have OpenGL ES support, updated Texture:setWrap to return false for repeat wrap modes in non-power-of-two textures if OpenGL ES 2 is used and the implementation doesn't have support for repeat on NPOT textures.
|
пре 10 година |
Alex Szpakowski
|
1124612c1f
Some work towards OpenGL ES 2+ support for love 0.10.
|
пре 10 година |
Alex Szpakowski
|
a7e4148869
Merged default into minor
|
пре 10 година |