(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast...
[mesa.git] / src / mesa / drivers / dri / common /
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-12-02 Alan HourihaneFix some warnings
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-11-01 Keith WhitwellNicolai's sw-clipspan-fixes.patch
2004-10-27 Adam JacksonBug #1713: Some rare libGL's have __glXFindDRIScreen...
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-18 Ian RomanickSmall optimization for big-endian (e.g., PowerPC) systems.
2004-10-16 Ian RomanickOnly build the MMX/SSE/SSE2 versions for ReadRGBASpan...
2004-10-15 Ian RomanickFixed a few places that should have been using GET_SRC_PTR.
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-13 Keith WhitwellAdd a license to this file. It was written on VA's...
2004-10-13 Ian RomanickInitial support for PowerPC specific code in Mesa and...
2004-10-13 Ian RomanickRefactor the code in driGetRendererString a bit to...
2004-10-08 Eric AnholtDon't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-09-28 Daniel Borcause GLuint instead of uint
2004-09-24 Brian Paulpatches for clearing hw depth buffers from software...
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-08-12 Eric AnholtFix dri_util.c build with new headers.
2004-07-26 Felix KuehlingFixed hash table allocation to avoid an assertion failu...
2004-07-10 Felix KuehlingMake GET_PROGRAM_NAME work with uCLibc using the __prog...
2004-07-09 Jon SmirlFix mesa-solo config to define _GNU_SOURCE so that...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-15 Ian RomanickFix a couple typeos in the tables for driFillInModes.
2004-06-07 Ian RomanickFix up some remaining include issues. Replace Xmalloc...
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-03 Ian RomanickAdd a new function, driFillInModes, that is to be used...
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 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickRequire libGL API version 20040602, which actually...
2004-06-02 Ian RomanickMake sure USE_NEW_INTERFACE is defined if DRI_NEW_INTER...
2004-06-02 Ian RomanickMinor changes to make it work better outside X. "Succe...
2004-06-02 Ian RomanickReplace use of XID with __DRIid.
2004-06-02 Ian RomanickXF86DRIDestroyContext, XF86DRICreateDrawable, and
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-06-01 Ian RomanickFix a couple issues related to GetDrawableInfo. In...
2004-06-01 Ian RomanickReplace occurances of GLXDrawable and Drawable with...
2004-06-01 Ian RomanickFix a couple typos that prevent building with DRI_NEW_I...
2004-05-27 Ian RomanickDefine PFNGLXGETMSCRATEOMLPROC so that DRI will build...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-08 Felix KuehlingAdded german translation to option texture_units.
2004-05-07 Ian RomanickAdded a config option to set the number of available...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-03-15 Dave Airlieextend SOLO code so the DDX version isn't checked
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-18 Brian Paulinclude sched.h to get sched_yield() prototype
2004-01-18 Brian Paulmake second param of driParseConfigFiles() const
2004-01-16 Keith WhitwellRespect the 'in_use' field in the global LRU as a marke...
2004-01-08 Felix KuehlingFixed a few typos in the german translation.
2004-01-07 Felix KuehlingUse hand-made number parsing functions as the libc...
2004-01-05 Felix KuehlingAdded two new options: def_max_anisotropy and no_neg_lo...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-11 Keith Whitwelladd driClipRectToFramebuffer helper function
2003-12-05 Alan Hourihanebring in common from DRI trunk
2003-12-04 Alan Hourihanebuild fix
2003-10-21 Jon SmirlClean out some unused files
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-06 Keith WhitwellShared dri driver resources