Commit Graph

18 Commits

Author SHA1 Message Date
codeanticode
205b73bf89 flushes after drawing the source texture, fixes #4404 2016-04-13 16:49:24 -04:00
codeanticode
ed7fcc7794 fixes font corruption issues, #4392 2016-04-04 23:48:35 -04:00
Jakub Valtar
c61bc0072f low-WeakReference diet 2015-09-25 23:58:10 -04:00
codeanticode
f379d4dd2f use weak references to PGraphicsOpenGL instances in resource classes
(framebuffers, texture, etc), should take care of #3858
2015-09-24 16:51:44 -05:00
codeanticode
965edd3faf updated notices in all gl code 2015-09-15 11:39:32 -04:00
codeanticode
19ff731e7c changes to facilitate android port, update copyright notices 2015-09-12 14:10:01 -04:00
codeanticode
48e136bb79 implementing new gl resource disposal method based on WeakReferences 2015-06-23 16:49:14 -04:00
Jakub Valtar
7723e1df40 fix outlines around scaled fonts (#2845) 2014-09-11 19:38:52 +02:00
Federico Bond
7c4544a8ef Add static modifier to inner classes that don't access parent 2014-08-31 12:51:46 -03:00
codeanticode
f2c730b58f continues the removal of static references 2014-01-20 12:14:35 -05:00
codeanticode
a8a15d112e making pgl non-static member of PGraphicsOpenGL 2014-01-19 01:56:55 -05:00
codeanticode
482c8ea2e9 Improved the logic that sets the size of the font textures 2013-05-23 19:10:23 -04:00
codeanticode
2f2f2454e6 renamed release() as dispose() in all GL classes for consistency with
PGraphics.dispose()
2013-04-24 16:02:04 -04:00
codeanticode
1831d33183 Made PGL object static, removed references to parent and renderer in
Texture and FrameBuffer object, fixed PGraphicsOpenGL.dispose()
2013-04-21 09:33:17 -04:00
codeanticode
8f52195715 changed visibility of some variables in FontTexture 2013-02-20 18:38:26 -05:00
codeanticode
ac8a2a98a3 Removed PGL.Context subclass 2013-01-16 16:02:18 +00:00
codeanticode
c2d84d77ef Fixed an index error in FontTexture (issue #1308) 2012-11-26 23:02:37 +00:00
benfry
662fec53e6 moving font cache inside PGraphicsOpenGL 2012-09-02 20:07:26 +00:00