summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-31mesa: Remember client active texture in _mesa_meta_draw_tex.android-x86-1.6Chia-I Wu1-0/+7
2009-10-30egl_android: Update native buffer only when it is really changed.Chia-I Wu1-8/+12
2009-10-27egl_android: Decide image config by matching the native pixmap.Chia-I Wu4-78/+41
2009-10-27egl_android: Set surface type and native visual type.Chia-I Wu6-5/+68
2009-10-23intel: Correct support for GL_BGRA.Chia-I Wu2-1/+3
2009-10-22egl: Unlink image before destroying it.Chia-I Wu1-0/+1
2009-10-22egl_android: Wrong attribute is passed.Chia-I Wu1-2/+4
2009-09-29egl_android: Install customized logger.Chia-I Wu1-0/+24
2009-09-29egl: Improve logging facility.Chia-I Wu3-54/+145
2009-09-29egl: Allow binding to any client API.Chia-I Wu5-42/+19
2009-09-29egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu1-0/+4
2009-09-29egl: Better report of driver loading error.Chia-I Wu1-23/+29
2009-09-28egl: Allow driver to be built-in.Chia-I Wu3-59/+74
2009-09-24egl_android: Minor fixes to image surface.Chia-I Wu1-0/+5
2009-09-24egl_android: Refactor tiling support.Chia-I Wu1-58/+105
2009-09-24egl_android: Merge tiling support from eagle.Chia-I Wu1-1/+92
2009-09-23Merge branch 'mesa-es' into androidChia-I Wu2-9/+7
2009-09-23mesa: Pixel zoom should be ignored in _mesa_meta_draw_tex.Chia-I Wu1-2/+2
2009-09-23es: Add support for GL_ARB_texture_non_power_of_two.Chia-I Wu1-0/+3
2009-09-18egl_android: Add untested support for EGLImage.Chia-I Wu4-7/+257
2009-09-18egl_android: Initialize __DRIbuffer properly.Chia-I Wu1-0/+1
2009-09-18egl_android: Remove unused variables.Chia-I Wu1-4/+0
2009-09-18egl_android: New EGL driver for Android.Chia-I Wu9-1/+1667
2009-09-18es: Turn of FEATURE_es2_glsl.Chia-I Wu2-4/+2
2009-09-16Build libes1api.a.Chia-I Wu1-0/+19
2009-09-16mesa: Rename libmesa.a to libes1.a.Chia-I Wu1-2/+2
2009-09-15mesa: Save META_SHADER in _mesa_meta_draw_tex.Chia-I Wu1-7/+2
2009-09-15Merge commit 'eee/mesa-es' into androidChia-I Wu5-0/+165
2009-09-15mesa: Fix a division in _mesa_meta_draw_tex.Chia-I Wu1-4/+7
2009-09-15intel: Add support for GL_OES_draw_texture.Chia-I Wu2-0/+6
2009-09-15mesa: Add _mesa_meta_draw_tex.Chia-I Wu2-0/+144
2009-09-15mesa/tnl: Add support for GL_FIXED in _tnl_import_array.Chia-I Wu1-0/+12
2009-09-15Update Android.mk for recent merge.Chia-I Wu5-30/+36
2009-09-15intel: Fix DRI CopyBuffer extension.Chia-I Wu1-1/+1
2009-09-15es: Pre-generate ES1 source files.Chia-I Wu7-0/+19547
2009-09-15Merge commit 'eee/mesa-es' into androidChia-I Wu3067-92504/+551174
2009-09-15egl_xdri: Check that FlushCurrentContext is available.Chia-I Wu1-1/+2
2009-09-14intel: Add support for GL_OES_EGL_image.Chia-I Wu7-0/+209
2009-09-14es: Add support for GL_OES_EGL_image.Chia-I Wu9-0/+217
2009-09-14es/glapi: Add support for GL_OES_EGL_image.Chia-I Wu1-0/+14
2009-09-14glapi: Generate typedef for GLeglImageOES.Chia-I Wu1-0/+2
2009-09-14es: Check OES_draw_texture is enabled.Chia-I Wu1-2/+7
2009-09-14egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu1-6/+23
2009-09-14egl_xdri: Implement eglCreateImageKHR.Chia-I Wu2-0/+218
2009-09-14egl: Add support for EGL_KHR_image_base.Chia-I Wu11-1/+316
2009-09-14egl: Update eglext.h to version 3.Chia-I Wu1-6/+17
2009-09-14i915: Build i915_dri with libes1.a.Chia-I Wu2-4/+105
2009-09-14es: Build libesX.a.Chia-I Wu1-3/+3
2009-09-14i915: Respect mfeatures.h.Chia-I Wu5-9/+24
2009-09-14dri/common: Protect driDispatchRemapTable with IN_DRIVER_DRIVER.Chia-I Wu1-0/+8