summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/x11
Commit message (Expand)AuthorAgeFilesLines
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-4/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-052-19/+19
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-191-1/+2
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-1/+9
* st/egl: fix compiler warningsChia-I Wu2011-12-151-2/+2
* st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund2011-12-153-20/+51
* st/egl: add native_present_controlChia-I Wu2011-09-082-10/+6
* st/egl: fix linking errorsChia-I Wu2011-07-101-0/+18
* st/egl: fix a compile errorChia-I Wu2011-06-261-2/+1
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-252-14/+27
* st/egl: add a fast path for ximage eglCopyBuffersChia-I Wu2011-06-251-1/+40
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-252-0/+3
* st/egl: reorganize backend initializationChia-I Wu2011-06-254-53/+41
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-133-0/+92
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-1/+1
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-261-1/+1
* egl: Improve driver selection.Chia-I Wu2011-01-131-11/+17
* st/egl: Fix a void pointer arithmetic warning.Chia-I Wu2011-01-101-1/+1
* st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu2010-12-221-4/+36
* st/egl: Remove native_config::samples.Chia-I Wu2010-12-221-1/+0
* st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-222-4/+0
* st/egl: Make config optional for create_pixmap_surface.Chia-I Wu2010-12-222-45/+76
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-0/+1
* st/egl: Fix build for include files in nonstandard placesThomas Hellstrom2010-11-091-0/+1
* st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-032-4/+0
* st/egl: Add native_surface::present callback.Chia-I Wu2010-11-032-1/+62
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-133-2/+183
* st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-301-4/+0
* glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri2010-09-221-0/+11
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* st/egl: Fixes for recent GLX cleanup.Chia-I Wu2010-07-202-19/+45
* st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu2010-07-064-41/+79
* st/egl: Remove unnecessary headers.Vinson Lee2010-07-031-3/+0
* egl: Remove st/egl probe code.Chia-I Wu2010-06-291-2/+0
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-291-74/+2
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-294-38/+27
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-1/+1
* st/egl: Introduce native_platform.Chia-I Wu2010-06-291-15/+30
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-283-33/+16
|\
| * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-063-33/+16
* | egl: Introduce platform displays internally.Chia-I Wu2010-06-234-9/+8
|/
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-041-62/+20
* st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-311-10/+8
* st/egl: Update ximage backend to use resource_surface.Chia-I Wu2010-05-311-186/+52
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
* st/egl: adapt to interface changesRoland Scheidegger2010-05-171-3/+4
* st/egl: No need to use drm_api argument structJakob Bornecrantz2010-04-201-4/+1
* st/egl: Remove unnecessary header.Vinson Lee2010-04-161-1/+0