Added configuration support to the Savage driver. Three options are
[mesa.git] / src / mesa / drivers / dri / r128 /
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-17 Ian RomanickFix t_vertex byte-ordering issues for PowerPC. This...
2004-10-17 Ian RomanickFix hangs on big-endian (e.g., PowerPC) hardware.
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-08 Eric AnholtUse the right FALLBACK macro for projtex so that projec...
2004-10-08 Eric AnholtAdd fallback debugging (R128_DEBUG=fall) output, and...
2004-10-03 Eric AnholtRemove empty r128_vb.h.
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Eric AnholtConvert Rage 128 over to t_vertex.c. While it's slight...
2004-08-14 Dave Airliebuild fix from XFree86 tree
2004-07-10 Jon SmirlMake solo radeon/r128 drivers track fix for DRI bug 849
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-04 Eric AnholtBugzilla #755: Fix polygon offset by setting DEPTH_SCAL...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-04 Ian RomanickEnable GL_EXT_blend_subtract and GL_NV_blend_square.
2004-06-03 Jon SmirlRedo of removing __driRegisterExtensions(). I accidenta...
2004-06-03 Ian RomanickEnable use of new DRI interface in Rage128 driver.
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-03 Jon Smirlkill __driRegisterExtensions(), none of the functions...
2004-06-02 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
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-26 Brian PaulNew Makefile system
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-12 Jon SmirlMake R128 driver use sarea/defines from DRM. removed...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-04 Brian Paulcasts to silence warnings
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Brian Paulremove bogus assertion in DeleteTexture() function
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-13 Ian RomanickRemoved some dead code. R128 does not (as far as I...
2004-01-13 Ian RomanickAdded some missing extension strings.
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Brian Paulnew Makefiles
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-05 Alan Hourihanefix some _SOLO build problems
2003-12-05 Alan Hourihanemerge r128 DRI driver from DRI trunk
2003-12-04 Alan Hourihanebuild fix
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-10-20 Jon SmirlFix Makefiles to copy lib to $(TOP)/lib if missing
2003-08-24 Jon SmirlFix compile problems with `glMultiModeDrawArraysIBM'
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper