(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast...
[profile/ivi/mesa.git] / src / mesa / drivers / dri / r200 / r200_context.c
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-25 Eric AnholtFix texturing in quake3. Some code was left over from...
2004-09-25 Eric AnholtBump DRIVER_DATE for yesterday's changes.
2004-09-22 Eric AnholtThe previous code would emit a full set of state during...
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-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-28 Michel DänzerOnly print message about disabling HW TCL if the chip...
2004-02-24 Brian Paulcall _tnl_allow_pixel/vertex_fog() funcs
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickMake the R200 driver work with the NewTextureObject...
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...
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Michel DänzerActually disable HW TCL capability when SW TCL is forced.
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-07 Alan Hourihanesync some more of the r200 driver from the DRI trunk
2003-12-05 Alan Hourihanexmlconfig fixes for the new options
2003-11-24 Keith WhitwellImport vtx-0-2-branch
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