summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64
AgeCommit message (Expand)Author
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-06-09remove unused stuff, fix non-native buildDave Airlie
2004-06-09fix mach64 non native.. no reason to use it...Dave Airlie
2004-06-07fix all those warningsDave Airlie
2004-06-07use the mesa definesDave Airlie
2004-06-07oops fix a bug I introducedDave Airlie
2004-06-07fix the versionsDave Airlie
2004-06-07make endian code work on BSDDave Airlie
2004-06-06Remove use of X windows includeDave Airlie
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Remove unnecessary #include "mach64_common.h" which breaks the build for me.Eric Anholt
2004-05-31fixup mach64 for newer build/typesDave Airlie
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-13silence warning in assignment to gp.valueBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-21Add new interface support don't switch on yet ..Dave Airlie
2004-03-19Add includes to make mach64 buildDave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-02-23delete the texturesDave Airlie
2004-02-12minor cleanups from t_dd_vb.cDave Airlie
2004-02-12remove vertex_stride_shift, fix up code to not need itDave Airlie
2004-02-12fix up specular color/fog and triangle vertex retrievalDave Airlie
2004-02-12fixup vertex building code ..Dave Airlie
2004-02-12more updates , gears sorta worksDave Airlie
2004-02-11initialise VBLANKDave Airlie
2004-02-06fix missing include for SOLO buildDave Airlie
2004-02-06Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie