codeanticode
7412bcbd88
cleaning up the GLW examples a bit
2014-01-21 17:13:11 -05:00
codeanticode
7f6f8182c9
updated jogl to 2.1.4-rc-20140113, solves the resize issue in 2.1.3
2014-01-21 16:51:20 -05:00
codeanticode
9714f24648
more work on GLW
2014-01-21 16:43:11 -05:00
codeanticode
66118b56ef
added checks for null framebuffers (useful to allow for "dummy"
...
renderers such as GLW)
2014-01-21 16:29:37 -05:00
codeanticode
ac617f7cb4
making progress with GLW library
2014-01-21 15:46:31 -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
864281466e
Implemented getGL() method in PLWJGL, but LWJGL not tested after latest
...
changes (removal of most static fields in PGraphicsOpenGL, PGL)
2014-01-21 12:14:15 -05:00
codeanticode
71325def84
added EmbedFrameTest example in Demos/Test
2014-01-21 12:12:59 -05:00
codeanticode
c2b96cbbe1
reverted to jogl 2.1.2 because of resize issue on OSX
...
(https://jogamp.org/bugzilla/show_bug.cgi?id=946 )
2014-01-21 12:03:32 -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
9aef0a1426
default shaders are not static, but only initialized in the primary
...
renderer
2014-01-20 12:40:45 -05: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
376bbb1938
removed commented out method
2014-01-16 18:17:40 -05:00
codeanticode
cf8e03ff70
fix #2202
2014-01-16 18:04:15 -05:00
codeanticode
5be1f11145
call setLoaded() in PImage.loadPixels()
2014-01-16 16:21:10 -05:00
codeanticode
b57c1c489f
adjust stroke weight in HsvSpace example
2014-01-16 12:11:28 -05:00
codeanticode
6755520b60
update video library to gstreamer-java 1.6 and jna 3.5.2
2014-01-16 12:02:53 -05:00
codeanticode
64051ec176
forgot to update jogl-all from latest jogl stable release
2014-01-16 11:02:25 -05:00
codeanticode
f3befb78fe
update to lwjgl 2.9.1
2014-01-07 16:26:45 -05:00
codeanticode
bd3619b828
update to jogl 2.1.3
2014-01-07 16:22:28 -05:00
codeanticode
1cd4c57ec8
don't set pgl to null for offscreen surfaces.
2014-01-06 13:43:12 -05:00
codeanticode
df0efa540f
fix #2193
2014-01-05 16:39:29 -05:00
codeanticode
2193ef87a4
some commented code to handle #2296
2014-01-05 16:01:31 -05:00
codeanticode
ce5ead73ee
fix #1900
2014-01-05 15:36:07 -05:00
codeanticode
ac3248ca33
fix #2171
2014-01-05 15:20:58 -05:00
codeanticode
4331296e1d
same changes related to #2259
2014-01-05 13:38:24 -05:00
codeanticode
8981790c21
set prevTexImage in setLastTexIndex, fix #2205
2014-01-04 16:09:05 -05:00
codeanticode
58c3aa8546
Merge pull request #2279 from jdf/master
...
Clear the global PGL on dispose().
2014-01-03 16:12:31 -08:00
Scott Murray
bee7509083
Added strokeWeight() as related to stroke() ref page, per request on processing/processing-web#293
2013-12-31 18:15:55 -08:00
Jonathan Feinberg
8de31e2b5d
Clear the global PGL on dispose().
2013-12-25 22:53:05 -05:00
Casey Reas
0f0f2b2e50
Merge pull request #2266 from gohai/serial-new
...
Serial: Handle the UnsatisfiedLinkError when loading the native library fails
2013-12-16 19:51:02 -08:00
gohai
2dad0c169d
Serial: Handle the UnsatisfiedLinkError when loading the native library fails
...
This currently happens with exported applications (see #2249 ).
2013-12-15 21:06:57 -08:00
Casey Reas
6d1df944f7
Merge pull request #2265 from gohai/serial-new
...
Some cleanups for Serial
2013-12-15 19:40:53 -08:00
gohai
c5f5e7e30e
Serial: Revert jSSC to the version that was shipped with 2.1
...
This removes some debug code that was temporarily added and turns yield() back into a 100ns delay, which probably won't make a difference for throughput but will be a bit lighter on the CPU.
2013-12-15 16:13:42 -08:00
gohai
5235b190c2
Serial: Remove debug code again
2013-12-15 16:02:23 -08:00
gohai
1c95fd341e
Serial: Only use workaround if we're using serialEvent
2013-12-15 15:55:31 -08:00
codeanticode
a9f27d13de
trying to fix regression introduced in camera setup in P2D (issue #2259 )
2013-12-11 23:00:04 -05:00
Casey Reas
b3cb3ce8ce
Merge pull request #2250 from ddf/master
...
Minim 2.2.0 for Processing
2013-12-08 07:27:07 -08:00
Damien Di Fede
a9113b9492
update to Minim binaries to fix a NullPointerException caused by exiting a sketch while an AudioPlayer is playing
2013-12-02 21:53:13 -06:00
Damien Di Fede
bdee21eca6
updated minim binaries and examples for Minim release 2.2.0
2013-11-30 20:29:07 -06:00
Scott Murray
bef4f1c0aa
For fill/stroke reference pages, added a couple more related methods
2013-11-27 09:32:12 -08:00
Casey Reas
61c2bde92e
Merge pull request #2240 from gohai/serial-new
...
Serial: Only read a single character at a time to emulate RXTX behavior
2013-11-25 08:50:03 -08:00
gohai
59761b42d2
Serial: Only read a single character at a time to emulate RXTX behavior
2013-11-25 08:23:40 -08:00
Casey Reas
b70b922bc6
Merge pull request #2237 from gohai/serial-new
...
Add a debug() method to Serial
2013-11-25 06:49:18 -08:00
gohai
541cab2bd9
Add a debug() method to Serial
...
This commit also turns a 100ns wait inside JSSC in a yield() and removes the invocation of serialEvent outside the synchronized block.
2013-11-24 20:52:38 -08:00