summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-223-1/+4
* st/egl: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* st/egl: use loader util libEmil Velikov2014-01-183-42/+6
* loader: introduce the loader util libEmil Velikov2014-01-182-0/+2
* st/egl: Flush resources before presentationMartin Andersson2014-01-133-0/+24
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-132-2/+2
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-102-0/+2
* st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov2013-11-164-23/+23
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-111-2/+9
* gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon2013-10-091-1/+1
* gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov2013-10-031-9/+9
* st/egl: flush resources before presentationGrigori Goronzy2013-10-011-0/+11
* st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov2013-10-014-53/+53
* st/egl: include u_format.h for util_format_get_blocksize()Brian Paul2013-09-301-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-112-3/+5
* gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patchKristian Høgsberg2013-08-073-7/+4
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-074-15/+22
* gallium-egl: Don't add a listener for wl_drm twice in wayland platformAnder Conselvan de Oliveira2013-08-071-1/+0
* gallium-egl: Simplify native_wayland_drm_bufmgr_helper interfaceAnder Conselvan de Oliveira2013-08-079-308/+276
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0535-35/+0
* st/egl: fix bulid errors on Android 4.2Chia-I Wu2013-05-031-23/+62
* gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg2013-03-195-5/+5
* gallium/egl: fix out-of-tree buildAndreas Boll2013-03-191-1/+1
* wayland: fix segfault when using software renderingPhilipp Brüschweiler2013-03-151-1/+1
* egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg2013-02-141-1/+1
* gallium/egl: Fix include dirs for VPATH buildQuentin Glidic2013-02-041-0/+1
* android: use gralloc_drm_get_gem_handle apiTapani Pälli2013-01-281-8/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/egl: Convert to automakeMatt Turner2013-01-104-127/+111
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-3/+3
* wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl2013-01-031-1/+4
* st/egl/drm: only unref the udev device if neededTobias Droste2012-12-111-4/+5
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-2/+4
* scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee2012-12-041-2/+4
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-172-107/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-174-40/+94
* Remove useless checks for NULL before freeingMatt Turner2012-09-058-30/+15
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-9/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-4/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-052-19/+19
* wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler2012-08-161-2/+3
* st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.Michel Dänzer2012-08-151-3/+3
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4