summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-05-26Reverted forced eye coords hack in run_vertex_stage.embedded-2-branchdok6662-4/+4
2003-05-26Applied patch from Ville Syrjälä <syrjala@sci.fi>, thanks.dok6662-6/+6
2003-05-21Test program for GL_MESA_ycbcr_texture.dok6663-0/+320
2003-05-21GL_MESA_ycbcr_texture support by Ian Romanick <idr@us.ibm.com>.dok6664-2/+15
2003-05-20Ian fixed his fix (mip map level limit check).dok6661-22/+16
2003-05-20Sync with Ian's version and enhancements of my recent fixes.dok6665-53/+77
2003-05-20Applied patch from Ville Syrjälä <syrjala@sci.fi>, thanks!dok6662-8/+5
2003-05-19Code cleanup.dok6661-10/+3
2003-05-19Reject mip maps smaller than 8x8.dok6663-29/+59
2003-05-18Allow zero sized card texture heap (using AGP textures only).dok6661-1/+1
2003-05-18Added missing drmUnmap() calls in mgaDestroyScreen().dok6661-3/+11
2003-05-17In _mesa_set_viewport():dok6661-5/+5
2003-05-13Ignore root only flag for now.dok6661-1/+1
2003-05-13Reenabled dstorg check in mga_verify_context(). Possible values aredok6661-3/+3
2003-05-13Patched MGA drm module is now binary compatible with the original one.dok66611-190/+277
2003-05-13Updated _mesa_problem() is required for the new driver.dok6662-6/+13
2003-05-13Ignore...dok6666-0/+7
2003-05-13Re(im)ported Matrox driver from current DRI HEAD branch includingdok66648-2958/+7537
2003-05-13Fixed mgaInitScreenConfigs() to return both 16 and 32 bit configs.dok6661-43/+37
2003-05-12- Write back pSAREA to driverContext in clients' createScreen.dok6664-1/+12
2003-05-11Removed one-time depth buffer allocation from the driver.dok66619-603/+415
2003-05-09Read back AGP mode to report correct rate to user.dok6661-0/+9
2003-05-09Added glutExtensionSupported().dok6661-0/+42
2003-05-09Fix fog coord generation by updating this file to HEAD version.dok6661-6/+6
2003-05-07Removed accidently added files.dok66611-0/+0
2003-05-07Removed usleep(100) from MGAScreenInit().dok6661-8/+9
2003-05-06Fixed cleanly checked out builds.dok6661-2/+2
2003-05-06Moved module sources from src/kernel/radeon to src/kernel/drm.dok66655-79/+31306
2003-05-06This is the first checkin to the embedded-2-branch.dok66641-769/+649
2003-05-02Don't call glPolygonModeKeith Whitwell3-20/+1
2003-05-02Use correct condition for subsettingembedded-1-20030502Keith Whitwell1-1/+1
2003-05-02mprotect sarea when focus lostKeith Whitwell1-2/+4
2003-05-02mprotect sarea until focus gainedKeith Whitwell1-2/+7
2003-05-02Remove isosurf targetKeith Whitwell1-1/+0
2003-05-01Move the Doxygen configuration files into the usual places and integrate with...Jose Fonseca5-15/+1082
2003-05-01Final fixes to the AGPGART and RADEONFB modules' documentation.Jose Fonseca6-55/+59
2003-05-01Use mprotect() to protect the sarea when not in focus.Keith Whitwell7-33/+63
2003-05-01Animate by defaultKeith Whitwell1-2/+2
2003-05-01Final documentation to the AGPGART module.Jose Fonseca8-180/+771
2003-04-30Final documentation for the radeon fb module.Jose Fonseca2-45/+302
2003-04-30Remove debug printfs, Use XCheckMaskEventKeith Whitwell1-2/+1
2003-04-30Remove debug printfsKeith Whitwell3-12/+0
2003-04-29More documentation.Jose Fonseca10-206/+2404
2003-04-29New filesKeith Whitwell2-0/+497
2003-04-29Add -autostart optionKeith Whitwell1-1/+9
2003-04-29Remove bogus assertKeith Whitwell1-2/+1
2003-04-29Minor fixesKeith Whitwell1-6/+4
2003-04-29Shortcircuit ioctl if no focusKeith Whitwell1-0/+3
2003-04-29Protect some swrast-specific code in MakeCurrentKeith Whitwell1-1/+3
2003-04-28Partial documentation of this file.Keith Whitwell1-33/+129