Commit Graph

6001 Commits

Author SHA1 Message Date
codeanticode
9ff4fa8a4d Updated LowLevelGL example 2012-08-21 20:05:44 +00:00
codeanticode
85cb330036 Renamed playBin to playbin 2012-08-21 19:49:15 +00:00
codeanticode
4d3879e6fe Made all utility functions in PGL protected, added drawTexture() to PGraphicsOpenGL 2012-08-21 19:48:15 +00:00
codeanticode
bd09d8f081 Constant number of loop iterations in light shaders, to make them compatible with older Adreno GPUs (fixes issue 1145). Also, more careful handling of vectors in shaders to avoid problems with powerVR GPUs. 2012-08-20 20:16:17 +00:00
codeanticode
d3e0785fc8 Removed extension check for shaders, VBOs and FBOs from PGraphicsOpenGL, moved to PGL in Java mode 2012-08-20 01:17:24 +00:00
codeanticode
036a80cd25 generates mouse released event along the swipe event. 2012-08-19 19:19:32 +00:00
codeanticode
70c9310ac1 updated todo notes 2012-08-16 20:29:00 +00:00
codeanticode
9afd5c1364 renamed setGStreamerPath() back to setPath() and useOpenGL() to useGL() in video. 2012-08-16 20:25:17 +00:00
codeanticode
3f3e3bccc7 Unwrap GLExceptions to show only the causing exception 2012-08-16 20:19:31 +00:00
codeanticode
bc1055792a Fixed Framingham and Frames examples in Video, added ImageMask in OpenGL/Shaders 2012-08-16 17:52:27 +00:00
codeanticode
b00dedca58 added resetShader() w/out argument 2012-08-16 03:31:23 +00:00
codeanticode
185481bbb0 more todo 2012-08-16 03:28:31 +00:00
codeanticode
26e6038f61 Updated capture examples 2012-08-15 22:18:15 +00:00
codeanticode
a406170c1e Removed pipeline.getState() call from start(), it hangs capture on windows 2012-08-15 22:17:43 +00:00
codeanticode
7bba3e11a6 use play/pause/getState combination in listResolutions() to avoid hangs in OSX and/or Windows. Updated todo notes 2012-08-15 21:46:35 +00:00
codeanticode
2e77214547 added new Capture constructor that takes the output of list() as argument, additional validity checks (available devices, supported resolutions, etc) 2012-08-15 21:11:18 +00:00
codeanticode
42ee90895e Renamed Video.setPath() to Video.setGStreamerPath(), fixed logic in Capture.addResFromStructure() 2012-08-15 18:35:35 +00:00
codeanticode
683166a783 Reworking list() functionality in Capture class 2012-08-15 17:04:55 +00:00
codeanticode
b52b193a43 Cleaned-up Video interface 2012-08-15 05:16:28 +00:00
codeanticode
a2801bdd60 jump to multiple of framerate 2012-08-15 04:54:24 +00:00
codeanticode
59265902cf Updated OpenGL examples 2012-08-15 04:40:03 +00:00
codeanticode
15749d072c Updated Movie examples 2012-08-15 04:34:41 +00:00
codeanticode
426af4f5ea Cleaned-up Movie class API 2012-08-15 04:33:47 +00:00
codeanticode
661c80d16b removed old cruft 2012-08-15 04:33:20 +00:00
codeanticode
7e7f741976 added texture wrapping to the API 2012-08-14 21:17:27 +00:00
codeanticode
6f2c17b188 throws exceptions if required extensions are not available 2012-08-14 18:25:39 +00:00
codeanticode
dd8045298f PGL update in android 2012-08-14 17:39:33 +00:00
codeanticode
58e5207584 removed gl prefix to the opengl functions in PGL, renamed beginGL/endGL to beginPGL/endPGL 2012-08-10 21:03:51 +00:00
fjenett
be67978850 upping Processing.js to 1.4.1 2012-08-10 06:20:58 +00:00
codeanticode
592b4a0653 small fix when setting sampling uniform 2012-08-08 23:23:53 +00:00
codeanticode
7cff2660c4 PShader.set(string, PImage) to bind textures to sampler uniforms 2012-08-08 21:53:42 +00:00
codeanticode
3b89440974 Updated todo list 2012-08-08 21:47:29 +00:00
codeanticode
801a8f0579 recalculate mipmaps in Texture.setNative() 2012-08-08 18:10:43 +00:00
codeanticode
ac9cf6cf30 Added todo notes 2012-08-08 15:58:40 +00:00
codeanticode
fa1dcabf69 Fix issue 1166 2012-08-07 21:49:32 +00:00
benfry
4bf692c0c8 remove/hide several video functions that were not approved 2012-08-06 13:41:01 +00:00
benfry
beee92719a fix showReference() regression (issue #1164) 2012-08-06 04:30:36 +00:00
benfry
1f64ba4817 starting revision 0208 (beta 1?) 2012-08-05 15:08:40 +00:00
benfry
0d4009b749 add a note for OS X code signing errors 2012-08-05 14:47:03 +00:00
benfry
1d67724450 mark release as 2.0a8 2012-08-05 14:41:23 +00:00
benfry
8c5b1fc44e wrapping up alpha 8 2012-08-05 14:40:01 +00:00
benfry
905b86ba05 last tab thing on OS X is ok 2012-08-05 14:39:25 +00:00
benfry
e85b1c7496 throw an exception when /var/lock does not exist.. otherwise too subtle 2012-08-05 14:37:33 +00:00
benfry
c6b8b17f9a more todo notes, move andres todo over to core 2012-08-05 14:23:43 +00:00
benfry
dcda3e33d8 re-enable smooth() as the default for the default renderer (issue #1157) 2012-08-05 14:00:37 +00:00
benfry
9e742a0805 lots of todo list cleanup, remove dev.processing.org references 2012-08-05 13:51:09 +00:00
benfry
56ca991bd7 support native code in Android libraries (issue #1117) 2012-08-05 13:45:15 +00:00
benfry
5d50d67115 do not delete when untitled anyway 2012-08-05 02:10:49 +00:00
benfry
88c1e71e94 wrap up delete last issue 2012-08-05 02:09:35 +00:00
benfry
61b97412d1 that there is good codin' 2012-08-05 02:07:11 +00:00