Age | Commit message (Expand) | Author |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer |
2009-02-09 | re-add MSAA support | Brian Paul |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-05-20 | Make utils.h self-contained. | George Sapountzis |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-02-25 | Remove GetMSC DriverAPI function. | Kristian Høgsberg |
2007-12-24 | __driConfigOptions must be PUBLIC. | Adam Jackson |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-11 | Add a DRI_ReadDrawable marker extension to signal read drawable capability. | Kristian Høgsberg |
2007-10-11 | Move media stream counter entry points to new extension. | Kristian Høgsberg |
2007-10-11 | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg |
2007-10-10 | Move swap_interval to new extension mechanism. | Kristian Høgsberg |
2007-10-10 | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg |
2007-10-10 | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2006-11-10 | Implement GLX_SGI_make_current_read | Ian Romanick |
2006-10-15 | allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130) | Brian Paul |
2006-07-11 | Revert the SiS and Unichrome DRM version check changes. | Thomas Hellström |
2006-07-10 | The SiS and Unichrome drivers assume that the handle to the | Thomas Hellström |
2005-11-16 | Fixes for x86_64 Unichrome. | Thomas Hellström |
2005-11-16 | Bring in last minute 6_4 branch changes to the unichrome driver | Thomas Hellström |
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-08-31 | reverse a bogus patch | Alan Hourihane |
2005-08-30 | drmUnmap correct size | Alan Hourihane |
2005-08-30 | Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077 | Alan Hourihane |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
2005-07-29 | Fix a == vs !- typo for glx_enable_extension | Jon Smirl |
2005-07-28 | glxEnableExtension is a platform-specific function exported by the loader. | Ian Romanick |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-26 | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-05-23 | Initialize hw stencil renderbuffer. | Keith Whitwell |
2005-05-06 | fix cpp / bytesPerPixel problem (bug 1196554) | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-22 | merge unichrome changes from branch | Keith Whitwell |
2005-01-11 | Disable bogus pbuffer code (though this could be revived with a little | Keith Whitwell |
2004-12-22 | Remove dead code. | Keith Whitwell |
2004-12-21 | Push a number of global variables into the viaContext struct. | Keith Whitwell |
2004-12-21 | Add vsync swapbuffers. This waits on the irq so gears run in this mode | Keith Whitwell |
2004-12-20 | Remove #ifdef DEBUG's in code, but still allow compiler to remove debug | Keith Whitwell |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson |
2004-12-15 | Unichrome DRI: | Thomas Hellström |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-11-25 | Update expected DRM version to 2.0.0 | Keith Whitwell |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |