aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-38/+17
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-54/+0
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-21/+4
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-7/+10
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-0/+2
* Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) andEric Anholt2005-05-313-10/+39
* Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides aEric Anholt2005-05-301-6/+18
* Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH.Eric Anholt2005-05-301-63/+18
* Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt2005-05-304-6/+11
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-048-23/+138
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-319-27/+0
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-5/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-022-2/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-14/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-6/+6
* remove unused stuff, fix non-native buildDave Airlie2004-06-091-24/+2
* fix mach64 non native.. no reason to use it...Dave Airlie2004-06-092-300/+176
* fix all those warningsDave Airlie2004-06-072-55/+34
* use the mesa definesDave Airlie2004-06-071-10/+1
* oops fix a bug I introducedDave Airlie2004-06-071-1/+1
* fix the versionsDave Airlie2004-06-071-2/+2
* make endian code work on BSDDave Airlie2004-06-071-0/+7
* Remove use of X windows includeDave Airlie2004-06-061-2/+2
* Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl2004-06-031-25/+0
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-20/+27
* kill __driRegisterExtensions(), none of the functions did anythingJon Smirl2004-06-031-26/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+10
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-023-295/+4
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-023-10/+10
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* Remove unnecessary #include "mach64_common.h" which breaks the build for me.Eric Anholt2004-06-011-1/+0
* fixup mach64 for newer build/typesDave Airlie2004-05-3110-58/+51
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* silence warning in assignment to gp.valueBrian Paul2004-05-131-1/+1
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-121/+0
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-293-82/+10
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-56/+60
* New Makefile systemBrian Paul2004-03-261-0/+116
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-10/+10
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-213-9/+9
* Add new interface support don't switch on yet ..Dave Airlie2004-03-211-0/+183
* Add includes to make mach64 buildDave Airlie2004-03-192-1/+2