index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Collapse
)
Author
2005-08-07
Add missing egldri.h header file
Jon Smirl
2005-08-07
Enable EGL support in 'linux-dri' config
Jon Smirl
2005-08-05
More EGL prep. No impact on anything outside of EGL
Jon Smirl
2005-08-04
New files for radeon egl driver.
Jon Smirl
Still a work in progress.
2005-05-17
remove eglQueryDisplayMESA()
Brian Paul
2005-05-17
fix pbuffer sample code
Brian Paul
2005-05-17
remove glmode stuff
Brian Paul
2005-05-17
updated demoCreatePbufferSurface()
Brian Paul
2005-05-17
update comments
Brian Paul
2005-05-17
more work on _eglConfigToContextModesRec()
Brian Paul
2005-05-17
Make EGL_NO_MODE_MESA work.
Jon Smirl
2005-05-17
added _eglInitPbufferSurface()
Brian Paul
2005-05-17
Fix several internal problems with generating the list of configs.
Jon Smirl
2005-05-16
Implement query of surface type.
Jon Smirl
2005-05-16
use EGLint instead of unsigned long for eglCopyContextMESA, added comments
Brian Paul
2005-05-16
separate ext strings with a space
Brian Paul
2005-05-16
s/Atrib/Attrib/, set extension enable flags
Brian Paul
2005-05-16
added boolean extension flags to _EGLDriver
Brian Paul
2005-05-16
restore _eglSetConfigAttrib (for now), added prototype ↵
Brian Paul
_eglConfigToContextModesRec()
2005-05-16
make _eglSetConfigAtrib() a static function, and rename it
Brian Paul
2005-05-16
minor tweaks
Brian Paul
2005-05-15
A few egl patches needed for glitz, mainly config BITS
Jon Smirl
2005-05-14
Add empty placeholder for eglCopyContextMESA
Jon Smirl
2005-05-14
Fix compile error in demo egl driver
Jon Smirl
2005-05-13
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
Seems to be mostly working. Not all of egl API is implemented.
2005-05-04
sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)
Brian Paul
2005-04-29
Fix include path to make build work
Jon Smirl
2005-04-22
initial EGL code
Brian Paul