aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Remove.Jose Fonseca2015-03-0419-4401/+0
* gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov2014-05-252-9/+12
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+15
* st/egl: Flush resources before presentationMartin Andersson2014-01-132-0/+20
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+1
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-111-2/+9
* gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov2013-10-031-9/+9
* 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
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-074-15/+22
* gallium-egl: Simplify native_wayland_drm_bufmgr_helper interfaceAnder Conselvan de Oliveira2013-08-074-125/+223
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0518-18/+0
* gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg2013-03-192-2/+2
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+2
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-2/+4
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+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-194-29/+48
* 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
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-111-3/+2
* 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-151-1/+1
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* android: add support for ICSChia-I Wu2011-11-252-4/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* st/egl: add support for null platformChia-I Wu2011-09-202-0/+9
* 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-084-10/+32
* st/egl: track changes to drop wl_visual in waylandChia-I Wu2011-09-082-6/+20
* st/egl: add android backendChia-I Wu2011-08-214-0/+42
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* st/egl: fix a typoChia-I Wu2011-07-011-2/+2
* st/egl: remove unused headerChia-I Wu2011-07-011-3/+0
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-293-16/+6
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-252-29/+33
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-36/+6
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-254-42/+59
* st/egl: reorganize backend initializationChia-I Wu2011-06-252-21/+34
* st/egl: make native_buffer interface typedChia-I Wu2011-06-244-49/+133
* st/egl: drop guess_gl_api from egl_g3d_loaderChia-I Wu2011-06-241-1/+0