summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)AuthorFilesLines
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov4-10/+28
2014-05-05st/egl: Flush resources before presentation (android - bug 77966)Paulo Sergio Travaglia1-0/+7
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace1-3/+15
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov3-1/+4
2014-02-11st/egl: automake: avoid exporting all symbolsEmil Velikov1-0/+1
2014-01-18st/egl: use loader util libEmil Velikov3-42/+6
2014-01-18loader: introduce the loader util libEmil Velikov2-0/+2
2014-01-13st/egl: Flush resources before presentationMartin Andersson3-0/+24
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2-2/+2
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2-0/+2
2013-11-16st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov4-23/+23
2013-10-11wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg1-2/+9
2013-10-09gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon1-1/+1
2013-10-03gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov1-9/+9
2013-10-01st/egl: flush resources before presentationGrigori Goronzy1-0/+11
2013-10-01st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov4-53/+53
2013-09-30st/egl: include u_format.h for util_format_get_blocksize()Brian Paul1-0/+1
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst2-3/+5
2013-08-07gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patchKristian Høgsberg3-7/+4
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira4-15/+22
2013-08-07gallium-egl: Don't add a listener for wl_drm twice in wayland platformAnder Conselvan de Oliveira1-1/+0
2013-08-07gallium-egl: Simplify native_wayland_drm_bufmgr_helper interfaceAnder Conselvan de Oliveira9-308/+276
2013-06-05mesa: remove outdated version lines in commentsRico Schüller35-35/+0
2013-05-03st/egl: fix bulid errors on Android 4.2Chia-I Wu1-23/+62
2013-03-19gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg5-5/+5
2013-03-19gallium/egl: fix out-of-tree buildAndreas Boll1-1/+1
2013-03-15wayland: fix segfault when using software renderingPhilipp Brüschweiler1-1/+1
2013-02-14egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg1-1/+1
2013-02-04gallium/egl: Fix include dirs for VPATH buildQuentin Glidic1-0/+1
2013-01-28android: use gralloc_drm_get_gem_handle apiTapani Pälli1-8/+2
2013-01-13Remove hacks for static MakefilesMatt Turner1-6/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10state_trackers/egl: Convert to automakeMatt Turner4-127/+111
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-3/+3
2013-01-03wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-1/+4
2012-12-11st/egl/drm: only unref the udev device if neededTobias Droste1-4/+5
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-2/+4
2012-12-04scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee1-2/+4
2012-11-07wayland: Destroy frame callback when destroying surfaceJonas Ådahl1-0/+3
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2-107/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg4-40/+94
2012-09-05Remove useless checks for NULL before freeingMatt Turner8-30/+15
2012-09-05Remove useless checks for NULL before freeingMatt Turner2-9/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-4/+4
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2-19/+19
2012-08-16wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler1-2/+3
2012-08-15st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.Michel Dänzer1-3/+3
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-3/+1
2012-07-19gallium-egl: Move wayland query_buffer implementationKristian Høgsberg7-32/+54