This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-16 00:02:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c11443a042d77cd01f6ef9b515490b54c1130d8
love
/
src
/
modules
/
graphics
T
History
Alex Szpakowski
6c11443a04
Fixed graphics initialization crashing love when OpenGL ES 2 is used.
...
--HG-- branch : minor
2015-01-30 04:24:31 -04:00
..
opengl
Fixed graphics initialization crashing love when OpenGL ES 2 is used.
2015-01-30 04:24:31 -04:00
Color.h
CRLF to LF
2012-07-04 14:40:24 +02:00
Drawable.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Graphics.cpp
Added Text objects via love.graphics.newText(font [, textstring]). Reworked the internal code of Font objects to use fewer individual textures and less VRAM per object, and to be compatible with OpenGL ES. Slightly improved the performance of love.graphics.print and love.graphics.printf.
2015-01-23 00:47:28 -04:00
Graphics.h
Merged default into minor
2015-01-29 21:27:05 -04:00
Quad.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Quad.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Texture.cpp
Merged default into minor
2015-01-16 15:47:26 -04:00
Texture.h
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.
2015-01-20 15:13:59 -04:00
Volatile.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Volatile.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00