summaryrefslogtreecommitdiff
path: root/src/miniglx
AgeCommit message (Expand)AuthorFilesLines
2003-04-16Fix some warningsKeith Whitwell1-2/+3
2003-04-15a 768x1024 modeAlan Hourihane1-1/+15
2003-04-15first version of event communications codeKeith Whitwell1-0/+493
2003-03-24Further VT switch prototype hacksKeith Whitwell2-10/+41
2003-03-23More documentation.Jose Fonseca1-1/+3
2003-03-22Add clean:: targetKeith Whitwell1-0/+3
2003-03-22Add RotateMode optionKeith Whitwell3-5/+28
2003-03-13Very fragile support for VT switching between multiple running apps.Keith Whitwell7-244/+172
2003-03-04Restore ability to build full driver.embedded-1-20030305Keith Whitwell1-1/+1
2003-02-23Final documentation fixes and additions.Jose Fonseca1-5/+4
2003-02-21Restrict access to non-subset gl entrypoints. Other small cleanups.Keith Whitwell2-5/+6
2003-01-20describe libGLBrian Paul1-1/+5
2003-01-20Fix typoKeith Whitwell1-1/+1
2003-01-20Build radeon.o from toplevel makefile.Keith Whitwell4-10/+30
2003-01-20Notes on setting up a machine to run MiniGLX apps and a list ofKeith Whitwell1-49/+48
2003-01-19minor fixes (remove some \internal attributes)Brian Paul1-22/+3
2003-01-19Some documentation updates relating to recent changesKeith Whitwell1-14/+16
2003-01-19Fixed several typos from spell-checking.Jose Fonseca7-85/+86
2003-01-19Rewriten some of the detail documentation to improve readability.Jose Fonseca5-155/+177
2003-01-19Add the missing detailed documentation bits on miniglx.c and xf86drm.c.Jose Fonseca3-41/+152
2003-01-19More detailed documentation.Jose Fonseca2-86/+403
2003-01-18Detailed documention for glapi.c. Brief description of the structures in sare...Jose Fonseca3-33/+46
2003-01-18Add PostValidateMode hook to allow drivers to restore registers afterKeith Whitwell3-4/+13
2003-01-18Remove chipset line from example miniglx.confKeith Whitwell1-1/+0
2003-01-18Probe for chipset if one isn't suppliedKeith Whitwell1-2/+77
2003-01-17Get colors working in 16bppKeith Whitwell1-13/+16
2003-01-17add support for 16bpp modes, disabledKeith Whitwell3-16/+32
2003-01-17Take stride properly into account when setting up window members.Keith Whitwell1-8/+13
2003-01-16use a fixed resolution defined in a config fileKeith Whitwell3-103/+160
2003-01-14get conform workingKeith Whitwell4-50/+44
2003-01-13Documentation for most of the DRM ioctls argument structures in drm.h.Jose Fonseca2-34/+199
2003-01-13example miniglx.confKeith Whitwell1-0/+6
2003-01-13Add config file facility and remove hardwired options from minglx.cKeith Whitwell5-120/+107
2003-01-13Big chunk of documention of xf86drm.c. Some oddities left to document, and st...Jose Fonseca2-17/+688
2003-01-11s/union/enum/Brian Paul1-1/+1
2003-01-10doc updates, new PixelFormat enumBrian Paul2-34/+49
2003-01-09Add documentation for GLX_DEPTH_SIZEKeith Whitwell1-2/+5
2003-01-09Remove some more unused functionsKeith Whitwell1-19/+0
2003-01-09Bump window sizes up to next supported size when choosing modes.Keith Whitwell1-14/+19
2003-01-09Initialize lastStamp to 1, so that drivers know they need to updateKeith Whitwell1-3/+2
2003-01-09Add section on porting apps glx->miniglxKeith Whitwell1-1/+45
2003-01-03Remove some debugKeith Whitwell1-2/+0
2002-12-30Lay ground work for cut-down radeon driver.Keith Whitwell1-2/+14
2002-12-30Bring some more initialization code from the 2d driver. 2d accels nowKeith Whitwell2-87/+40
2002-12-27Do a better job of initializing the __DRIdrawablePrivate in driCreateDrawableKeith Whitwell1-6/+11
2002-12-27Turn off stereo flag in visual configs.Keith Whitwell1-2/+2
2002-12-25Resolve stability issues starting & stopping radeon driver.Keith Whitwell6-29/+257
2002-12-22Better documentation to the data structures of miniglx.h and miniglxP.h.Jose Fonseca3-61/+188
2002-12-21Apply the doxygen treatment to some [big] files. Some enhancements.Jose Fonseca9-497/+543
2002-12-21Give the doxygen treatment to include/GL/miniglx.h and src/miniglx/miniglxP.h.Jose Fonseca2-126/+175