Remove x/y/width/height parameters from Clear functions.
[mesa.git] / src / mesa / drivers / dri / r128 / r128_ioctl.c
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2005-10-27 Eric AnholtBug #1028: Add hardware-accelerated stencil support...
2005-09-21 Brian Paulreplace GLdepth with GLuint
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-17 Ian RomanickFix hangs on big-endian (e.g., PowerPC) hardware.
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-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-12 Jon SmirlMake R128 driver use sarea/defines from DRM. removed...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-12-05 Alan Hourihanefix some _SOLO build problems
2003-12-04 Alan Hourihanebuild fix
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper