codeanticode
|
70b1809684
|
removed unused fields in PJOGL, renamed profile
|
2015-06-18 15:12:10 -04:00 |
|
codeanticode
|
474dddf704
|
get current pixel scale from GLWindow
|
2015-05-17 09:14:22 -04:00 |
|
codeanticode
|
2e8187d9c4
|
present and retina tweaks
|
2015-05-16 10:20:45 -04:00 |
|
codeanticode
|
efb60a7e3a
|
some retina fixes
|
2015-05-16 09:00:33 -04:00 |
|
Ben Fry
|
12ada0148a
|
remove warnings
|
2015-05-14 18:36:43 -04:00 |
|
codeanticode
|
c0514c3d35
|
put JOGL back in
|
2015-05-14 18:20:03 -04:00 |
|
codeanticode
|
12b6626747
|
put LWJGL in the core
|
2015-02-20 16:21:15 -05:00 |
|
codeanticode
|
32240d2901
|
fixes to lwjgl renderer
|
2015-01-12 14:38:25 -05:00 |
|
codeanticode
|
9781a18938
|
disable SAVE_SURFACE_TO_PIXELS_HACK, and a few other init tweaks
|
2014-12-15 15:04:45 -05:00 |
|
Ben Fry
|
3edd745d20
|
clean up some font handling
|
2014-11-17 18:33:59 -05:00 |
|
codeanticode
|
2ad7d2ab21
|
getting font metrics from default toolkit
|
2014-11-17 09:54:52 -07:00 |
|
codeanticode
|
3af8680a7a
|
disables v-sync when setting framerate to more than 60fps
|
2014-11-16 18:41:26 -07:00 |
|
codeanticode
|
5af1891170
|
more cleaning up
|
2014-11-16 15:49:05 -07:00 |
|
codeanticode
|
5ae7a470e7
|
don't use JOGL's FBO backing, use manual backing only when requested
|
2014-11-16 08:05:39 -07:00 |
|
codeanticode
|
e85237a626
|
cleaning up PGL
|
2014-11-15 23:04:32 -07:00 |
|
codeanticode
|
9a44cb85e3
|
implemented a few more PSurface methods
|
2014-11-15 17:15:03 -07:00 |
|
codeanticode
|
1766260e29
|
Merge remote-tracking branch 'upstream/master'
|
2014-11-15 15:30:17 -07:00 |
|
Ben Fry
|
670be28df5
|
import insanity
|
2014-11-15 15:29:21 -07:00 |
|
codeanticode
|
8eee9f2609
|
preliminary fullscreen support
|
2014-11-15 15:16:13 -07:00 |
|
codeanticode
|
2d5a298288
|
getting opengl to work with the new renderer architecture
|
2014-11-15 13:14:26 -07:00 |
|
Ben Fry
|
682c686391
|
holy smokes what a mess
|
2014-11-14 16:48:07 -07:00 |
|
Ben Fry
|
0cbe2fce94
|
Merge pull request #2865 from federicobond/misc-fixes
Miscellaneous fixes
|
2014-11-14 14:48:57 -07:00 |
|
Ben Fry
|
69b9e26005
|
Friday morning in Denver, making more of a mess
|
2014-11-14 13:18:15 -07:00 |
|
codeanticode
|
e8ca4943ab
|
Use non-deprecated version of FBObject.reset()
|
2014-11-11 15:24:50 -05:00 |
|
codeanticode
|
e2dda69876
|
properly catches and re-throws exceptions that ocurred during drawing
|
2014-11-11 13:23:36 -05:00 |
|
codeanticode
|
d74180bfb5
|
Fixes offset bug in PJOGL
|
2014-11-03 11:40:00 -05:00 |
|
Federico Bond
|
73f46c2d5b
|
Add missing static modifier to inner classes
|
2014-10-28 14:30:09 -03:00 |
|
codeanticode
|
12d7496c90
|
very early support for Retina in the OpenGL renderers
|
2014-08-03 10:12:25 -04:00 |
|
codeanticode
|
90f84a3b94
|
should fix #2630
|
2014-07-22 17:28:05 -04:00 |
|
codeanticode
|
115b579bb1
|
removed a couple of unneeded removeListeners() calls in PJOGL
|
2014-04-10 11:20:00 -04:00 |
|
codeanticode
|
dcf344eab5
|
check that backFBO and frontFBO are not null
|
2014-04-01 15:28:46 -04:00 |
|
codeanticode
|
cd8666ca2b
|
removed GLProfile.shutdown() call, JOGL does it automatically
|
2014-04-01 11:33:27 -04:00 |
|
codeanticode
|
3acd891ef1
|
fix #2363
|
2014-03-30 21:20:17 -04:00 |
|
codeanticode
|
b409759e9c
|
handle framebuffer set to 0
|
2014-03-12 18:24:42 -04:00 |
|
Ben Fry
|
434d8138cc
|
remove a handful of warnings
|
2014-02-06 23:31:58 -05:00 |
|
codeanticode
|
7f7da83272
|
disabled context sharing
|
2014-01-27 09:49:38 -05:00 |
|
codeanticode
|
b552b2ec24
|
don't need null check
|
2014-01-23 16:46:11 -05:00 |
|
codeanticode
|
bf88aab7ad
|
fixed restart condition
|
2014-01-21 23:42:29 -05:00 |
|
codeanticode
|
5628631f95
|
added public constructors to the NEWT event listeners in PJOGL
|
2014-01-21 15:46:10 -05:00 |
|
codeanticode
|
c27d1bf72c
|
added JOGL.getGL() utility function, restore original USE_JOGL_FBOLAYER
value (true for OSX)
|
2014-01-21 15:36:12 -05:00 |
|
codeanticode
|
adb0f431a8
|
making sure that backing textures are reset when surface is resized
|
2014-01-21 11:23:03 -05:00 |
|
codeanticode
|
a0731dd3d7
|
testing/debugging, context sharing
|
2014-01-21 01:02:08 -05:00 |
|
codeanticode
|
5d713058b8
|
texture shaders in PGL are initialized only in the primary interface.
|
2014-01-20 17:10:18 -05:00 |
|
codeanticode
|
9110cebd0d
|
more refactoring/testing with non-static fields in PGL
|
2014-01-20 16:48:19 -05:00 |
|
codeanticode
|
f2c730b58f
|
continues the removal of static references
|
2014-01-20 12:14:35 -05:00 |
|
codeanticode
|
376bbb1938
|
removed commented out method
|
2014-01-16 18:17:40 -05:00 |
|
codeanticode
|
c18ddffdc0
|
getCanvas() in PGL so libraries can access the native surface
|
2013-11-20 18:57:18 -05:00 |
|
codeanticode
|
e1f4b82d3c
|
minor correction in the name of the texture sampler
|
2013-10-26 22:06:25 -04:00 |
|
codeanticode
|
b372046e44
|
comments for issues #1844 and #2125, added some warnings, fixed #2034
|
2013-10-25 12:38:33 -04:00 |
|
codeanticode
|
e10ffbc5e2
|
updated to jogl-2.1-b1115, gluegen-2.1-b735 for OSX 10.9 support
|
2013-10-25 09:39:33 -04:00 |
|