summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_screen.c
AgeCommit message (Expand)Author
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-27Fix a problem with 24-bit screens. Modes with 0 stencil bits wereIan Romanick
2004-02-26Create all the right modes for 16-bit screens.Ian Romanick
2004-02-13Minor tweaks to get the fbconfig list returned by __driCreateNewScreenIan Romanick
2004-02-12Fix a problem that caused the new interface code to not actually beIan Romanick
2004-02-11Initial pass at adding support for the new DRI driver interfaces toIan Romanick
2004-01-05Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt
2004-01-05Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-12-07sync some more of the r200 driver from the DRI trunkAlan Hourihane
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell