i915g: Fix void ptr arith
[mesa.git] / src / gallium / state_trackers /
2010-09-23 Luca Barbierid3d1x: obliterate IDL parameter names from d3d10.idl...
2010-09-23 Luca Barbierid3d1x: add autogenerated files as prerequisites, so...
2010-09-23 Luca Barbierid3d1x: fix build without system EGL/egl.h
2010-09-23 Luca Barbierid3d1x: add missing guid.cpp
2010-09-23 Luca Barbierid3d1x: flush properly
2010-09-23 Luca Barbierid3d1x: remove another include specstrings.h
2010-09-23 Luca Barbierid3d1x: flush the pipe context when presenting
2010-09-23 Luca Barbierid3d1x: remove specstrings.h include
2010-09-23 Luca Barbierid3d11: obliterate IDL parameter names
2010-09-23 Luca Barbierid3d1x: rename parameters in dxgi
2010-09-23 Luca Barbierid3d1x: rename params in misc and objects
2010-09-23 Luca Barbierid3d11: rename screen params
2010-09-23 Luca Barbierid3d1x: rename context params
2010-09-23 Luca Barbierid3d1x: minifix
2010-09-23 Luca Barbierid3d1x: remove specstrings
2010-09-23 Luca Barbierid3d1x: normalize whitespace
2010-09-23 Luca Barbierid3d1x: s/tpf/sm4/g
2010-09-23 Luca Barbierid3d1x: autogenerate shader enums and text from def...
2010-09-23 Luca Barbierid3d1x: initialize the mutex
2010-09-23 Luca Barbierid3d1x: bind NULL CSOs before destroying default CSOs...
2010-09-23 Luca Barbierid3d1x: fix deadlocks on non-recursive mutex
2010-09-23 Luca Barbierid3d1x: properly reference count the backend
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-22 Luca Barbierid3d1x: add Wine dlls (tri, tex working, but no other...
2010-09-22 Luca Barbierid3d1x: define GUIDs in the normal way
2010-09-22 Luca Barbierid3d1x: fix API name
2010-09-22 Luca Barbierid3d1x: redesign the HWND resolver interface
2010-09-22 Luca Barbierid3d1x: fix GUID declarations
2010-09-22 Luca Barbierid3d1x: destroy native_display on adapter destruction
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
2010-09-22 Luca Barbierid3d1x: fix segfault when hashing
2010-09-22 Luca Barbierid3d1x: fix warning
2010-09-22 Luca Barbierid3d1x: fix cf analysis
2010-09-22 Luca Barbierid3d1x: link with CXXFLAGS
2010-09-22 Luca Barbierid3d1x: add missing memory barrier
2010-09-22 Luca Barbierid3d1x: don't build progs automatically
2010-09-22 Luca Barbieriglx: decouple dri2.c and GLX, fixing Gallium EGL and...
2010-09-22 Luca Barbierid3d1x: attempt to fix/workaround bug #30322
2010-09-21 Luca Barbierid3d1x: ignore errors while building docs
2010-09-21 Luca Barbierid3d1x: fix GCC 4.1/4.2 build
2010-09-21 Luca Barbierid3d1x: add template parameters to base class ctor calls...
2010-09-21 Luca Barbierid3d1x: fix build with compilers other than GCC 4.5
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Luca Barbierid3d1x: actually enable and fix blob apis
2010-09-21 Luca Barbierid3d1x: add missing file
2010-09-21 Luca Barbierid3d1x: fix compilation with recent Wine versions installed
2010-09-21 Luca Barbierid3d1x: add blob and signature extraction APIs
2010-09-21 Luca Barbierid3d1x: add new Direct3D 10/11 COM state tracker for...
2010-09-19 Chia-I Wust/egl: s/kms/drm/ on the drm backend.
2010-09-19 Chia-I Wust/egl: Rename kms backend to drm.
2010-09-19 Chia-I Wust/egl: Split modeset code support to modeset.c.
2010-09-16 Chia-I Wust/xlib: Notify the context when the front/back buffers...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Chia-I Wust/egl: Use profiles to create OpenGL ES contexts.
2010-09-10 Chia-I Wust/dri: Use profiles to create OpenGL ES contexts.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-09 benst/dri: support EGL_MESA_image_drm: queryImage
2010-09-09 benst/dri: support EGL_MESA_image_drm: createImage
2010-09-08 Chia-I Wust/dri: Call dri_init_extensions only for API_OPENGL.
2010-09-08 Chia-I Wust/dri: Use enum st_api_type internally.
2010-09-08 nobledst/dri: Add multi-api support
2010-09-08 nobledst/dri: Make clear which API's are supported
2010-09-03 Brian Paulst/glx: added some comments
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Brian Paulst/glx: re-order destruction of buffers, visuals
2010-08-31 Chia-I Wust/egl: Enable EGL_MESA_drm_display.
2010-08-26 Chia-I Wust/egl: Add support for EGL_MESA_image_drm.
2010-08-26 Chia-I Wust/egl: Add support for EGL_KHR_surfaceless_*.
2010-08-26 Chia-I Wust/egl: Make KMS support optional in KMS backend.
2010-08-24 Chia-I Wust/egl: Fix r300/r600 support in KMS backend.
2010-08-24 Chia-I Wust/dri: Remove unnecessary main/mtype.h.
2010-08-24 Chia-I Wust/wgl: Include main/core.h.
2010-08-24 Chia-I Wust/glx: Include main/core.h.
2010-08-22 Keith Whitwellglx/xlib: configurable strict/non-strict buffer size...
2010-08-22 Keith Whitwellglx/xlib: remove another XSync
2010-08-22 Keith Whitwellglx/xlib: no need to call XSync from XMesaFlush
2010-08-20 Luca Barbierist/glx: use PIPE_TEXTURE_RECT if appropriate
2010-08-20 Luca Barbierist/dri: use PIPE_TEXTURE_RECT if appropriate
2010-08-19 Chia-I Wust/egl: Fix win32 build.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_fence_sync.
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_reusable_sync.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 George Sapountzisst/dri: make dri_drawable_validate_att static
2010-08-13 George Sapountzisst/dri: move TFP code to dri_drawable.c
2010-08-13 nobledst/dri: Fix segmentation fault in sw drivers
2010-08-13 George Sapountzisst/dri: dri_drawable_get_format is shared between DRI2...
2010-08-03 Marek Olšákst/dri: fix crash when dri2_drawable_get_buffers fails
2010-07-31 Chia-I Wuegl: Add checks for EGL_MESA_screen_surface.
2010-07-31 Vinson Leest/dri: Remove unnecessary headers.
2010-07-30 George Sapountzisst/dri: move backend hooks to appropriate object
2010-07-30 George Sapountzisst/dri: drop dri1_helper
2010-07-30 George Sapountzisst/dri: mv driDriverAPI to backends
2010-07-29 Chia-I Wust/python: Adapt to interface change.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Kristian HøgsbergUntangle gallium/egl/glx source sharing mess and make...
2010-07-27 Jakob Bornecrantzswrastg: Add SWRAST_NO_PRESENT option to not send updat...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 nobledst/egl: Fix debug line
next