summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-01-20describe libGLBrian Paul1-1/+5
2003-01-20Remove -C option to installKeith Whitwell1-2/+2
2003-01-20Fix typoKeith Whitwell1-1/+1
2003-01-20Build radeon.o from toplevel makefile.Keith Whitwell5-11/+31
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 Fonseca8-91/+92
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-18Use frontbuffer if GLUT_DOUBLE not requestedKeith Whitwell1-0/+4
2003-01-18Detailed documention for glapi.c. Brief description of the structures in sare...Jose Fonseca4-63/+272
2003-01-18Remove debug printfKeith Whitwell1-9/+0
2003-01-18Restore registers clobbered by radeonfb.o -- prevents slowdown to 200fpsKeith Whitwell1-9/+23
2003-01-18Remove some unused members from RADEONInfoRec, add saved value forKeith Whitwell1-9/+1
2003-01-18Add PostValidateMode hook to allow drivers to restore registers afterKeith Whitwell5-8/+29
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-18A standalone build environment for radeonfb.o, incorporating necessaryKeith Whitwell7-0/+6180
2003-01-17Get colors working in 16bppKeith Whitwell1-13/+16
2003-01-17add support for 16bpp modes, disabledKeith Whitwell4-39/+91
2003-01-17Take stride properly into account when setting up window members.Keith Whitwell1-8/+13
2003-01-17Clear framebuffer at startupKeith Whitwell1-2/+0
2003-01-17Make miniglut exit() on error, like real glut.Keith Whitwell1-5/+5
2003-01-16use a fixed resolution defined in a config fileKeith Whitwell6-180/+219
2003-01-14get conform workingKeith Whitwell6-93/+91
2003-01-14Remove debug printfKeith Whitwell2-9/+0
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 Whitwell10-173/+185
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-10documentation updatesBrian Paul9-19/+140
2003-01-10doc updates, new PixelFormat enumBrian Paul2-34/+49
2003-01-10Fix GLUT_ELAPSED_TIME queryKeith Whitwell1-1/+1
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-09more cleanupsKeith Whitwell1-36/+21
2003-01-09Remove earlier workaroundKeith Whitwell1-1/+2
2003-01-09Build the full driver for nowKeith Whitwell1-2/+2
2003-01-09Barebones glut-alike - just enough to get the mesa demos workingKeith Whitwell14-0/+1897
2003-01-03Remove some debugKeith Whitwell2-5/+0
2003-01-02Require radeon.o 1.8.xKeith Whitwell1-9/+4
2003-01-02Take advantage of the fact that the kernel module can now shut itselfKeith Whitwell1-97/+1
2003-01-02CleanupsKeith Whitwell1-112/+25
2002-12-30Allow the standard radeon driver to be built without the swrast and swtnlKeith Whitwell16-64/+252