Jack Palevich
2e26fc08aa
Check for failure to create EGL surfaces and contexts.
2009-09-25 19:06:30 -07:00
Jack Palevich
d40dfbbbff
Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
2009-09-24 14:10:17 -07:00
Jack Palevich
82cbaab450
Publish minor additions to GLSurfaceView API.
...
Clients can now modify the way that the EGL context and the EGL window
surface are created and destroyed.
2009-09-24 11:55:04 -07:00
Jack Palevich
a8fecb87c5
Create samples showing how to call OpenGL from JNI libraries.
2009-09-23 14:48:07 -07:00
Jack Palevich
15e1c6dc7a
Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
...
This API is hidden for now, will expose once it's been tested more.
2009-09-21 19:19:25 -07:00
Jack Palevich
1bd888ba2e
Fix GLSurfaceView to sync surfaceDestroyed with GL rendering thread
...
Until now we had a race condition where the GL rendering thread could
continue rendering a frame after we have returned from the
SurfaceHolder.Callback.surfaceDestroyed notification.
2009-09-21 15:59:17 -07:00
Mathias Agopian
82fd4fce16
fix a bug in ComponentSizeChooser where it could pick a software EGLConfig instead of a better h/w one.
...
We now just try to honor the stencil / depth buffer "at least", while doing a "shortest distance" on the colors.
2009-08-20 19:09:34 -07:00
Mathias Agopian
317a6280cc
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
...
this also ripples into the window manager API by making some constant there deprecated as well.
2009-08-13 18:19:32 -07:00
Jack Palevich
3e832dbe96
AI 145534: am: CL 145526 am: CL 145249 Correct misspelling of constant RENDERMODE_CONTUOUSLY --> RENDERMODE_CONTINUOUSLY
...
Original author: jackpal
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 145534
2009-04-09 15:03:04 -07:00
Jack Palevich
b47c641fe8
AI 145531: am: CL 145523 am: CL 145244 Fully document GLSurfaceView and related classes.
...
Original author: jackpal
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 145531
2009-04-09 14:54:12 -07:00
Jack Palevich
a605a51e63
Automated import from //branches/master/...@142658,142658
2009-03-25 15:16:50 -07:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00