summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-31mesa: Remember client active texture in _mesa_meta_draw_tex.android-x86-1.6Chia-I Wu
2009-10-30egl_android: Update native buffer only when it is really changed.Chia-I Wu
2009-10-27egl_android: Decide image config by matching the native pixmap.Chia-I Wu
2009-10-27egl_android: Set surface type and native visual type.Chia-I Wu
2009-10-23intel: Correct support for GL_BGRA.Chia-I Wu
2009-10-22egl: Unlink image before destroying it.Chia-I Wu
2009-10-22egl_android: Wrong attribute is passed.Chia-I Wu
2009-09-29egl_android: Install customized logger.Chia-I Wu
2009-09-29egl: Improve logging facility.Chia-I Wu
2009-09-29egl: Allow binding to any client API.Chia-I Wu
2009-09-29egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu
2009-09-29egl: Better report of driver loading error.Chia-I Wu
2009-09-28egl: Allow driver to be built-in.Chia-I Wu
2009-09-24egl_android: Minor fixes to image surface.Chia-I Wu
2009-09-24egl_android: Refactor tiling support.Chia-I Wu
2009-09-24egl_android: Merge tiling support from eagle.Chia-I Wu
2009-09-23Merge branch 'mesa-es' into androidChia-I Wu
2009-09-23mesa: Pixel zoom should be ignored in _mesa_meta_draw_tex.Chia-I Wu
2009-09-23es: Add support for GL_ARB_texture_non_power_of_two.Chia-I Wu
2009-09-18egl_android: Add untested support for EGLImage.Chia-I Wu
2009-09-18egl_android: Initialize __DRIbuffer properly.Chia-I Wu
2009-09-18egl_android: Remove unused variables.Chia-I Wu
2009-09-18egl_android: New EGL driver for Android.Chia-I Wu
2009-09-18es: Turn of FEATURE_es2_glsl.Chia-I Wu
2009-09-16Build libes1api.a.Chia-I Wu
2009-09-16mesa: Rename libmesa.a to libes1.a.Chia-I Wu
2009-09-15mesa: Save META_SHADER in _mesa_meta_draw_tex.Chia-I Wu
2009-09-15Merge commit 'eee/mesa-es' into androidChia-I Wu
2009-09-15mesa: Fix a division in _mesa_meta_draw_tex.Chia-I Wu
2009-09-15intel: Add support for GL_OES_draw_texture.Chia-I Wu
2009-09-15mesa: Add _mesa_meta_draw_tex.Chia-I Wu
2009-09-15mesa/tnl: Add support for GL_FIXED in _tnl_import_array.Chia-I Wu
2009-09-15Update Android.mk for recent merge.Chia-I Wu
2009-09-15intel: Fix DRI CopyBuffer extension.Chia-I Wu
2009-09-15es: Pre-generate ES1 source files.Chia-I Wu
2009-09-15Merge commit 'eee/mesa-es' into androidChia-I Wu
2009-09-15egl_xdri: Check that FlushCurrentContext is available.Chia-I Wu
2009-09-14intel: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14es: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14es/glapi: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14glapi: Generate typedef for GLeglImageOES.Chia-I Wu
2009-09-14es: Check OES_draw_texture is enabled.Chia-I Wu
2009-09-14egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu
2009-09-14egl_xdri: Implement eglCreateImageKHR.Chia-I Wu
2009-09-14egl: Add support for EGL_KHR_image_base.Chia-I Wu
2009-09-14egl: Update eglext.h to version 3.Chia-I Wu
2009-09-14i915: Build i915_dri with libes1.a.Chia-I Wu
2009-09-14es: Build libesX.a.Chia-I Wu
2009-09-14i915: Respect mfeatures.h.Chia-I Wu
2009-09-14dri/common: Protect driDispatchRemapTable with IN_DRIVER_DRIVER.Chia-I Wu