summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2005-01-15Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling
2005-01-12Simplify usage of drmHash functions and fix bug inKeith Whitwell
2005-01-03Added a boolean option for a floating-point depth buffer.Felix Kuehling
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger
2004-12-08Use union type to avoid strict aliasing problems.Alan Hourihane
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-12-02Fix some warningsAlan Hourihane
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-11-01Nicolai's sw-clipspan-fixes.patchKeith Whitwell
2004-10-27Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson
2004-10-26As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick
2004-10-18Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick
2004-10-13Add a license to this file. It was written on VA's watch, so they getKeith Whitwell
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
2004-10-13Refactor the code in driGetRendererString a bit to make it easier toIan Romanick
2004-10-08Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won'tEric Anholt
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-09-28use GLuint instead of uintDaniel Borca
2004-09-24patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)Brian Paul
2004-09-07This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie
2004-08-12Fix dri_util.c build with new headers.Eric Anholt
2004-07-26Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling
2004-07-10Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.Felix Kuehling
2004-07-09Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-15Fix a couple typeos in the tables for driFillInModes.Ian Romanick
2004-06-07Fix up some remaining include issues. Replace Xmalloc / Xfree withIan Romanick
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick
2004-06-03Add a new function, driFillInModes, that is to be used by drivers toIan Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Require libGL API version 20040602, which actually exportsIan Romanick
2004-06-02Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick
2004-06-02Minor changes to make it work better outside X. "Success" is replacedIan Romanick
2004-06-02Replace use of XID with __DRIid.Ian Romanick
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick
2004-06-01Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick
2004-06-01Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.Ian Romanick
2004-05-27Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without includingIan Romanick