Revert the 'make static' part of 962f92611216e304c95e7c089b38d58066236014
[mesa.git] / src / egl /
2010-02-04 Chia-I Wuegl: Convert drivers to use typecast macros.
2010-02-04 Chia-I Wuegl: Add macros to define typecast functions.
2010-02-04 Igor Oliveiraegl: fix wrong argument. Use loader_data instead of...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Chia-I Wuegl: Rename _eglPreloadForEach callbacks.
2010-02-03 Chia-I Wuegl: Fix a potential segfault in driver suffix matching.
2010-02-03 Chia-I Wuegl: Remove unnecessary #ifdef's.
2010-02-03 Chia-I Wuegl: Ignore certain environment variables when setuid...
2010-02-03 Chia-I Wuegl: Add EGL_DRIVERS_PATH environment variable.
2010-02-01 Vinson Leeegl: Remove unnecessary headers.
2010-01-31 Chia-I Wuegl: Clean up surface attributes.
2010-01-31 Chia-I Wuegl: Add support for more EGLImage extensions to EGL...
2010-01-31 Chia-I Wuegl: Surface type validaction should depend on extensio...
2010-01-31 Chia-I Wuegl: Initialize display configs with the display.
2010-01-31 Chia-I Wuegl: Initialize display resources with their display.
2010-01-31 Chia-I Wuegl: Refactor _eglInitImage.
2010-01-31 Chia-I Wuegl: Refactor _eglInitContext.
2010-01-31 Chia-I Wuegl: Refactor _eglInitSurface.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-31 Chia-I Wuegl: Remove code blocks that are commented out.
2010-01-30 Chia-I Wuegl: Remove my_strdup.
2010-01-30 Chia-I Wuegl: Remove unused VisibleRefCount.
2010-01-30 Chia-I Wuegl: Rename Binding to CurrentContext in _EGLSurface.
2010-01-30 Chia-I Wuegl: Clean up header inclusions.
2010-01-28 Vinson Leeegl: Remove unnecessary headers.
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Chia-I Wuegl: Migrate drivers to use _eglBindContext.
2010-01-28 Chia-I Wuegl: Correctly unbind contexts in eglReleaseThread.
2010-01-28 Chia-I Wuegl: eglMakeCurrent should accept an uninitialized...
2010-01-28 Chia-I Wuegl: Add _eglBindContext.
2010-01-28 Chia-I Wuegl: Use a boolean to indicate whether a display is...
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Chia-I Wuegl: Remove _eglOpenDriver and _eglCloseDriver.
2010-01-26 Chia-I Wuegl: Fix a segfault when a display is initialized again.
2010-01-26 Chia-I Wuegl: Remove _eglGetCurrentSurface and _eglGetCurrentDis...
2010-01-26 Chia-I Wuegl: Fix leaks in eglReleaseThread.
2010-01-26 Chia-I Wuegl: Refactor _eglMakeCurrent.
2010-01-26 Chia-I Wuegl: Add _eglGetAPIContext.
2010-01-26 Chia-I Wuegl: Use a boolean to indicate whether a resource is...
2010-01-26 Chia-I Wuegl: Mark _eglCheckResource as PUBLIC.
2010-01-26 Chia-I Wuegl/xdri: Update with glxclient.h change.
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Chia-I Wuegl: Native types are renamed in EGL 1.3.
2010-01-25 Chia-I Wuegl: Make resource void pointer in _eglCheckResource.
2010-01-25 Chia-I Wuegl: Install EGL headers.
2010-01-25 Chia-I Wuegl: Add support for EGL_KHR_image.
2010-01-25 Chia-I Wuegl: Update headers.
2010-01-24 Chia-I Wuegl: Add and use make_library_path.
2010-01-24 Chia-I Wuegl: Remove _eglFindAPIs.
2010-01-24 Chia-I Wuegl: Remove unused helper functions.
2010-01-24 Chia-I Wuegl: Remove unused casting functions.
2010-01-24 Chia-I Wuegl: Make surfaces and contexts resources.
2010-01-24 Chia-I Wuegl: Add _EGLResource and _EGLResourceType.
2010-01-24 Chia-I Wuegl: Move surface functions in egldisplay.[ch] to eglsu...
2010-01-24 Chia-I Wuegl: Move context functions in egldisplay.[ch] to eglco...
2010-01-23 Chia-I Wuegl: Install drivers to ${libdir}/egl.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Chia-I Wuegl: Remove egl_softpipe.
2010-01-22 Chia-I Wuegl: Remove the demo driver.
2010-01-22 Chia-I Wuegl_xdri: Add support for DRISW.
2010-01-22 Chia-I Wuegl_xdri: Flush commands on context switch and buffer...
2010-01-22 Chia-I Wuegl_xdri: Report only OpenGL support.
2010-01-22 Chia-I Wuegl_xdri: Do not reinitialize in __glXInitialize.
2010-01-22 Chia-I Wuegl_glx: Report only OpenGL support.
2010-01-22 Chia-I Wuegl: Update driver Makefiles.
2010-01-22 Chia-I Wuegl: Add Makefile.template for EGL drivers.
2010-01-20 Alan CoopersmithCopy __FUNCTION__ portability #defines from mesa/compil...
2010-01-20 Chia-I Wuegl: Add a simple cache for driver probe.
2010-01-20 Chia-I Wuegl: Improve driver matching.
2010-01-20 Chia-I Wuegl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
2010-01-20 Chia-I Wuegl: Remove unused driver and display functions.
2010-01-20 Chia-I Wuegl: Use _eglPreloadDrivers.
2010-01-20 Chia-I Wuegl: Add _eglPreloadDrivers.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Alan CoopersmithSun compilers now support some gcc __attribute__ values
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-12 Chia-I Wuegl: Add _EGLDriver as the first argument to GetProcAdd...
2010-01-12 Chia-I Wuegl_xdri: Fix build breakage.
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-12 Chia-I Wuegl: EGL_SCREEN_BIT_MESA is a valid bit.
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-10 Chia-I Wuegl: Clean up the Makefile rules.
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Chia-I Wuegl: Fix breakage from -fvisibility=hidden.
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-04 Kristian HøgsbergRemove leftover __DRI{screen,drawable,context}Private...
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
next