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 |
|
benfry
|
fec18c95cf
|
copy latest registry code to Android, change key events, other
|
2012-09-04 02:07:25 +00:00 |
|
benfry
|
c843b6311b
|
sync events folder over to Android
|
2012-09-04 01:23:24 +00:00 |
|
benfry
|
2de31b9dcb
|
change name for OpenGL errors constant
|
2012-09-04 01:17:13 +00:00 |
|
benfry
|
06045df2be
|
fix event handling bugs
|
2012-09-03 22:49:43 +00:00 |
|
codeanticode
|
c64a5958dd
|
android sync
|
2012-09-03 22:42:56 +00:00 |
|
benfry
|
33d5c644ee
|
hiding events for now until we can sort things out with touch
|
2012-09-03 22:24:25 +00:00 |
|
codeanticode
|
aa90bbc42e
|
Using white as the default ambient material property
|
2012-09-03 16:35:53 +00:00 |
|
codeanticode
|
4bf7bc727b
|
validate framebuffer only at init in android, new offscreen implementation that properly solves the fickering problem (commented out for now to finish later), some todo notes
|
2012-09-03 13:48:34 +00:00 |
|
codeanticode
|
45930bda63
|
android sync
|
2012-09-03 01:48:59 +00:00 |
|
benfry
|
3fa1dcfc06
|
just a little note
|
2012-09-03 01:48:52 +00:00 |
|
benfry
|
662fec53e6
|
moving font cache inside PGraphicsOpenGL
|
2012-09-02 20:07:26 +00:00 |
|
codeanticode
|
720d1ef25c
|
hintEnabled is a utility protected method in PGraphicsOpenGL
|
2012-09-02 15:59:25 +00:00 |
|
benfry
|
3c9ac9fe93
|
add annotations, update with GL changes from desktop, new image caching scheme
|
2012-09-02 01:15:21 +00:00 |
|
codeanticode
|
754eb380db
|
Added static context variable to PGL, in order to detect surface restarts. Fixed issue 1146
|
2012-09-01 21:34:21 +00:00 |
|
benfry
|
880f62bcb4
|
performance improvement for PVector.limit() (issue #1122)
|
2012-09-01 20:59:08 +00:00 |
|
benfry
|
fbdca0632d
|
more cleanups
|
2012-09-01 18:44:56 +00:00 |
|
benfry
|
232390c02c
|
move PConstants around a bit, add annotations for overrides, cleaning up unapproved PShape additions
|
2012-09-01 18:05:24 +00:00 |
|
benfry
|
b61f3c26b6
|
add annotations for overrides... starting cleanup of shape
|
2012-09-01 09:26:38 +00:00 |
|
codeanticode
|
0a1c1ff2c5
|
android sync
|
2012-08-31 20:21:19 +00:00 |
|
codeanticode
|
309efbadd2
|
Takes care of issue 1156
|
2012-08-23 20:45:48 +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
|
b00dedca58
|
added resetShader() w/out argument
|
2012-08-16 03:31:23 +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
|
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
|
801a8f0579
|
recalculate mipmaps in Texture.setNative()
|
2012-08-08 18:10:43 +00:00 |
|
codeanticode
|
fa1dcabf69
|
Fix issue 1166
|
2012-08-07 21:49:32 +00:00 |
|
codeanticode
|
90c070e759
|
createGraphics() correctly handles JAVA2D, P2D and P3D values for irenderer
|
2012-07-29 18:56:29 +00:00 |
|
codeanticode
|
866aae5d8e
|
slightly reworked the logic for screen FBO in android
|
2012-07-29 18:22:00 +00:00 |
|
codeanticode
|
3e4b2c0aae
|
Removed PShader.FILTER constant, added loadShader(String) to PGraphics in Android
|
2012-07-29 00:10:26 +00:00 |
|
codeanticode
|
205b67a529
|
better condition to catch offscreen-within-offscreen drawing
|
2012-07-28 22:57:12 +00:00 |
|
codeanticode
|
e187335bdc
|
force loadPixels() in PGraphicsOpenGL.initCache(), otherwise textures are not initialized properly in android
|
2012-07-28 22:10:42 +00:00 |
|
codeanticode
|
14526420f6
|
added loadShape() to PGraphicsAndroid2D
|
2012-07-28 20:37:00 +00:00 |
|
benfry
|
53dff0de63
|
several XML fixes
|
2012-07-28 19:30:43 +00:00 |
|