Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | egl_android: Refactor tiling support. | Chia-I Wu | |
2009-09-24 | egl_android: Merge tiling support from eagle. | Chia-I Wu | |
2009-09-23 | Merge branch 'mesa-es' into android | Chia-I Wu | |
2009-09-23 | mesa: Pixel zoom should be ignored in _mesa_meta_draw_tex. | Chia-I Wu | |
2009-09-23 | es: Add support for GL_ARB_texture_non_power_of_two. | Chia-I Wu | |
2009-09-18 | egl_android: Add untested support for EGLImage. | Chia-I Wu | |
2009-09-18 | egl_android: Initialize __DRIbuffer properly. | Chia-I Wu | |
2009-09-18 | egl_android: Remove unused variables. | Chia-I Wu | |
2009-09-18 | egl_android: New EGL driver for Android. | Chia-I Wu | |
2009-09-18 | es: Turn of FEATURE_es2_glsl. | Chia-I Wu | |
2009-09-16 | Build libes1api.a. | Chia-I Wu | |
2009-09-16 | mesa: Rename libmesa.a to libes1.a. | Chia-I Wu | |
2009-09-15 | mesa: Save META_SHADER in _mesa_meta_draw_tex. | Chia-I Wu | |
2009-09-15 | Merge commit 'eee/mesa-es' into android | Chia-I Wu | |
2009-09-15 | mesa: Fix a division in _mesa_meta_draw_tex. | Chia-I Wu | |
Both crop rectangle and texture dimensions are integers. Cast to get float division. | |||
2009-09-15 | intel: Add support for GL_OES_draw_texture. | Chia-I Wu | |
2009-09-15 | mesa: Add _mesa_meta_draw_tex. | Chia-I Wu | |
2009-09-15 | mesa/tnl: Add support for GL_FIXED in _tnl_import_array. | Chia-I Wu | |
2009-09-15 | Update Android.mk for recent merge. | Chia-I Wu | |
2009-09-15 | intel: Fix DRI CopyBuffer extension. | Chia-I Wu | |
2009-09-15 | es: Pre-generate ES1 source files. | Chia-I Wu | |
2009-09-15 | Merge commit 'eee/mesa-es' into android | Chia-I Wu | |
2009-09-15 | egl_xdri: Check that FlushCurrentContext is available. | Chia-I Wu | |
2009-09-14 | intel: Add support for GL_OES_EGL_image. | Chia-I Wu | |
This is primitive and some pathes are not tested. | |||
2009-09-14 | es: Add support for GL_OES_EGL_image. | Chia-I Wu | |
2009-09-14 | es/glapi: Add support for GL_OES_EGL_image. | Chia-I Wu | |
2009-09-14 | glapi: Generate typedef for GLeglImageOES. | Chia-I Wu | |
2009-09-14 | es: Check OES_draw_texture is enabled. | Chia-I Wu | |
2009-09-14 | egl_xdri: Flush commands on context switch and buffer swap. | Chia-I Wu | |
The corresponding DRI functions does not flush for us. | |||
2009-09-14 | egl_xdri: Implement eglCreateImageKHR. | Chia-I Wu | |
2009-09-14 | egl: Add support for EGL_KHR_image_base. | Chia-I Wu | |
Individual drivers still need to implement the API hooks. | |||
2009-09-14 | egl: Update eglext.h to version 3. | Chia-I Wu | |
2009-09-14 | i915: Build i915_dri with libes1.a. | Chia-I Wu | |
2009-09-14 | es: Build libesX.a. | Chia-I Wu | |
2009-09-14 | i915: Respect mfeatures.h. | Chia-I Wu | |
2009-09-14 | dri/common: Protect driDispatchRemapTable with IN_DRIVER_DRIVER. | Chia-I Wu | |
2009-09-14 | mesa/swrast: Define _swrast_UpdateTexturePalette to NULL. | Chia-I Wu | |
This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS. | |||
2009-09-14 | glapi: Respect IN_DRI_DRIVER in extension_helper.h. | Chia-I Wu | |
This allows extension_helper.h to be used with IN_DRI_DRIVER undefined. In such case, generate macros for source level compatibility. | |||
2009-09-14 | es/main: Report GL_OES_draw_texture only when enabled. | Chia-I Wu | |
2009-09-14 | es/st: Move state tracker code to mesa/st. | Chia-I Wu | |
State tracker is one of the mesa drivers. It should not belong to the es overlay. | |||
2009-09-14 | es: Proper support for FEATURE_OES_draw_texture. | Chia-I Wu | |
Update default extensions and add DrawTex driver function. | |||
2009-09-13 | mesa/swrast: Respect mfeatures.h. | Chia-I Wu | |
FEATURE_accum, FEATURE_convolve, FEATURE_colortable, and FEATURE_drawpix cover part of the functionalities of swrast module. Disable them when the features are disabled. | |||
2009-09-13 | mesa/tnl: Respect mfeatures.h. | Chia-I Wu | |
_tnl_RasterPos should be disabled with FEATURE_rastpos. | |||
2009-09-13 | es/main: Better glGetString support. | Chia-I Wu | |
2009-09-13 | es/glapi: Remove unnecessary extensions from es_COMPAT. | Chia-I Wu | |
After disabling FEATURE_beginend, many of the extensions defined for compatibility are not needed anymore. | |||
2009-09-13 | mesa: New feature FEATURE_beginend. | Chia-I Wu | |
This feature corresponds to the Begin/End paradigm. Disabling this feature also eliminates the use of GLvertexformat completely. | |||
2009-09-12 | progs/es: Link to libX11. | Chia-I Wu | |
2009-09-12 | es: fix comment | Brian Paul | |
2009-09-12 | es: OpenGL ES 2.x demo programs | Brian Paul | |
2009-09-12 | es: updated Makefile comment | Brian Paul | |