summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-09-22d3d1x: add Wine dlls (tri, tex working, but no other testing)Luca Barbieri16-0/+386
2010-09-22d3d1x: define GUIDs in the normal wayLuca Barbieri3-16/+0
2010-09-22d3d1x: fix API nameLuca Barbieri1-1/+1
2010-09-22d3d1x: redesign the HWND resolver interfaceLuca Barbieri5-105/+250
2010-09-22d3d1x: fix GUID declarationsLuca Barbieri1-4/+5
2010-09-22d3d1x: destroy native_display on adapter destructionLuca Barbieri1-0/+1
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg1-2/+2
2010-09-22d3d1x: fix segfault when hashingLuca Barbieri1-1/+1
2010-09-22d3d1x: fix warningLuca Barbieri1-1/+1
2010-09-22d3d1x: fix cf analysisLuca Barbieri1-1/+1
2010-09-22d3d1x: link with CXXFLAGSLuca Barbieri1-1/+1
2010-09-22d3d1x: add missing memory barrierLuca Barbieri1-2/+6
2010-09-22d3d1x: don't build progs automaticallyLuca Barbieri1-1/+1
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri1-0/+11
2010-09-22d3d1x: attempt to fix/workaround bug #30322Luca Barbieri1-1/+1
2010-09-21d3d1x: ignore errors while building docsLuca Barbieri1-0/+1
2010-09-21d3d1x: fix GCC 4.1/4.2 buildLuca Barbieri1-1/+11
2010-09-21d3d1x: add template parameters to base class ctor calls for GCC 4.4Luca Barbieri4-18/+20
2010-09-21d3d1x: fix build with compilers other than GCC 4.5Luca Barbieri1-7/+33
2010-09-21d3d1x: actually enable and fix blob apisLuca Barbieri2-6/+7
2010-09-21d3d1x: add missing fileLuca Barbieri1-0/+87
2010-09-21d3d1x: fix compilation with recent Wine versions installedLuca Barbieri1-1/+1
2010-09-21d3d1x: add blob and signature extraction APIsLuca Barbieri7-13/+116
2010-09-21d3d1x: add new Direct3D 10/11 COM state tracker for GalliumLuca Barbieri108-0/+26335
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu3-303/+303
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu6-19/+19
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu3-587/+647
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu3-4/+21
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