summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-09-21d3d1x: ignore errors while building docsLuca Barbieri
2010-09-21d3d1x: fix GCC 4.1/4.2 buildLuca Barbieri
2010-09-21d3d1x: add template parameters to base class ctor calls for GCC 4.4Luca Barbieri
2010-09-21d3d1x: fix build with compilers other than GCC 4.5Luca Barbieri
2010-09-21d3d1x: actually enable and fix blob apisLuca Barbieri
2010-09-21d3d1x: add missing fileLuca Barbieri
2010-09-21d3d1x: fix compilation with recent Wine versions installedLuca Barbieri
2010-09-21d3d1x: add blob and signature extraction APIsLuca Barbieri
2010-09-21d3d1x: add new Direct3D 10/11 COM state tracker for GalliumLuca Barbieri
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
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