use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats...
[mesa.git] / src / mesa / drivers /
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
2004-06-17 Dave AirlieFix up texture compression mipmapping .. not sure if...
2004-06-16 Brian Pauldon't use // comments (Thomas Hellstrom)
2004-06-16 Dave Airlieremove unused mode function
2004-06-16 Dave Airlieswitch to using driFillInModes fix depthbuffer = 0
2004-06-16 Keith WhitwellFix batch.ptr when dropping a batchbuffer segment due...
2004-06-15 Ian RomanickFix a couple typeos in the tables for driFillInModes.
2004-06-15 Daniel Borcafix correct parameters passed to StoreImage
2004-06-14 Adam Jackson_really_ fix parameters to StoreImage calls.
2004-06-14 Daniel BorcaFixed a bug in vertex emitter (untile we move to t_vert...
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-06-11 Alan Hourihanere-enable rect texture
2004-06-10 Keith WhitwellNew driver for i915 as well as older i830/i845/i865...
2004-06-10 Dave AirlieAdd FXT1 compression support to i830 driver
2004-06-10 Eric AnholtFix an "overflow in implicit constant conversion" warni...
2004-06-10 Adam Jacksonsilence a warning
2004-06-09 Dave Airlieremove unused stuff, fix non-native build
2004-06-09 Dave Airliefix mach64 non native.. no reason to use it...
2004-06-09 Eric AnholtFix reflect demo: We were using the 3D Clear path unnec...
2004-06-09 Eric Anholt* sisChooseRenderState doesn't depend on _NEW_TEXTURE...
2004-06-09 Dave Airliemake rm for common not complain
2004-06-09 Dave Airlieremove depend on clean
2004-06-09 Dave Airliefix bug with emitting spec/fog report by Eric Anholt...
2004-06-08 Dave AirlieFix rectangular textures on i830 - well texrect at...
2004-06-08 Eric Anholt* Convert to use t_vertex.c instead of sis_vb.[ch]
2004-06-08 Daniel Borcacorrected a bug wrt point_size
2004-06-08 Eric AnholtClean a little whitespace that's been bothering me.
2004-06-07 Ian RomanickFix up some remaining include issues. Replace Xmalloc...
2004-06-07 Ian RomanickThe required DDX and DRI version numbers were switched...
2004-06-07 Eric AnholtAdd NEW_INTERFACE bits.
2004-06-07 Dave Airliefix all those warnings
2004-06-07 Dave Airlieuse the mesa defines
2004-06-07 Dave Airlieoops fix a bug I introduced
2004-06-07 Dave Airliefix the versions
2004-06-07 Dave Airliemake endian code work on BSD
2004-06-06 Dave AirlieRemove use of X windows include
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-06 Ian RomanickBool may not be available when DRI_NEW_INTERFACE_ONLY...
2004-06-05 Ian RomanickEnable use of new DRI interface in Unichrome driver.
2004-06-04 Ian RomanickStart to "modernize" the driver.
2004-06-04 Ian RomanickReplace 'Display *' with '__DRInativeDisplay *'.
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 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 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 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 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 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 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 Daniel Borcaadded GL_NV_blend_square
2004-05-18 Daniel Borcaadded some core-level extensions
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()
next