summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-116-22/+22
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* delete the texturesDave Airlie2004-02-231-0/+5
* minor cleanups from t_dd_vb.cDave Airlie2004-02-121-6/+8
* remove vertex_stride_shift, fix up code to not need itDave Airlie2004-02-124-45/+18
* fix up specular color/fog and triangle vertex retrievalDave Airlie2004-02-122-31/+37
* fixup vertex building code ..Dave Airlie2004-02-121-24/+21
* more updates , gears sorta worksDave Airlie2004-02-122-37/+14
* initialise VBLANKDave Airlie2004-02-111-0/+3
* fix missing include for SOLO buildDave Airlie2004-02-061-0/+1
* Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie2004-02-0615-93/+122
* Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie2004-02-0530-0/+11715