summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson2010-07-181-0/+1
* 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
* st/egl: Manually free configs on terminate.Chia-I Wu2010-06-301-1/+13
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-7/+10
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-3/+3
* st/vega: Match MALLOC/FREE for vg_shader.Chia-I Wu2010-06-301-1/+1
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-309-15/+15
* st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-301-1/+1
* egl: Remove st/egl probe code.Chia-I Wu2010-06-298-149/+1
* 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-2918-389/+213