summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64
AgeCommit message (Expand)Author
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-31Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) andEric Anholt
2005-05-30Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides aEric Anholt
2005-05-30Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH.Eric Anholt
2005-05-30Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
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