fbSwapBuffers needs to return a status
[mesa.git] / src / mesa / drivers / dri / common /
2005-06-04 Brian Pauladded comment
2005-06-02 Brian Pauloops, undo previous change
2005-06-02 Brian Paulstart removing old (pre-renderbuffer) span code
2005-05-19 Brian Paulremove the XFree86 ID line
2005-05-12 Keith WhitwellAdd check for mask == NULL to the one routine missing it.
2005-05-05 Brian Paulfix for renderbuffer (Andreas Stenglein)
2005-05-05 Jon SmirlFix up origin in dri/fb driver
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-25 Jon SmirlMinor changes to make linux-solo build again
2005-04-22 Felix KuehlingAdded a French translation of option descriptions by...
2005-04-13 Ian RomanickRevert revision 1.13. This allows server-side libGLcor...
2005-04-12 Felix KuehlingAdded a Spanish translation by David Rubio Miguélezand...
2005-04-12 Felix KuehlingChanged escaping of double quotes.
2005-04-11 Felix KuehlingManage option translations in separate .po files to...
2005-03-22 Keith WhitwellCalculate haveAccumBuffer, haveDepthBuffer and haveSten...
2005-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
2005-03-05 Dave AirlieFixing memset on ia64 & other archs
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-17 Dave Airliefix some 0->NULLs
2005-02-14 Keith Whitwellmesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar
2005-02-14 Dave Airliefix some signed vs unsigned warnings
2005-02-12 Michel DänzerMMIO endianness fixes for Radeon drivers.
2005-02-05 Felix KuehlingFixed a typo in an assertion. (Don't understand how...
2005-02-04 Felix KuehlingAdded an option texture_heaps that allows selecting...
2005-02-03 Felix KuehlingUse all texture heaps in a fair way when textures need...
2005-02-02 Felix KuehlingDon't try to kick textures from a NULL tex heap.
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheideggernew version check to allow to test for a range of ddx...
2005-01-15 Felix KuehlingUse HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimi...
2005-01-12 Keith WhitwellSimplify usage of drmHash functions and fix bug in
2005-01-03 Felix KuehlingAdded a boolean option for a floating-point depth buffer.
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
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