| Commit message (Expand) | Author | Age | Files | Lines |
* | patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) | Brian Paul | 2004-09-24 | 2 | -9/+89 |
* | This patch enables GL_ARB_vertex_program and GL_NV_vertex_program | Dave Airlie | 2004-09-07 | 1 | -0/+21 |
* | Fix dri_util.c build with new headers. | Eric Anholt | 2004-08-12 | 1 | -1/+1 |
* | Fixed hash table allocation to avoid an assertion failure due to a | Felix Kuehling | 2004-07-26 | 1 | -5/+9 |
* | Make GET_PROGRAM_NAME work with uCLibc using the __progname hack. | Felix Kuehling | 2004-07-10 | 1 | -4/+9 |
* | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl | 2004-07-09 | 1 | -1/+0 |
* | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | 2004-07-04 | 3 | -23/+2 |
* | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | 2004-06-29 | 1 | -0/+8 |
* | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl | 2004-06-26 | 1 | -0/+3 |
* | Big-endian texture fixes from Michel Dänzer. | Brian Paul | 2004-06-19 | 2 | -4/+66 |
* | Fix a couple typeos in the tables for driFillInModes. | Ian Romanick | 2004-06-15 | 1 | -4/+4 |
* | Fix up some remaining include issues. Replace Xmalloc / Xfree with | Ian Romanick | 2004-06-07 | 2 | -47/+59 |
* | Remove the rest of the need for glxclient.h and remove it from the tree. | Ian Romanick | 2004-06-06 | 3 | -18/+31 |
* | Add a new function, driFillInModes, that is to be used by drivers to | Ian Romanick | 2004-06-03 | 2 | -2/+244 |
* | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl | 2004-06-03 | 1 | -30/+0 |
* | driCheckDriDdxDrmVersion uses a function that is not available to | Ian Romanick | 2004-06-02 | 2 | -3/+89 |
* | Removed need for sarea.h, various touch ups to get rid of type mismatches. | Jon Smirl | 2004-06-02 | 2 | -7/+7 |
* | Require libGL API version 20040602, which actually exports | Ian Romanick | 2004-06-02 | 1 | -2/+4 |
* | Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY is | Ian Romanick | 2004-06-02 | 1 | -0/+6 |
* | Minor changes to make it work better outside X. "Success" is replaced | Ian Romanick | 2004-06-02 | 2 | -39/+44 |
* | Replace use of XID with __DRIid. | Ian Romanick | 2004-06-02 | 1 | -3/+1 |
* | XF86DRIDestroyContext, XF86DRICreateDrawable, and | Ian Romanick | 2004-06-02 | 1 | -3/+3 |
* | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | 2004-06-02 | 2 | -7/+7 |
* | Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the | Ian Romanick | 2004-06-01 | 2 | -38/+32 |
* | Fix a couple issues related to GetDrawableInfo. In the new DRI | Ian Romanick | 2004-06-01 | 2 | -2/+8 |
* | Replace occurances of GLXDrawable and Drawable with __DRIid. | Ian Romanick | 2004-06-01 | 2 | -13/+13 |
* | Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY. | Ian Romanick | 2004-06-01 | 1 | -2/+2 |
* | Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including | Ian Romanick | 2004-05-27 | 1 | -0/+4 |
* | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | 2004-05-27 | 4 | -0/+2774 |
* | Added german translation to option texture_units. | Felix Kuehling | 2004-05-08 | 1 | -0/+1 |
* | Added a config option to set the number of available texture units. A | Ian Romanick | 2004-05-07 | 1 | -0/+5 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 3 | -2/+7 |
* | extend SOLO code so the DDX version isn't checked | Dave Airlie | 2004-03-15 | 1 | -5/+5 |
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 2 | -7/+8 |
* | include sched.h to get sched_yield() prototype | Brian Paul | 2004-01-18 | 1 | -0/+1 |
* | make second param of driParseConfigFiles() const | Brian Paul | 2004-01-18 | 2 | -3/+3 |
* | Respect the 'in_use' field in the global LRU as a marker for | Keith Whitwell | 2004-01-16 | 1 | -11/+6 |
* | Fixed a few typos in the german translation. | Felix Kuehling | 2004-01-08 | 1 | -4/+4 |
* | Use hand-made number parsing functions as the libc routines are locale-depend... | Felix Kuehling | 2004-01-07 | 1 | -2/+132 |
* | Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one | Felix Kuehling | 2004-01-05 | 1 | -0/+12 |
* | applied Felix's patch for configuration system | Brian Paul | 2003-12-12 | 2 | -21/+21 |
* | add driClipRectToFramebuffer helper function | Keith Whitwell | 2003-12-11 | 2 | -0/+37 |
* | bring in common from DRI trunk | Alan Hourihane | 2003-12-05 | 1 | -6/+61 |
* | build fix | Alan Hourihane | 2003-12-04 | 1 | -1/+1 |
* | Clean out some unused files | Jon Smirl | 2003-10-21 | 2 | -243/+0 |
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 8 | -33/+1326 |
* | Shared dri driver resources | Keith Whitwell | 2003-08-06 | 14 | -0/+3757 |