summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* uint*t -> u_int*t changesAlan Hourihane2004-12-145-22/+22
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-0/+8
* Use union type to avoid strict aliasing problems.Alan Hourihane2004-12-081-20/+34
* Check for some header defines before redefining functions. Silences warnings.Alan Hourihane2004-12-081-0/+3
* Fix some warningsAlan Hourihane2004-12-021-1/+5
* Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick2004-11-021-7/+19
* Nicolai's sw-clipspan-fixes.patchKeith Whitwell2004-11-012-12/+13
* Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson2004-10-271-6/+26
* As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick2004-10-261-0/+63
* Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick2004-10-181-0/+10
* Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick2004-10-161-3/+12
* Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick2004-10-151-3/+3
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-0/+564
* Add a license to this file. It was written on VA's watch, so they getKeith Whitwell2004-10-131-0/+29
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-3/+27
* Refactor the code in driGetRendererString a bit to make it easier toIan Romanick2004-10-131-15/+40
* Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won'tEric Anholt2004-10-081-0/+2
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+6
* use GLuint instead of uintDaniel Borca2004-09-281-1/+1
* patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)Brian Paul2004-09-242-9/+89
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-071-0/+21
* Fix dri_util.c build with new headers.Eric Anholt2004-08-121-1/+1
* Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling2004-07-261-5/+9
* Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.Felix Kuehling2004-07-101-4/+9
* Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl2004-07-091-1/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-043-23/+2
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-0/+8
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-0/+3
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-192-4/+66
* Fix a couple typeos in the tables for driFillInModes.Ian Romanick2004-06-151-4/+4
* Fix up some remaining include issues. Replace Xmalloc / Xfree withIan Romanick2004-06-072-47/+59
* Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick2004-06-063-18/+31
* Add a new function, driFillInModes, that is to be used by drivers toIan Romanick2004-06-032-2/+244
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-30/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-022-3/+89
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-022-7/+7
* Require libGL API version 20040602, which actually exportsIan Romanick2004-06-021-2/+4
* Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick2004-06-021-0/+6
* Minor changes to make it work better outside X. "Success" is replacedIan Romanick2004-06-022-39/+44
* Replace use of XID with __DRIid.Ian Romanick2004-06-021-3/+1
* XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick2004-06-021-3/+3
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-7/+7
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-012-38/+32
* Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick2004-06-012-2/+8
* Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick2004-06-012-13/+13
* Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.Ian Romanick2004-06-011-2/+2
* Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without includingIan Romanick2004-05-271-0/+4
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-274-0/+2774
* Added german translation to option texture_units.Felix Kuehling2004-05-081-0/+1
* Added a config option to set the number of available texture units. AIan Romanick2004-05-071-0/+5