summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu4-48/+26
2010-09-10st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu4-46/+14
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu5-9/+50
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben1-0/+30
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben1-0/+58
2010-09-08st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu1-1/+9
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu5-27/+39
2010-09-08st/dri: Add multi-api supportnobled5-13/+46
2010-09-08st/dri: Make clear which API's are supportednobled1-1/+4
2010-09-03st/glx: added some commentsBrian Paul1-0/+8
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul1-1/+1
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu1-1/+3
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu4-0/+260
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2-9/+16
2010-08-26st/egl: Make KMS support optional in KMS backend.Chia-I Wu1-22/+24
2010-08-24st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu2-3/+32
2010-08-24st/dri: Remove unnecessary main/mtype.h.Chia-I Wu1-1/+0
2010-08-24st/wgl: Include main/core.h.Chia-I Wu4-7/+3
2010-08-24st/glx: Include main/core.h.Chia-I Wu5-21/+38
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell3-4/+42
2010-08-22glx/xlib: remove another XSyncKeith Whitwell1-1/+0
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell1-1/+1
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri1-1/+6
2010-08-20st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri4-3/+9
2010-08-19st/egl: Fix win32 build.Chia-I Wu1-0/+1
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu3-0/+71
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu5-0/+297
2010-08-13st/dri: make dri_drawable_validate_att staticGeorge Sapountzis2-7/+2
2010-08-13st/dri: move TFP code to dri_drawable.cGeorge Sapountzis3-52/+55
2010-08-13st/dri: Fix segmentation fault in sw driversnobled1-2/+2
2010-08-13st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis1-31/+2
2010-08-04st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák1-1/+2
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2-4/+10
2010-07-31st/dri: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis7-29/+78
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis13-229/+23
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis6-130/+49
2010-07-29st/python: Adapt to interface change.Chia-I Wu1-21/+18
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu1-2/+1
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg3-114/+58
2010-07-27swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz1-1/+9
2010-07-26st/egl: Fix debug linenobled1-1/+1
2010-07-26st/xorg: fix use-after-freenobled1-1/+1
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom2-86/+75
2010-07-23st/xorg: Kill a couple of compilation warningsThomas Hellstrom2-2/+2
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2-2/+6
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom3-0/+23
2010-07-20st/egl: Fixes for recent GLX cleanup.Chia-I Wu2-19/+45
2010-07-20st/dri: Remove driFrameTrackingExtension.Chia-I Wu1-1/+0
2010-07-18gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson1-0/+1