Some fixes
[mesa.git] / src / mesa / drivers / dri / r200 / r200_ioctl.c
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-10-02 Eric AnholtIf an application cleared before any state had been...
2004-09-30 Eric AnholtBugzilla #1058: Fix some potential 64bit pointer issue...
2004-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-24 Eric Anholt-O -Wall warnings cleanups in r200.
2004-09-22 Eric AnholtThe previous code would emit a full set of state during...
2004-08-17 Eric AnholtRevert the move of lost_context setting to UNLOCK_HARDW...
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-04 Ian RomanickReplace 'Display *' with '__DRInativeDisplay *'.
2004-04-14 Alan Hourihanedisable under _SOLO build
2004-04-13 Alan Hourihanefix the usage of GLX_MESA_allocate_memory
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-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
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-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl