Age | Commit message (Expand) | Author |
2004-10-26 | As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513. | Ian Romanick |
2004-10-18 | Small optimization for big-endian (e.g., PowerPC) systems. | Ian Romanick |
2004-10-16 | Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format | Ian Romanick |
2004-10-15 | Fixed a few places that should have been using GET_SRC_PTR. | Ian Romanick |
2004-10-14 | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick |
2004-10-13 | Add a license to this file. It was written on VA's watch, so they get | Keith Whitwell |
2004-10-13 | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian Romanick |
2004-10-13 | Refactor the code in driGetRendererString a bit to make it easier to | Ian Romanick |
2004-10-08 | Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't | Eric Anholt |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-09-28 | use GLuint instead of uint | Daniel Borca |
2004-09-24 | patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) | Brian Paul |
2004-09-07 | This patch enables GL_ARB_vertex_program and GL_NV_vertex_program | Dave Airlie |
2004-08-12 | Fix dri_util.c build with new headers. | Eric Anholt |
2004-07-26 | Fixed hash table allocation to avoid an assertion failure due to a | Felix Kuehling |
2004-07-10 | Make GET_PROGRAM_NAME work with uCLibc using the __progname hack. | Felix Kuehling |
2004-07-09 | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-06-29 | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick |
2004-06-26 | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl |
2004-06-19 | Big-endian texture fixes from Michel Dänzer. | Brian Paul |
2004-06-15 | Fix a couple typeos in the tables for driFillInModes. | Ian Romanick |
2004-06-07 | Fix up some remaining include issues. Replace Xmalloc / Xfree with | Ian Romanick |
2004-06-06 | Remove the rest of the need for glxclient.h and remove it from the tree. | Ian Romanick |
2004-06-03 | Add a new function, driFillInModes, that is to be used by drivers to | Ian Romanick |
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl |
2004-06-02 | driCheckDriDdxDrmVersion uses a function that is not available to | Ian Romanick |
2004-06-02 | Removed need for sarea.h, various touch ups to get rid of type mismatches. | Jon Smirl |
2004-06-02 | Require libGL API version 20040602, which actually exports | Ian Romanick |
2004-06-02 | Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY is | Ian Romanick |
2004-06-02 | Minor changes to make it work better outside X. "Success" is replaced | Ian Romanick |
2004-06-02 | Replace use of XID with __DRIid. | Ian Romanick |
2004-06-02 | XF86DRIDestroyContext, XF86DRICreateDrawable, and | Ian Romanick |
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick |
2004-06-01 | Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the | Ian Romanick |
2004-06-01 | Fix a couple issues related to GetDrawableInfo. In the new DRI | Ian Romanick |
2004-06-01 | Replace occurances of GLXDrawable and Drawable with __DRIid. | Ian Romanick |
2004-06-01 | Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY. | Ian Romanick |
2004-05-27 | Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including | Ian Romanick |
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick |
2004-05-08 | Added german translation to option texture_units. | Felix Kuehling |
2004-05-07 | Added a config option to set the number of available texture units. A | Ian Romanick |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane |
2004-03-15 | extend SOLO code so the DDX version isn't checked | Dave Airlie |
2004-01-27 | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell |
2004-01-18 | include sched.h to get sched_yield() prototype | Brian Paul |
2004-01-18 | make second param of driParseConfigFiles() const | Brian Paul |
2004-01-16 | Respect the 'in_use' field in the global LRU as a marker for | Keith Whitwell |
2004-01-08 | Fixed a few typos in the german translation. | Felix Kuehling |
2004-01-07 | Use hand-made number parsing functions as the libc routines are locale-depend... | Felix Kuehling |