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 | Remove CVS keywords. | Keith Whitwell |
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-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-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-10 | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-10-05 | Remove XIDs from DRI interface (see #5714). | Kristian Høgsberg |
2007-08-07 | move free() after dereference (bug 11878) | Brian |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-03-06 | fix for bug#10182 | Xiang, Haihao |
2006-03-23 | fix coverity 1107: use after free | Dave Airlie |
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-08-18 | Make sure extension entry point offsets are properly initialized. This is | Ian Romanick |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
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-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-06-07 | The required DDX and DRI version numbers were switched. This went unnoticed | Ian Romanick |
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl |
2004-06-02 | driCheckDriDdxDrmVersion uses a function that is not available to | Ian Romanick |
2004-06-01 | Fix dumb mistake from a previous commit. __driCreateScreen is now | Ian Romanick |
2004-06-01 | Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the | Ian Romanick |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell |
2004-03-26 | Make sure drivers don't dereference a NULL pointer if | Ian Romanick |
2004-03-21 | more i810 to new interface | Dave Airlie |
2004-03-15 | use utility function to check versions | Dave Airlie |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell |
2003-10-16 | Minor changes to make linux-solo build again | Jon Smirl |
2003-09-30 | add gamma driver - no kernel driver yet | Alan Hourihane |
2003-09-30 | add the i810 driver - no kernel driver yet | Alan Hourihane |