summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2003-01-20Remove -C option to installKeith Whitwell1-2/+2
2003-01-20Build radeon.o from toplevel makefile.Keith Whitwell1-1/+1
2003-01-19Fixed several typos from spell-checking.Jose Fonseca1-6/+6
2003-01-18Detailed documention for glapi.c. Brief description of the structures in sare...Jose Fonseca1-30/+226
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 Whitwell2-4/+16
2003-01-17add support for 16bpp modes, disabledKeith Whitwell1-23/+59
2003-01-17Clear framebuffer at startupKeith Whitwell1-2/+0
2003-01-16use a fixed resolution defined in a config fileKeith Whitwell3-77/+59
2003-01-14get conform workingKeith Whitwell2-43/+47
2003-01-14Remove debug printfKeith Whitwell2-9/+0
2003-01-13Add config file facility and remove hardwired options from minglx.cKeith Whitwell5-53/+78
2003-01-10documentation updatesBrian Paul9-19/+140
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-03Remove some debugKeith Whitwell1-3/+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
2002-12-30Lay ground work for cut-down radeon driver.Keith Whitwell6-21/+27
2002-12-30Bring some more initialization code from the 2d driver. 2d accels nowKeith Whitwell5-6/+164
2002-12-27Remove dead codeKeith Whitwell1-65/+0
2002-12-25Resolve stability issues starting & stopping radeon driver.Keith Whitwell3-34/+92
2002-12-23missing filesKeith Whitwell14-0/+2214
2002-12-21Apply the doxygen treatment to some [big] files. Some enhancements.Jose Fonseca1-83/+100
2002-12-20miniglxtest runs to completion and exits with radeon driver,Keith Whitwell2-12/+48
2002-12-19Move dri initialization into XCreateWindowKeith Whitwell1-8/+9
2002-12-19eliminate unresolved symbolsKeith Whitwell4-62/+144
2002-12-19Radeon driver and hw init code compiles.Keith Whitwell4-742/+697
2002-12-18Remove references to ScrnInfoPtrKeith Whitwell1-285/+99
2002-12-12miniglx test will run with fb_dri.so (ie. swrast) driver, but output isKeith Whitwell3-16/+22
2002-12-11new filesKeith Whitwell6-0/+3931
2002-12-11more cleanupsKeith Whitwell4-2612/+10
2002-12-04Caught a couple of things after a clean build on rh 7.3Keith Whitwell1-2/+2
2002-12-04A full radeon driver, seems to build ok, haven't run yetKeith Whitwell39-0/+19353
2002-11-28mask is always non-null in write_rgba_pixels and write_monorgba_pixelsBrian Paul1-15/+13
2002-11-21from Mesa 5.1Brian Paul1-1/+1
2002-11-21disable thread safety for nowBrian Paul1-1/+3
2002-11-21compile glfbdev.c and miniglx.cBrian Paul2-2/+6
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul1-3/+3
2002-11-19put FEATURE_NV_vertex_program around vpstate.h includeBrian Paul1-1/+3
2002-11-14missed a couple version string updatesBrian Paul1-3/+3
2002-11-13fix compilation problem (Philippe Houdoin)Brian Paul1-7/+4
2002-11-13Add _mesa_enable_1_4_extensions and _mesa_problemKarl Schultz1-0/+2
2002-11-13Lots of clean-ups.Brian Paul1-1512/+843
2002-11-13template code for span functions for flat, memory-based frame buffersBrian Paul1-0/+366