Redo of removing __driRegisterExtensions(). I accidentally undid the previous check in.
[mesa.git] / src /
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 Roland Scheideggerfix minor signedness issue in assertion
2004-06-03 Ian RomanickRemove fill_in_modes and use driFillInModes instead.
2004-06-03 Ian RomanickAdd a new function, driFillInModes, that is to be used...
2004-06-03 Keith WhitwellFix problems when sizeof(Node) != sizeof(float)
2004-06-03 Daniel Borcamasked out unsupported glBlendColor (some games check...
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 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-02 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickRequire libGL API version 20040602, which actually...
2004-06-02 Ian RomanickMake sure USE_NEW_INTERFACE is defined if DRI_NEW_INTER...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-06-02 Roland Scheideggerchange GL_ARB_texture_env_crossbar implementation behav...
2004-06-02 Ian RomanickMinor changes to make it work better outside X. "Succe...
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 Brian Paulfix stencil index bug (#964704)
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-02 Brian PaulCheck for NULL texture object when choosing texture...
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 Daniel Borcareworked FXT1
2004-05-31 Dave Airliefixup mach64 for newer build/types
2004-05-29 Brian Paulcheck for null pointer in Fake_glXCreateGLXPbufferSGIGI...
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 RomanickModify glprocs.h to have two tables instead of one...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-25 Brian Paulonly use simple_z_textured_triangle if depthBits <= 16
2004-05-25 Ian RomanickAdded a couple fog coordinate related register defines.
2004-05-25 Ian RomanickModify the generate assembly code to not use global...
2004-05-25 Daniel Borcaoops
2004-05-25 Daniel BorcaFXT1 texture compression (initial draft)
2004-05-24 Ian RomanickFixed a bug that caused every dispatch function to...
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 Ian RomanickGenerates assembly dispatch stubs for SPARC. Generates...
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-21 Ian Romanicks/sop/rop/ in a couple places to fix some bugs. Added...
2004-05-20 Ian RomanickAdded all of the missing ARB extensions. Added all...
2004-05-20 Daniel Borcadoc update; minor changes
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-19 Ian RomanickAdded some in-code documentation. Modifed glParameter...
2004-05-19 Ian RomanickRe-ordered categories. Added extension number information.
2004-05-19 Daniel Borcaadded GL_NV_blend_square
2004-05-18 Ian RomanickNew scripts for processing the XML version of APIspec...
2004-05-18 Daniel Borcaadded some core-level extensions
2004-05-17 Brian Paulfixed some bogus array enable tests (Soju Matsumoto)
2004-05-14 Brian Paulminor doxygen updates
2004-05-14 Brian PaulMinor fixes/optimizations to type conversions in draw_d...
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-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
2004-05-12 Brian PaulGL_BGR can't be used with the packed types, according...
2004-05-12 Brian Paulsome component ordering bugs in extract_float_rgba()
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 compiler warnings (Jerome Glisse)
2004-05-12 Brian Paulfix parameters to StoreImage calls
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulremove the last line of the previous patch
2004-05-12 Brian Paulfix red/green/blueBits typos
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-12 Brian Paulyank bgr233 texformat. minor comment updates.
2004-05-12 Daniel Borcaminor fixes
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-11 Ian RomanickFix a possible segfault caused by the SGI_make_current_...
2004-05-10 Brian PaulDon't call calculate_derived_texenv() from in _mesa_Tex...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
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.
next