summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-03-04Restore ability to build full driver.embedded-1-20030305Keith Whitwell16-134/+166
2003-03-04Add a helpful messageKeith Whitwell1-0/+1
2003-03-04Initialize tnl vtxfmt stuff if _HAVE_FULL_GLKeith Whitwell1-2/+4
2003-03-04Uncomment subsetted entrypoints, protect with _HAVE_FULL_GL instead.Keith Whitwell1-289/+333
2003-03-02Doxygenization of the existing documentation.Jose Fonseca9-1170/+1820
2003-02-23fix some compiler warningsKeith Whitwell6-3/+19
2003-02-23Fail if detected chipset isn't an r100.Keith Whitwell1-26/+33
2003-02-23Fix radeon_tex_region_t declaration (char became int).Keith Whitwell1-1/+1
2003-02-23clean up header usageKeith Whitwell5-58/+10
2003-02-23Add stricter compiler warningsKeith Whitwell1-2/+2
2003-02-23Use correct pv for flatshaded quadstripsKeith Whitwell1-4/+1
2003-02-23Exclude lighting, userclip stateKeith Whitwell1-4/+12
2003-02-23Final documentation fixes and additions.Jose Fonseca8-55/+182
2003-02-23A few documention fixes and additions.Jose Fonseca11-176/+281
2003-02-23Last bits of documentation. Full review still pending.Jose Fonseca8-136/+221
2003-02-22More documentation - now almost complete.Jose Fonseca6-93/+489
2003-02-22More documention additions.Jose Fonseca5-58/+237
2003-02-22Bunch of documention additions.Jose Fonseca16-308/+767
2003-02-21Correctly initialize RE_LINE_PATTERN registerKeith Whitwell1-5/+1
2003-02-21new fileKeith Whitwell1-0/+80
2003-02-21Restrict access to non-subset gl entrypoints. Other small cleanups.Keith Whitwell7-309/+308
2003-02-21Fix vertex copying bug, remove polygonmode support (didn't/couldn't work)Keith Whitwell1-152/+21
2003-02-16Initial/partial documentation to the functions/structures that make the Radeo...Jose Fonseca14-511/+1107
2003-02-10Most of the documentation to the "server-side" part of the Radeon driver.Jose Fonseca7-184/+408
2003-02-07Eliminate all remaining fallbacks & usage of FALLBACK macroKeith Whitwell20-644/+1224
2003-02-05Add files to allow the subset driver to be built as a dri driver.Keith Whitwell16-0/+7359
2003-02-03Add unfilled rendering and code for feedback (not yet integrated)Keith Whitwell3-46/+967
2003-01-28Eliminate some more codeKeith Whitwell1-64/+20
2003-01-28Eliminate radeon_subset_tcl.c.Keith Whitwell7-908/+462
2003-01-27Fix compilation for full driver build.Keith Whitwell22-71/+147
2003-01-24New file containing subsetted readpixels implementation.Keith Whitwell4-4/+183
2003-01-24Isolated code for lighting, fog, texgen and userclip in new files.Keith Whitwell14-1274/+1225
2003-01-24Add new defines for lighting, texgen, userclip subsetting.Keith Whitwell1-8/+17
2003-01-23Bitmaps are right-way-upKeith Whitwell1-2/+14
2003-01-22Hook in accelerated bitmap function -- bitmaps are upside-down!Keith Whitwell1-1/+7
2003-01-22(Partially) subsetted driver runs miniglxtest and texobj.Keith Whitwell6-20/+70
2003-01-22Rename radeon_bitmap.c to radeon_subset_bitmap.cKeith Whitwell5-316/+723
2003-01-22Add new files for bitmap and subsetted begin/end processing.Keith Whitwell5-10/+847
2003-01-22Start subsetting -- turn off swrast & swtnl.Keith Whitwell1-2/+2
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