egl_dri2: try swrastg_dri if swrast_dri fails
[mesa.git] / src / egl / drivers / dri2 / egl_dri2.c
2011-06-13 Chia-I Wuegl_dri2: try swrastg_dri if swrast_dri fails
2011-06-13 Chia-I Wuegl_dri2: add dri2_load_driver_swrast
2011-06-12 Benjamin Franzkeegl_dri2: Compare configs before matching them
2011-06-12 Benjamin Franzkeegl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
2011-05-13 Benjamin Franzkeegl_dri2: Discard similar configs
2011-05-13 Kristian Høgsbergegl_dri2: Make it possible to not compile in the X11...
2011-05-12 José Fonsecaegl/dri2: Avoid unused static functions.
2011-05-12 José Fonsecaegl/dri2: Prevent uninitialized variable dereference.
2011-05-12 José Fonsecaegl: Fix int <-> ptr casts.
2011-05-06 Kristian Høgsbergegl: Add a cursor use bit to MESA_drm_image
2011-05-06 Benjamin Franzkeegl/wayland-drm: Generalize interface
2011-03-26 Kristian Høgsbergegl_dri2: We don't actually support KHR_gl_texture_2D_image
2011-03-26 Kristian Høgsbergegl_dri2: Enable image extensions in one place
2011-03-06 Benjamin Franzkeegl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFE...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Benjamin Franzkeegl: Add EGL_WL_bind_wayland_display
2011-02-17 Haitao Fengegl_dri2: add swrast
2011-02-11 Benjamin Franzkeegl_dri2: Always unbind old contexts
2011-02-11 Benjamin Franzkeegl_dri2: Use double buffering for window surfaces
2011-02-07 Benjamin Franzkeegl_dri2: Add wayland platform
2011-02-07 Benjamin Franzkeegl_dri2: Enable pixmap bind_to_texture according to...
2011-02-03 Kristian Høgsbergegl_dri2: Split out drm platform implementation to...
2011-02-03 Kristian Høgsbergegl_dri2: Split out x11 platform code
2011-01-29 Chia-I Wuegl_dri2: Export glapi symbols for DRI drivers.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Chia-I Wuegl: Improve driver selection.
2011-01-13 Chia-I Wuegl: Simplify driver matching.
2011-01-13 Chia-I Wuegl: Cleanup _EGLDisplay initialization.
2011-01-12 Chia-I Wuegl_dri2: Fix eglGetProcAddress.
2011-01-10 Chia-I Wuegl: Make egl_dri2 and egl_glx built-in drivers.
2011-01-10 Chia-I Wuegl_dri2: Look up _glapi_get_proc_address dynamically.
2011-01-09 Juan Zhaodri2: release texture image.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-24 Chia-I Wuegl_dri2: Fix one context, multiple surfaces.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-17 Robert Hookeregl_dri2: Add missing intel chip ids.
2010-11-10 Chia-I Wuegl_dri2: Fix __DRI_DRI2 version 1 support.
2010-11-09 Alex Deucheregl_dri2: Add radeon chip ids
2010-10-26 Chia-I Wuegl_dri2: Fix a typo that make glFlush be called at...
2010-10-23 Chia-I Wuegl: Use reference counting to replace IsLinked or...
2010-10-23 Chia-I Wuegl: Minor changes to the _EGLConfig interface.
2010-10-22 Chia-I Wuegl: Parse image attributes with _eglParseImageAttribList.
2010-10-22 Chia-I Wuegl: Move attributes in _EGLImage to _EGLImageAttribs.
2010-10-22 Chia-I Wuegl_dri2: Drop the use of _egl[SG]etConfigKey.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-24 Ian Romanickegl: Fix several 'comparison between signed and unsigne...
2010-09-24 Ian RomanickEGL DRI2: Silence 'missing initializer' warnings
2010-09-24 Ian RomanickEGL DRI2: Silence piles of 'unused variable' warnings
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Jesse BarnesEGL DRI2: 0xa011 is Pineview not Ironlake
2010-09-13 Jesse BarnesEGL DRI2: add PCI ID for Ironlake mobile
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Kristian Høgsbergegl_dri2: Add support for MESA_image_drm
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Kristian Høgsbergegl_dri2: Set API version for DRM display
2010-07-29 Kristian Høgsbergegl_dri2: Implement EGL_KHR_surfaceless_* extensions
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-09 Kristian Høgsbergegl_dri2: Support _EGL_PLATFORM_DRM
2010-06-30 Chia-I Wuegl: Store configs in a dynamic array.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-23 Chia-I Wuegl: Introduce platform displays internally.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-29 Kristian Høgsbergegl_dri2: Split driver loading out into its own function
2010-05-29 Kristian Høgsbergegl_dri2: Check for xcb_connect() failure the right way
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Eric AnholtMake TLS EGL dri2 driver search path behavior match...
2010-05-14 Kristian Høgsbergegl: Implement EGL_NOK_swap_region
2010-05-13 Kristian Høgsbergegl_dri2: Downgrade initialization errors to warnings
2010-05-12 Kristian Høgsbergegl_dri2: Zero out driver struct
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-14 Kristian Høgsbergegl: Implement EGL_NOK_texture_from_pixmap
2010-04-28 Kristian Høgsbergegl_dri2: Use new DRI API to create a GLES1/2 context...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Micah Fedkeegl: dri2 driver error output
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-14 Kristian Høgsbergegl_dri2: Enable KHR_gl_texture_2D_image
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
next