summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mga/mgaioctl.c
AgeCommit message (Expand)Author
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23mga: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2007-10-30More vblank cleanups.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-05-23make mgaSetFence() and mgaWaitFence() staticBrian Paul
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-06-14Adds support for MGA DRM version 3.2.Ian Romanick
2005-05-18More comments. More dead-code removed. More clean-up.Ian Romanick
2005-05-12Remove some unused structure fields, add some comments, and ifdef out someIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-03-12Adjust includes to help DRI buildJon Smirl
2004-03-12Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-03-04silence warningsBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-12-05fix _SOLO build problemAlan Hourihane
2003-12-05bring over latest mga DRI driver from DRI trunkAlan Hourihane
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul
2003-08-06mga driver, brought over by Jon SmirlKeith Whitwell