summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reverted forced eye coords hack in run_vertex_stage.embedded-2-branchdok6662003-05-262-4/+4
* Applied patch from Ville Syrjälä <syrjala@sci.fi>, thanks.dok6662003-05-262-6/+6
* Test program for GL_MESA_ycbcr_texture.dok6662003-05-213-0/+320
* GL_MESA_ycbcr_texture support by Ian Romanick <idr@us.ibm.com>.dok6662003-05-214-2/+15
* Ian fixed his fix (mip map level limit check).dok6662003-05-201-22/+16
* Sync with Ian's version and enhancements of my recent fixes.dok6662003-05-205-53/+77
* Applied patch from Ville Syrjälä <syrjala@sci.fi>, thanks!dok6662003-05-202-8/+5
* Code cleanup.dok6662003-05-191-10/+3
* Reject mip maps smaller than 8x8.dok6662003-05-193-29/+59
* Allow zero sized card texture heap (using AGP textures only).dok6662003-05-181-1/+1
* Added missing drmUnmap() calls in mgaDestroyScreen().dok6662003-05-181-3/+11
* In _mesa_set_viewport():dok6662003-05-171-5/+5
* Ignore root only flag for now.dok6662003-05-131-1/+1
* Reenabled dstorg check in mga_verify_context(). Possible values aredok6662003-05-131-3/+3
* Patched MGA drm module is now binary compatible with the original one.dok6662003-05-1311-190/+277
* Updated _mesa_problem() is required for the new driver.dok6662003-05-132-6/+13
* Ignore...dok6662003-05-136-0/+7
* Re(im)ported Matrox driver from current DRI HEAD branch includingdok6662003-05-1348-2958/+7537
* Fixed mgaInitScreenConfigs() to return both 16 and 32 bit configs.dok6662003-05-131-43/+37
* - Write back pSAREA to driverContext in clients' createScreen.dok6662003-05-124-1/+12
* Removed one-time depth buffer allocation from the driver.dok6662003-05-1119-603/+415
* Read back AGP mode to report correct rate to user.dok6662003-05-091-0/+9
* Added glutExtensionSupported().dok6662003-05-091-0/+42
* Fix fog coord generation by updating this file to HEAD version.dok6662003-05-091-6/+6
* Removed accidently added files.dok6662003-05-0711-0/+0
* Removed usleep(100) from MGAScreenInit().dok6662003-05-071-8/+9
* Fixed cleanly checked out builds.dok6662003-05-061-2/+2
* Moved module sources from src/kernel/radeon to src/kernel/drm.dok6662003-05-0655-79/+31306
* This is the first checkin to the embedded-2-branch.dok6662003-05-0641-769/+649
* Don't call glPolygonModeKeith Whitwell2003-05-023-20/+1
* Use correct condition for subsettingembedded-1-20030502Keith Whitwell2003-05-021-1/+1
* mprotect sarea when focus lostKeith Whitwell2003-05-021-2/+4
* mprotect sarea until focus gainedKeith Whitwell2003-05-021-2/+7
* Remove isosurf targetKeith Whitwell2003-05-021-1/+0
* Move the Doxygen configuration files into the usual places and integrate with...Jose Fonseca2003-05-015-15/+1082
* Final fixes to the AGPGART and RADEONFB modules' documentation.Jose Fonseca2003-05-016-55/+59
* Use mprotect() to protect the sarea when not in focus.Keith Whitwell2003-05-017-33/+63
* Animate by defaultKeith Whitwell2003-05-011-2/+2
* Final documentation to the AGPGART module.Jose Fonseca2003-05-018-180/+771
* Final documentation for the radeon fb module.Jose Fonseca2003-04-302-45/+302
* Remove debug printfs, Use XCheckMaskEventKeith Whitwell2003-04-301-2/+1
* Remove debug printfsKeith Whitwell2003-04-303-12/+0
* More documentation.Jose Fonseca2003-04-2910-206/+2404
* New filesKeith Whitwell2003-04-292-0/+497
* Add -autostart optionKeith Whitwell2003-04-291-1/+9
* Remove bogus assertKeith Whitwell2003-04-291-2/+1
* Minor fixesKeith Whitwell2003-04-291-6/+4
* Shortcircuit ioctl if no focusKeith Whitwell2003-04-291-0/+3
* Protect some swrast-specific code in MakeCurrentKeith Whitwell2003-04-291-1/+3
* Partial documentation of this file.Keith Whitwell2003-04-281-33/+129