summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-11-01scons: Disable python state tracker when swig is not present.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-11-01st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu
2010-10-19st/xorg: Fix memory leak on error path.Vinson Lee
2010-10-19st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom
2010-10-19st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom
2010-10-19st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom
2010-10-19st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom
2010-10-14st/egl: Do not finish a fence that is NULL.Chia-I Wu
2010-10-14st/egl: Access _EGLConfig directly.Chia-I Wu
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-10-12st/xorg: Fix typoThomas Hellstrom
2010-10-12st/xlib: add some commentsBrian Paul
2010-10-12st/xorg: Don't try to remove invalid fbsThomas Hellstrom
2010-10-12st/xorg: Add a customizer option to get rid of annoying cursor update flickerThomas Hellstrom
2010-10-12st/xorg: Don't try to use option values before processing optionsThomas Hellstrom
2010-10-07st/vega: Fix version check in context creation.Chia-I Wu
2010-09-30st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu
2010-09-30gallium/st: remove duplicated includesNicolas Kaiser
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu
2010-09-28d3d1x: work around crash in widlLuca Barbieri
2010-09-27d3d11: fix reference counting so devices get freedLuca Barbieri
2010-09-27d3d1x: fix MapLuca Barbieri
2010-09-27d3d1x: rework DXGI for occlusion testing and default width/heightLuca Barbieri
2010-09-27d3d1x: put proper calling convention in headers, fixes 64-bit buildsLuca Barbieri
2010-09-27d3d1x: properly support specifying MipLevels as 0Luca Barbieri
2010-09-27d3d1x: support centroid interpolationLuca Barbieri
2010-09-27d3d1x: link to libdrm for X11 platform tooLuca Barbieri
2010-09-27d3d11: ignore StructureByteStrideLuca Barbieri
2010-09-27d3d11: advertise IDXGIDevice1, not just IDXGIDeviceLuca Barbieri
2010-09-27d3d1x: link progs with CXXFLAGSLuca Barbieri
2010-09-27d3d1x: fix progs linking if not all EGL platforms are enabledLuca Barbieri
2010-09-27d3d1x: add private gitignore fileLuca Barbieri
2010-09-27d3d1x: fix parallel buildLuca Barbieri
2010-09-25st/dri: Remove unnecessary header.Vinson Lee
2010-09-24d3d1x: CRLF -> LF in progsLuca Barbieri
2010-09-24d3d1x: stop using GLX in demos, just use the default visualLuca Barbieri
2010-09-24d3d1x: assert if X visual is not among enumerated visualsLuca Barbieri