summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/egl_drm/intel
Commit message (Expand)AuthorAgeFilesLines
* rather than use CRTC 1 (aka LVDS), try and setup all connectors/encodersAlan Hourihane2008-08-171-19/+92
* i915: Takedown EGL screenJakob Bornecrantz2008-07-081-10/+71
* i915: Use deviceID in EGL device createJakob Bornecrantz2008-07-081-1/+1
* i915: Complete the screen -> device renamingJakob Bornecrantz2008-07-084-10/+10
* i915: Renamed intel_screen to intel_deviceJakob Bornecrantz2008-07-086-23/+23
* i915: Fix wrong pointer to cleanupJakob Bornecrantz2008-07-071-1/+1
* i915: Fix EGL make currentJakob Bornecrantz2008-07-071-5/+8
* i915: More cleanup of displayJakob Bornecrantz2008-07-071-0/+2
* i915: Fetch the real deviceID for EGLJakob Bornecrantz2008-07-073-4/+34
* i915: Destruction of surface, context and device in EGLJakob Bornecrantz2008-07-074-9/+65
* i915: Fix EGL version and nameJakob Bornecrantz2008-07-051-1/+2
* i915: Fix haveDepth and haveStencil for visual in EGLJakob Bornecrantz2008-07-051-0/+2
* i915: Clean up intel_egl.c a bitJakob Bornecrantz2008-07-041-21/+3
* i915: EGL almost works againJakob Bornecrantz2008-07-036-40/+67
* i915: Moved EGL_i915 to the common codeJakob Bornecrantz2008-06-0624-5741/+184
* i915: Get up to date with the latest EGL changesJakob Bornecrantz2008-05-291-1/+1
* i915: Don't segfault on buffer allocation errorJakob Bornecrantz2008-05-281-1/+2
* i915: Make EGL_i915 compileJakob Bornecrantz2008-05-281-3/+3
* i915: Make EGL_i915 segfault if modesetting is not workingJakob Bornecrantz2008-05-281-1/+4
* i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz2008-05-231-2/+14
* i915: Added EGL winsysJakob Bornecrantz2008-05-1426-0/+6956