summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/x11
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2011-01-26st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-10st/egl: Fix a void pointer arithmetic warning.Chia-I Wu
2010-12-22st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu
2010-12-22st/egl: Remove native_config::samples.Chia-I Wu
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu
2010-12-22st/egl: Make config optional for create_pixmap_surface.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-09st/egl: Fix build for include files in nonstandard placesThomas Hellstrom
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg
2010-07-20st/egl: Fixes for recent GLX cleanup.Chia-I Wu
2010-07-06st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu
2010-07-03st/egl: Remove unnecessary headers.Vinson Lee
2010-06-29egl: Remove st/egl probe code.Chia-I Wu
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu
2010-06-29st/egl: One driver per hardware.Chia-I Wu
2010-06-29st/egl: Introduce native_platform.Chia-I Wu
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu
2010-05-31st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu
2010-05-31st/egl: Update ximage backend to use resource_surface.Chia-I Wu
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-05-17st/egl: adapt to interface changesRoland Scheidegger
2010-04-20st/egl: No need to use drm_api argument structJakob Bornecrantz
2010-04-16st/egl: Remove unnecessary header.Vinson Lee
2010-04-12st/egl: Request the front buffer as needed.Chia-I Wu
2010-04-12st/egl: Fix DRI2 on old X serversJakob Bornecrantz
2010-04-11st/egl: Follow the portability guide.Chia-I Wu
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell