summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-10-31mesa: Remember client active texture in _mesa_meta_draw_tex.android-x86-1.6Chia-I Wu
2009-10-23intel: Correct support for GL_BGRA.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-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-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-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
2009-09-14mesa/swrast: Define _swrast_UpdateTexturePalette to NULL.Chia-I Wu
2009-09-14glapi: Respect IN_DRI_DRIVER in extension_helper.h.Chia-I Wu
2009-09-14es/main: Report GL_OES_draw_texture only when enabled.Chia-I Wu
2009-09-14es/st: Move state tracker code to mesa/st.Chia-I Wu
2009-09-14es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu
2009-09-13mesa/swrast: Respect mfeatures.h.Chia-I Wu
2009-09-13mesa/tnl: Respect mfeatures.h.Chia-I Wu
2009-09-13es/main: Better glGetString support.Chia-I Wu
2009-09-13es/glapi: Remove unnecessary extensions from es_COMPAT.Chia-I Wu
2009-09-13mesa: New feature FEATURE_beginend.Chia-I Wu
2009-09-12mesa/es: Add OpenGL ES overlay.Chia-I Wu
2009-09-12mesa/es: Add OpenGL ES XMLs.Chia-I Wu
2009-09-12glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu
2009-09-12glapi: Prefix includes with glapi.Chia-I Wu
2009-09-12mesa/main: Add point size array.Chia-I Wu
2009-09-12mesa: silence warningBrian Paul
2009-09-12st: added preprocessor test for FEATURE_texture_s3tcBrian Paul
2009-09-12mesa: fix set_tex_parameteri() callBrian Paul
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_s3tc is disabled.Chia-I Wu
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_fxt1 is disabled.Chia-I Wu
2009-09-12mesa/main: Export null texformat operations.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu