Commit Graph

701 Commits

Author SHA1 Message Date
codeanticode
b548787f73 several opengl fixes (among them, major memory leak due to incorrectly initialized static var) 2012-12-14 22:49:25 +00:00
codeanticode
9288a77d16 re-added android files 2012-12-12 17:47:42 +00:00
codeanticode
a23205d958 direct buffers for pixel and texture operations, added GL thread check 2012-12-12 17:42:27 +00:00
codeanticode
7855bc65de copy projmodelview fixes to android 2012-12-11 22:37:05 +00:00
codeanticode
fd8f5c535d using PGL methods in update, etc 2012-12-10 22:07:18 +00:00
codeanticode
860de2517b some cleanup 2012-12-10 19:51:17 +00:00
codeanticode
ecd810eb7b GL renderer with direct buffers working on Android 2012-12-10 19:30:19 +00:00
codeanticode
127d6cc027 Improved FBO layer handling on Android. Fixes problem on N1 (issue #1455) and screen flickering in general when forcing screen FBO. 2012-12-08 18:40:26 +00:00
benfry
e151e64286 close open stream 2012-12-08 17:59:02 +00:00
benfry
4c58d39b79 clear() method auto-added to PApplet 2012-12-08 12:48:40 +00:00
benfry
f9f909a07e add clear() to replace background(0, 0, 0, 0) 2012-12-08 03:06:09 +00:00
benfry
2183647320 change heading2D() to heading() 2012-12-06 22:01:34 +00:00
benfry
8a1bbecefd change hint to DISABLE_OPTIMIZED_STROKE (issue #1302) 2012-12-06 17:48:26 +00:00
codeanticode
5c64f3f178 Android OpenGL sync 2012-12-05 23:06:26 +00:00
codeanticode
55c777bfe9 Sync with Java: added showWarning() that takes a parsed string, and also added clipImpl() 2012-12-05 21:42:01 +00:00
benfry
6c7e89c8e9 get/set and todo notes 2012-11-26 00:11:18 +00:00
benfry
7f00c10dbc change implementation of set() and get() on Android (issue 925) 2012-11-25 20:57:37 +00:00
benfry
03b5baa8b7 rewrite image resizing for better quality (issue 332) 2012-11-25 16:38:40 +00:00
benfry
c08be82528 fix for PMatrix3D.mult() when vectors are identical (issue 921) 2012-11-25 01:26:56 +00:00
benfry
c06ba067b5 beginShape(QUAD) not working with Java2D (issue 1365) 2012-11-25 01:07:43 +00:00
benfry
b7ab26c830 add XML.getLong() (issue 1378) 2012-11-25 00:54:44 +00:00
benfry
39e169cae1 fix closepath relative problem in SVG (issue 1058) 2012-11-25 00:45:13 +00:00
benfry
b94c381780 cleaning todo list, add note to TouchEvent class 2012-11-24 15:37:25 +00:00
benfry
891bf6895a bring back mouseEvent on Android 2012-11-24 15:21:45 +00:00
codeanticode
60ad38c811 added new arc modes to P2D/P2D, closes issue #1406 2012-11-24 02:07:57 +00:00
codeanticode
2021cd7338 removed obsolete hints 2012-11-23 22:09:32 +00:00
benfry
6876c9a5d4 remove motionX/Y/etc... not the right direction 2012-11-23 19:33:34 +00:00
benfry
03ec075933 major work to clean up event handling 2012-11-23 17:38:41 +00:00
benfry
7d7bc911a5 partial arc implementation for Android (issue 711) 2012-11-23 17:38:27 +00:00
codeanticode
65f8e12c97 sets the ambient color in PShapeOpenGL when setting fill for the first time, fixes issue 1342 2012-11-21 01:21:18 +00:00
codeanticode
54e2ff13fe support for anisotropic filtering 2012-11-20 22:05:21 +00:00
codeanticode
e02e3392c0 don't enable mipmapping if texture is the color buffer of a PGraphics 2012-11-19 16:54:11 +00:00
codeanticode
3fcb2b2f21 removed unused variable from line shader 2012-11-15 19:10:19 +00:00
codeanticode
596e7d47d7 Backtracking jogl update, as it introduced several deadlocks 2012-11-01 16:53:01 +00:00
codeanticode
d624559bf4 fix issue 1306 2012-10-25 15:42:37 +00:00
benfry
c933e572fb fix hue() due to differences in Android API (issue #1257) 2012-10-19 20:41:51 +00:00
benfry
ab815ede89 update source/target settings in build b/c of Java 7 warnings 2012-10-19 14:48:48 +00:00
benfry
6be14ccc03 key value not setting properly on Android (issue #1254) 2012-10-18 22:11:18 +00:00
codeanticode
bf062546da Better comments for the ortho() function 2012-09-13 18:49:08 +00:00
codeanticode
a109b1bc9b setUniformVector takes length of array as argument, so partially full arrays can be passed to shader w/out wasting empty elements 2012-09-12 20:15:59 +00:00
codeanticode
d11059f144 fix typo on android too 2012-09-10 20:31:20 +00:00
codeanticode
5dd6e714b2 removed GL check from setPrimary(), added to Android's PApplet 2012-09-10 20:19:49 +00:00
codeanticode
1c57d0829d more detailed GL version/extensions check 2012-09-10 20:07:32 +00:00
codeanticode
dd719ac0d4 check if main renderer is PGraphicsOpenGL when creating P2D/P3D PGraphics 2012-09-10 18:49:10 +00:00
benfry
9a27280bcc fix up key event handling (issue #1225) 2012-09-10 16:25:04 +00:00
benfry
6230142d06 getNative() did not have the correct return type 2012-09-10 15:45:23 +00:00
benfry
dc47fd5fe0 add stub for STROKE_PURE hint in android 2012-09-07 15:25:32 +00:00
benfry
327e448cdd change how TRIANGLE_FAN is handled (issue #1137) 2012-09-07 15:13:44 +00:00
codeanticode
27673310cd properly handles obj files w/out materials, fixes issue 1081 2012-09-06 22:27:40 +00:00
codeanticode
e67f0d653d doesn't apply perspective correction when the projection matrix is orthographic, fixes issue 1207. 2012-09-05 22:41:26 +00:00