uint*t -> u_int*t changes
[mesa.git] / src / mesa / drivers / dri / r200 / r200_screen.c
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-11-10 Roland Scheideggeradd some chip ids
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-09-08 Dave Airlieupdated patch for vertex program
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-03 Ian RomanickRemove fill_in_modes and use driFillInModes instead.
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-05-20 Roland Scheideggeradd check if drm is new enough for packet R200_EMIT_RB3...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-27 Ian RomanickFix a problem with 24-bit screens. Modes with 0 stenci...
2004-02-26 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-13 Ian RomanickMinor tweaks to get the fbconfig list returned by __dri...
2004-02-12 Ian RomanickFix a problem that caused the new interface code to...
2004-02-11 Ian RomanickInitial pass at adding support for the new DRI driver...
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2004-01-05 Felix KuehlingAdded def_max_anisotropy and no_neg_lod_bias options...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-07 Alan Hourihanesync some more of the r200 driver from the DRI trunk
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl