silence warnings
[mesa.git] / src / mesa / drivers /
2004-03-04 Brian Paulsilence warnings
2004-03-04 Felix KuehlingClearing rectangle was one too big in each direction.
2004-03-03 Daniel Borca_tnl_allow_*_fog(...)
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-03-02 Felix KuehlingFixed some small state tracking issues while hunting...
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-03-01 Roland ScheideggerAdd support for the new DRI driver interfaces to the...
2004-02-29 Felix KuehlingCorrected the maximum vertex size argument of _tnl_init...
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-28 Michel DänzerOnly print message about disabling HW TCL if the chip...
2004-02-27 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-27 Ian RomanickFix a problem with 24-bit screens. Modes with 0 stenci...
2004-02-26 Felix KuehlingSet ctx->Const.MaxTexture[Image/Coord]Units correctly...
2004-02-26 Felix KuehlingAdapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros...
2004-02-26 Felix KuehlingForgot to remove savagevb.h in last commit.
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-26 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-25 Felix KuehlingCall _tnl_allow_pixel/vertex_fog in savageCreateContext...
2004-02-24 Brian Paulcall _tnl_allow_pixel/vertex_fog() funcs
2004-02-23 Brian Paulupdates from Erdi Chen
2004-02-23 Dave Airliedelete the textures
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-16 Roland Scheideggertexture env combine refactor (Andreas Stenglein), follo...
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-02-13 Ian RomanickMinor tweaks to get the fbconfig list returned by __dri...
2004-02-12 Ian RomanickFix a problem that caused the new interface code to...
2004-02-12 Ian RomanickEnable use of new DRI interface in MGA driver.
2004-02-12 Dave Airlieminor cleanups from t_dd_vb.c
2004-02-12 Dave Airlieremove vertex_stride_shift, fix up code to not need it
2004-02-12 Dave Airliefix up specular color/fog and triangle vertex retrieval
2004-02-12 Dave Airliefixup vertex building code ..
2004-02-12 Dave Airliemore updates , gears sorta works
2004-02-11 Dave Airlieinitialise VBLANK
2004-02-11 Ian RomanickInitial pass at adding support for the new DRI driver...
2004-02-10 Roland Scheideggerchange lighting to use MULT instead of PREMULT (i.e...
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-02-10 Roland ScheideggerChanged lighting to use SOURCE_MATERIAL instead of...
2004-02-09 Daniel Borcareorganized DMesa to fxMesa wrapper
2004-02-09 Daniel Borcadeal with combine_ext refactor
2004-02-08 Brian Paulimplement Fake_glXCreateWindow() to fix bug #890894
2004-02-07 Daniel Borcaremoved MGA driver from DMesa
2004-02-07 Daniel Borcaadded NUL driver for DMesa
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerremove bogus check of texture target in R200TexParameter
2004-02-06 Roland Scheideggeralign blits for texture rectangles correctly, fix poten...
2004-02-06 Roland Scheideggerfix potential problem overwriting dma region
2004-02-06 Roland Scheideggerremove bogus check of texture target in RadeonTexParameter
2004-02-06 Dave Airliefix missing include for SOLO build
2004-02-06 Dave AirlieRemove warnings from mach64 build, fix up some _SOLO...
2004-02-05 Dave AirlieInitial mach64 driver import for DRI mach64-0-0-6 branch,
2004-02-05 Dave Airliefix ugly bug triggered by macro expansion
2004-02-04 Brian Paulfix glXChooseFBConfig bug 890167
2004-02-02 Felix KuehlingInclude context.h in radeon_state.c.
2004-02-02 Brian PaulglXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
2004-02-02 Daniel Borcafixed a bug in GL_NEAREST sampler
2004-01-30 Brian PaulMinor fixes for recent Mesa 6.1 changes
2004-01-30 Brian PaulVia Unichrome/cle266 driver (Erdi Chen)
2004-01-29 Daniel BorcaGL_TEXTURE_1D and other stories...
2004-01-28 Ian RomanickFixed a cut-and-paste bug from the BlendFuncSeparate...
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
2004-01-28 Dave Airliefix breakage associated with pointers not being initial...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Karl SchultzAdd new driverfuncs.
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-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-24 Felix KuehlingParse radeon, not r200 configuration in radeonCreateCon...
2004-01-24 Michel DänzerFix hardware ROP state handling (Roland Scheidegger)
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Brian Paulmore fixing for tdfxUpdateTexturePalette
2004-01-23 Brian Paula few more tweaks
2004-01-23 Brian Paulfix assorted compilation issues
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-23 Jouk Jansen Committing in .
2004-01-23 Michel DänzerCall UpdateMaterial() unconditionally on GL_COLOR_MATER...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-22 Ian RomanickCorrected a comment about how the DOT3 hardware works...
2004-01-22 Jouk Jansen Committing in .
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickMake the R200 driver work with the NewTextureObject...
2004-01-21 Keith WhitwellUse new EMIT_PAD functionality for spec and/or fog...
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 Daniel Borcafixed a bug in VGA initialization routine
2004-01-20 Keith Whitwellremove duplicate t_dd_* files
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-20 Brian Paul_mesa_init_driver_functions() to initialize dd_function...
2004-01-19 Brian Paulreplace -lm with $(GL_LIB_DEPS) to get -lexpat
2004-01-19 Keith WhitwellMigrate i830 driver to t_vertex.[ch] for building hw...
2004-01-19 Brian Paulfix glitch from previous check-in (pointer vs int)
2004-01-18 Brian Paulminor changes to silence warnings
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-18 Brian Paulchange Data ptr from GLbyte to GLubyte to silence warnings
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-18 Brian Pauls/char/GLubyte/ to silence warnings
next