summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/egl_dri2.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-31egl_dri2: set ctx->WindowRenderBufferChia-I Wu1-0/+6
2011-08-28egl_dri2: add support for AndroidChia-I Wu1-0/+10
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu1-1/+22
2011-08-14Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan1-2/+19
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke1-0/+7
2011-07-14Rename swrastg_dri to swrast_driMarek Olšák1-5/+0
2011-07-06Fixes for leaks reported by cppcheck.Völgyes Dávid1-2/+6
2011-06-27egl: Fix Terminate with shared gbm screensBenjamin Franzke1-2/+6
2011-06-24egl_dri2: Build drm platform only if enabledBenjamin Franzke1-0/+2
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke1-34/+42
2011-06-13egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu1-0/+6
2011-06-13egl_dri2: add dri2_load_driver_swrastChia-I Wu1-16/+40
2011-06-12egl_dri2: Compare configs before matching themBenjamin Franzke1-1/+13
2011-06-12egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke1-2/+16
2011-05-13egl_dri2: Discard similar configsBenjamin Franzke1-4/+2
2011-05-13egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg1-0/+4
2011-05-12egl/dri2: Avoid unused static functions.José Fonseca1-1/+1
2011-05-12egl/dri2: Prevent uninitialized variable dereference.José Fonseca1-2/+5
2011-05-12egl: Fix int <-> ptr casts.José Fonseca1-2/+2
2011-05-06egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg1-1/+4
2011-05-06egl/wayland-drm: Generalize interfaceBenjamin Franzke1-17/+54
2011-03-26egl_dri2: We don't actually support KHR_gl_texture_2D_imageKristian Høgsberg1-1/+0
2011-03-26egl_dri2: Enable image extensions in one placeKristian Høgsberg1-0/+7
2011-03-07egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke1-0/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+94
2011-02-16egl_dri2: add swrastHaitao Feng1-34/+107
2011-02-10egl_dri2: Always unbind old contextsBenjamin Franzke1-10/+11
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke1-16/+59
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke1-0/+6
2011-02-07egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke1-1/+2
2011-02-03egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg1-594/+1
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg1-825/+8
2011-01-30egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu1-10/+23
2011-01-13egl: Improve driver selection.Chia-I Wu1-0/+4
2011-01-13egl: Simplify driver matching.Chia-I Wu1-0/+4
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-18/+15
2011-01-12egl_dri2: Fix eglGetProcAddress.Chia-I Wu1-1/+2
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu1-1/+1
2011-01-10egl_dri2: Look up _glapi_get_proc_address dynamically.Chia-I Wu1-15/+45
2011-01-09dri2: release texture image.Juan Zhao1-4/+25
2010-11-24egl_dri2: Fix one context, multiple surfaces.Chia-I Wu1-1/+5
2010-11-17egl_dri2: Add missing intel chip ids.Robert Hooker1-0/+12
2010-11-10egl_dri2: Fix __DRI_DRI2 version 1 support.Chia-I Wu1-1/+1
2010-11-08egl_dri2: Add radeon chip idsAlex Deucher1-0/+427
2010-10-26egl_dri2: Fix a typo that make glFlush be called at wrong time.Chia-I Wu1-1/+1
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu1-10/+25
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu1-1/+1
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu1-81/+30
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu1-4/+4
2010-10-22egl_dri2: Drop the use of _egl[SG]etConfigKey.Chia-I Wu1-11/+9