summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-06-03masked out unsupported glBlendColor (some games check only the proc addr)Daniel Borca
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-02Require libGL API version 20040602, which actually exportsIan Romanick
2004-06-02Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick
2004-06-02add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger
2004-06-02change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s...Roland Scheidegger
2004-06-02Minor changes to make it work better outside X. "Success" is replacedIan Romanick
2004-06-02Replace use of XID with __DRIid.Ian Romanick
2004-06-02Re-import from DRI tree.Ian Romanick
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick
2004-06-02fix stencil index bug (#964704)Brian Paul
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-02Check for NULL texture object when choosing texture sampler. Fixes segfault ...Brian Paul
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick
2004-06-01add support for GL_ARB_texture_env_crossbarRoland Scheidegger
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick
2004-06-01Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick
2004-06-01Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.Ian Romanick
2004-06-01Remove unnecessary #include "mach64_common.h" which breaks the build for me.Eric Anholt
2004-06-01Missed in last commit:Eric Anholt
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-05-31Use MKDEP make variables instead of hard-coding.Eric Anholt
2004-05-31reworked FXT1Daniel Borca
2004-05-31fixup mach64 for newer build/typesDave Airlie
2004-05-29check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul
2004-05-28use new interface for tdfx (phase 2)Adam Jackson
2004-05-28Fix type conflict.Adam Jackson
2004-05-28update so it compiles again (untested driver path!). Basically ported changes...Roland Scheidegger
2004-05-28remove never finished verts path (r200_maos_vbtmp.h, r200_maos_verts.c) and u...Roland Scheidegger
2004-05-27Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without includingIan Romanick
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-27change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger
2004-05-27Modify glprocs.h to have two tables instead of one. The first tableIan Romanick
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2004-05-25only use simple_z_textured_triangle if depthBits <= 16Brian Paul
2004-05-25Added a couple fog coordinate related register defines.Ian Romanick
2004-05-25Modify the generate assembly code to not use global registers %g2,Ian Romanick
2004-05-25oopsDaniel Borca
2004-05-25FXT1 texture compression (initial draft)Daniel Borca
2004-05-24Fixed a bug that caused every dispatch function to call glNewList.Ian Romanick
2004-05-24WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.Felix Kuehling
2004-05-24Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt
2004-05-24Add missing sisInitDriverFuncs call. Fixes segfault.Eric Anholt
2004-05-24Generates assembly dispatch stubs for SPARC. Generates different outputIan Romanick
2004-05-24stop crash when debuggingDave Airlie
2004-05-21fix bug #957792 (swap buffers), plus misc clean-upsBrian Paul