summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu
2010-09-10st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben
2010-09-08st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu
2010-09-08st/dri: Add multi-api supportnobled
2010-09-08st/dri: Make clear which API's are supportednobled
2010-09-03st/glx: added some commentsBrian Paul
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu
2010-08-26st/egl: Make KMS support optional in KMS backend.Chia-I Wu
2010-08-24st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu
2010-08-24st/dri: Remove unnecessary main/mtype.h.Chia-I Wu
2010-08-24st/wgl: Include main/core.h.Chia-I Wu
2010-08-24st/glx: Include main/core.h.Chia-I Wu
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell
2010-08-22glx/xlib: remove another XSyncKeith Whitwell
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-19st/egl: Fix win32 build.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-08-13st/dri: make dri_drawable_validate_att staticGeorge Sapountzis
2010-08-13st/dri: move TFP code to dri_drawable.cGeorge Sapountzis
2010-08-13st/dri: Fix segmentation fault in sw driversnobled
2010-08-13st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis
2010-08-04st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-31st/dri: Remove unnecessary headers.Vinson Lee
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-07-29st/python: Adapt to interface change.Chia-I Wu
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg
2010-07-27swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz
2010-07-26st/egl: Fix debug linenobled
2010-07-26st/xorg: fix use-after-freenobled
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom
2010-07-23st/xorg: Kill a couple of compilation warningsThomas Hellstrom
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom
2010-07-20st/egl: Fixes for recent GLX cleanup.Chia-I Wu