summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-114-4/+38
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-052-2/+2
* st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee2012-02-201-9/+9
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-171-4/+3
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-115-32/+16
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* st/egl: fix compiler warningsChia-I Wu2011-12-152-3/+3
* st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund2011-12-153-20/+51
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* android: add support for ICSChia-I Wu2011-11-253-13/+22
* st/egl: fix a crash in Android backendChia-I Wu2011-11-251-3/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-3/+3
* st/egl: add support for null platformChia-I Wu2011-09-204-2/+213
* st/egl: Fix GDI build.José Fonseca2011-09-081-1/+1
* st/egl: add premultiplied alpha support to waylandBenjamin Franzke2011-09-084-4/+24
* st/egl: correctly return configs under waylandBenjamin Franzke2011-09-084-23/+98
* Revert "st/egl: correctly return configs under wayland"Chia-I Wu2011-09-084-113/+30
* Revert "st/egl: add premultiplied alpha support to wayland"Chia-I Wu2011-09-084-32/+3
* st/egl: add premultiplied alpha support to waylandChia-I Wu2011-09-084-3/+32
* st/egl: correctly return configs under waylandChia-I Wu2011-09-084-30/+113
* st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-083-7/+25
* st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-081-1/+10
* st/egl: add native_present_controlChia-I Wu2011-09-0811-49/+57
* st/egl: track changes to drop wl_visual in waylandChia-I Wu2011-09-084-20/+44
* st/egl: track server side wayland changesChia-I Wu2011-09-082-2/+2
* st/egl: use new wl_callback mechanism in waylandChia-I Wu2011-09-082-49/+30
* android: make DRM optionalChia-I Wu2011-08-272-2/+22
* st/egl: add a missing includeChia-I Wu2011-08-211-0/+1
* st/egl: improve error loggingChia-I Wu2011-08-211-2/+3
* st/egl: add buffer preserving support to AndroidChia-I Wu2011-08-211-4/+67
* st/egl: improve buffer cache for AndroidChia-I Wu2011-08-211-31/+73
* st/egl: swapping without a buffer is not an errorChia-I Wu2011-08-211-1/+1
* st/egl: use HAL formats for Android backendChia-I Wu2011-08-211-26/+15
* android: build st/egl with android backendChia-I Wu2011-08-211-0/+54
* st/egl: add android backendChia-I Wu2011-08-215-0/+781
* egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-042-5/+22
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* st/egl: fix linking errorsChia-I Wu2011-07-101-0/+18
* st/egl: fix a typoChia-I Wu2011-07-011-2/+2
* st/egl: remove unused headerChia-I Wu2011-07-011-3/+0
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-0/+1
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-293-16/+6
* st/egl: update fbdev backendChia-I Wu2011-06-281-144/+190
* egl: Fix Terminate with shared gbm screensBenjamin Franzke2011-06-271-0/+2
* st/egl: fix a compile errorChia-I Wu2011-06-261-2/+1