aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* bring over build fixes from stable branchAlan Hourihane2004-04-263-2/+7
* extend SOLO code so the DDX version isn't checkedDave Airlie2004-03-151-5/+5
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-272-7/+8
* include sched.h to get sched_yield() prototypeBrian Paul2004-01-181-0/+1
* make second param of driParseConfigFiles() constBrian Paul2004-01-182-3/+3
* Respect the 'in_use' field in the global LRU as a marker forKeith Whitwell2004-01-161-11/+6
* Fixed a few typos in the german translation.Felix Kuehling2004-01-081-4/+4
* Use hand-made number parsing functions as the libc routines are locale-depend...Felix Kuehling2004-01-071-2/+132
* Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter oneFelix Kuehling2004-01-051-0/+12
* applied Felix's patch for configuration systemBrian Paul2003-12-122-21/+21
* add driClipRectToFramebuffer helper functionKeith Whitwell2003-12-112-0/+37
* bring in common from DRI trunkAlan Hourihane2003-12-051-6/+61
* build fixAlan Hourihane2003-12-041-1/+1
* Clean out some unused filesJon Smirl2003-10-212-243/+0
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-218-33/+1326
* Shared dri driver resourcesKeith Whitwell2003-08-0614-0/+3757