Replace use of XID with __DRIid.
[mesa.git] / src / mesa / drivers / dri /
2004-06-02 Ian RomanickReplace use of XID with __DRIid.
2004-06-02 Ian RomanickRe-import from DRI tree.
2004-06-02 Ian RomanickXF86DRIDestroyContext, XF86DRICreateDrawable, and
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Roland Scheideggeradd support for GL_ARB_texture_env_crossbar
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-06-01 Ian RomanickFix a couple issues related to GetDrawableInfo. In...
2004-06-01 Ian RomanickReplace occurances of GLXDrawable and Drawable with...
2004-06-01 Ian RomanickFix a couple typos that prevent building with DRI_NEW_I...
2004-06-01 Eric AnholtRemove unnecessary #include "mach64_common.h" which...
2004-06-01 Eric AnholtMissed in last commit:
2004-06-01 Eric AnholtBuild fixing for FreeBSD. GNU make is installed as...
2004-05-31 Eric AnholtUse MKDEP make variables instead of hard-coding.
2004-05-31 Dave Airliefixup mach64 for newer build/types
2004-05-28 Adam Jacksonuse new interface for tdfx (phase 2)
2004-05-28 Adam JacksonFix type conflict.
2004-05-28 Roland Scheideggerupdate so it compiles again (untested driver path!...
2004-05-28 Roland Scheideggerremove never finished verts path (r200_maos_vbtmp.h...
2004-05-27 Ian RomanickDefine PFNGLXGETMSCRATEOMLPROC so that DRI will build...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-27 Roland Scheideggerchange some explicit references to texture units 0...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-25 Ian RomanickAdded a couple fog coordinate related register defines.
2004-05-24 Felix KuehlingWAIT_IDLE_EMPTY in savageSwapBuffers until real frame...
2004-05-24 Eric AnholtClean up some warnings by making sis_fatal_error a...
2004-05-24 Eric AnholtAdd missing sisInitDriverFuncs call. Fixes segfault.
2004-05-24 Dave Airliestop crash when debugging
2004-05-21 Brian Paulfix bug #957792 (swap buffers), plus misc clean-ups
2004-05-21 Roland Scheideggerfix constant texture environment color setup for textur...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-05-20 Roland Scheideggeradd check if drm is new enough for packet R200_EMIT_RB3...
2004-05-20 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR register
2004-05-14 Roland ScheideggerFix GL_MIN and GL_MAX blend equations (set blend factor...
2004-05-13 Brian Paulcast driHwLock assignment
2004-05-13 Brian Paulsilence warning in assignment to gp.value
2004-05-13 Brian Paulfix parameters to StoreImage()
2004-05-12 Erdi ChenFixed code that has computed incorrect number of modes.
2004-05-12 Ian RomanickAdded support for GL_EXT_blend_equation_separate and
2004-05-12 Ian RomanickFixed a bug that showed up in several multitexturing...
2004-05-12 Brian Paulfix parameters to StoreImage calls
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-11 Ian RomanickFix a possible segfault caused by the SGI_make_current_...
2004-05-09 Jon SmirlFix solo build, add missing #ifdef NEW_INTERFACE
2004-05-08 Felix KuehlingAdded german translation to option texture_units.
2004-05-08 Eric AnholtDon't mix variable definitions and other statements...
2004-05-07 Ian RomanickAdd support for GLX_SGI_make_current_read.
2004-05-07 Ian RomanickWarning clean-ups.
2004-05-07 Ian RomanickEnable use of new DRI interface in i830 driver.
2004-05-07 Ian RomanickAdd support for the 3rd and 4th texture units. The...
2004-05-07 Ian RomanickAdded a config option to set the number of available...
2004-05-07 Ian RomanickRefactor "classic" texture environments to be implement...
2004-05-05 Ian RomanickRemove a debug printf that should not have been left in.
2004-05-05 Ian RomanickAdded support for the 3rd texture coordinate for cubema...
2004-05-04 Dave Airlieadd r200 x86 sources
2004-05-04 Dave Airlieswitch to X86_SOURCES
2004-05-03 Adam JacksonSkeletal fallback-only DRI driver. Initial checkin...
2004-05-03 Dave Airlieremove this use the one from the DRM
2004-05-03 Dave Airliethe config is included by the Makefiles that includes...
2004-05-03 Dave Airlieadd asm sources
2004-05-03 Dave Airlieclean up the common objects..
2004-05-03 Dave Airlieget rid of last few XF86DRIClipRect
2004-05-03 Dave Airliefix up build for solo/dri
2004-05-02 Brian Paulfix StoreImage calls, remove dead code (Adam Jackson)
2004-04-30 Keith WhitwellDefine GLX_DIRECT_RENDERING in Makefile.template
2004-04-29 Ian RomanickRemove several files that are only used in the XFree86...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-27 Ian RomanickUse the dispatch table directly instead of calling...
2004-04-27 Ian RomanickRemove include of texutil.h to get build working.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-24 Brian Paulcall drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)
2004-04-23 Ian RomanickConvert R200 driver to use the t_vertex interface.
2004-04-23 Brian Paulinit mgaScreen->irq (Tilman Sauerbeck)
2004-04-22 Roland Scheideggerfix bracket at wrong place
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-22 Brian PaulNew glTexImage code.
2004-04-15 Dave Airlieadd drm source dir for solo includes
2004-04-15 Dave Airlieget the libraries the right way round..
2004-04-15 Dave Airlieset default page flipping to zero can be changed in...
2004-04-14 Keith WhitwellHack to get things compiling - include "drm.h" instead...
2004-04-14 Keith WhitwellLink against GL_LIB_DEPS
2004-04-14 Keith WhitwellFirst attempt at building a dri module in this tree
2004-04-14 Keith WhitwellFirst pass at support for building DRI drivers in mesa...
2004-04-14 Alan Hourihanedisable under _SOLO build
2004-04-14 Dave Airlieget agpmode from config file
2004-04-13 Alan Hourihanefix the usage of GLX_MESA_allocate_memory
2004-04-13 Dave Airliemake this exactly like XFree86 .. allows 4x to work
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-08 Alan Hourihanemake note about needing to fix the drm driver to enable...
2004-04-08 Brian Paullots of Makefile updates for new build system
2004-04-08 Brian Paulmove pSAREAPriv declaration to be C-compliant
2004-04-08 Alan Hourihanebuild fixes
2004-03-27 Felix KuehlingForgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-26 Brian PaulDon't use pushd/popd.
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
2004-03-25 Felix KuehlingMore state management changes:
next