Mathias Agopian
8c17384a5e
log an error when loading an existing GL driver fails
2009-09-20 16:07:26 -07:00
Mathias Agopian
baca89c06a
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
574c16f9f8
GLESv2 couldn't be loaded due to wrong path specification
2009-07-29 11:10:29 -07:00
Marco Nelissen
fc865658b4
Make opengl loader use an absolute path.
2009-07-07 16:18:18 -07:00
Mathias Agopian
f909cb6c69
remove some spurious debuging LOGD
2009-06-03 18:30:22 -07:00
Mathias Agopian
acdebe352d
fix/clean these Android.mk following dbort and joeo's comments
2009-06-03 18:26:58 -07:00
Mathias Agopian
de58697644
implement a real loader for EGL drivers
...
we now look for a config file in /system/lib/egl/egl.cfg that describes the association of a display to a driver.
these drivers are named: /system/lib/egl/lib{[EGL|GLESv1_CM|GLESv2] | GLES}_$TAG.so
2009-05-28 20:31:40 -07:00