summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)AuthorFilesLines
2012-05-12scons: Fix missing gbm symbols in st/egl.José Fonseca1-3/+5
2012-04-30egl-fbdev: Fix compile-error by including errno.hDavid Herrmann1-0/+1
2012-04-03st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke1-3/+8
2012-03-27st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke1-1/+0
2012-03-11egl/drm: Include errno.hJosé Fonseca1-0/+1
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries4-4/+38
2012-03-05wayland: Use new wl_display_disconnectBenjamin Franzke2-2/+2
2012-02-20st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee1-9/+9
2012-01-17Complete ARGB8888 naming convention format renames missedScott Moreau1-4/+3
2012-01-11wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg5-32/+16
2011-12-24egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers1-2/+3
2011-12-20st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu1-8/+21
2011-12-20st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2-2/+24
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu4-14/+0
2011-12-15st/egl: fix compiler warningsChia-I Wu2-3/+3
2011-12-15st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund3-20/+51
2011-12-15st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund3-3/+46
2011-11-25android: add support for ICSChia-I Wu3-13/+22
2011-11-25st/egl: fix a crash in Android backendChia-I Wu1-3/+4
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-1/+1
2011-10-04egl: restore missing \ in MakefileBrian Paul1-1/+1
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-3/+3
2011-09-20st/egl: add support for null platformChia-I Wu4-2/+213
2011-09-08st/egl: Fix GDI build.José Fonseca1-1/+1
2011-09-08st/egl: add premultiplied alpha support to waylandBenjamin Franzke4-4/+24
2011-09-08st/egl: correctly return configs under waylandBenjamin Franzke4-23/+98
2011-09-08Revert "st/egl: correctly return configs under wayland"Chia-I Wu4-113/+30
2011-09-08Revert "st/egl: add premultiplied alpha support to wayland"Chia-I Wu4-32/+3
2011-09-08st/egl: add premultiplied alpha support to waylandChia-I Wu4-3/+32
2011-09-08st/egl: correctly return configs under waylandChia-I Wu4-30/+113
2011-09-08st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu3-7/+25
2011-09-08st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu1-1/+10
2011-09-08st/egl: add native_present_controlChia-I Wu11-49/+57
2011-09-08st/egl: track changes to drop wl_visual in waylandChia-I Wu4-20/+44
2011-09-08st/egl: track server side wayland changesChia-I Wu2-2/+2
2011-09-08st/egl: use new wl_callback mechanism in waylandChia-I Wu2-49/+30
2011-08-27android: make DRM optionalChia-I Wu2-2/+22
2011-08-21st/egl: add a missing includeChia-I Wu1-0/+1
2011-08-21st/egl: improve error loggingChia-I Wu1-2/+3
2011-08-21st/egl: add buffer preserving support to AndroidChia-I Wu1-4/+67
2011-08-21st/egl: improve buffer cache for AndroidChia-I Wu1-31/+73
2011-08-21st/egl: swapping without a buffer is not an errorChia-I Wu1-1/+1
2011-08-21st/egl: use HAL formats for Android backendChia-I Wu1-26/+15
2011-08-21android: build st/egl with android backendChia-I Wu1-0/+54
2011-08-21st/egl: add android backendChia-I Wu5-0/+781
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2-5/+22
2011-07-29st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu1-3/+4
2011-07-10st/egl: fix linking errorsChia-I Wu1-0/+18
2011-07-01st/egl: fix a typoChia-I Wu1-2/+2
2011-07-01st/egl: remove unused headerChia-I Wu1-3/+0