summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-163-4/+21
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-48/+26
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-46/+14
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-105-9/+50
* st/dri: support EGL_MESA_image_drm: queryImageben2010-09-091-0/+30
* st/dri: support EGL_MESA_image_drm: createImageben2010-09-091-0/+58
* st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu2010-09-081-1/+9
* st/dri: Use enum st_api_type internally.Chia-I Wu2010-09-085-27/+39
* st/dri: Add multi-api supportnobled2010-09-085-13/+46
* st/dri: Make clear which API's are supportednobled2010-09-081-1/+4
* st/glx: added some commentsBrian Paul2010-09-031-0/+8
* st/glx: re-order destruction of buffers, visualsBrian Paul2010-09-011-1/+1
* st/egl: Enable EGL_MESA_drm_display.Chia-I Wu2010-08-311-1/+3
* st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu2010-08-264-0/+260
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-262-9/+16
* st/egl: Make KMS support optional in KMS backend.Chia-I Wu2010-08-261-22/+24
* st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu2010-08-242-3/+32
* st/dri: Remove unnecessary main/mtype.h.Chia-I Wu2010-08-241-1/+0
* st/wgl: Include main/core.h.Chia-I Wu2010-08-244-7/+3
* st/glx: Include main/core.h.Chia-I Wu2010-08-245-21/+38
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-223-4/+42
* glx/xlib: remove another XSyncKeith Whitwell2010-08-221-1/+0
* glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell2010-08-221-1/+1
* st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+6
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-204-3/+9
* st/egl: Fix win32 build.Chia-I Wu2010-08-191-0/+1
* st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu2010-08-173-0/+71
* st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-175-0/+297
* st/dri: make dri_drawable_validate_att staticGeorge Sapountzis2010-08-132-7/+2
* st/dri: move TFP code to dri_drawable.cGeorge Sapountzis2010-08-133-52/+55
* st/dri: Fix segmentation fault in sw driversnobled2010-08-131-2/+2
* st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis2010-08-131-31/+2
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-307-29/+78
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-3013-229/+23
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-306-130/+49
* st/python: Adapt to interface change.Chia-I Wu2010-07-291-21/+18
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-291-2/+1
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* st/egl: Fix debug linenobled2010-07-261-1/+1
* st/xorg: fix use-after-freenobled2010-07-261-1/+1
* st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom2010-07-232-86/+75
* st/xorg: Kill a couple of compilation warningsThomas Hellstrom2010-07-232-2/+2
* st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-232-2/+6
* st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom2010-07-233-0/+23
* st/egl: Fixes for recent GLX cleanup.Chia-I Wu2010-07-202-19/+45
* st/dri: Remove driFrameTrackingExtension.Chia-I Wu2010-07-201-1/+0