bring in Keith's _math_matrix_ortho() compiler work-around
[mesa.git] / src / mesa / drivers /
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
2004-01-18 Brian Paulinclude sched.h to get sched_yield() prototype
2004-01-18 Brian Paulmake second param of driParseConfigFiles() const
2004-01-17 Michel DänzerFix cosmetic GL_RENDERER string problem (Andreas Stenglein)
2004-01-16 Keith WhitwellRespect the 'in_use' field in the global LRU as a marke...
2004-01-16 Daniel Borcafixed refresh rate control in Glide wrapper
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-14 Karl SchultzReplace with version generated from new python script.
2004-01-14 Daniel Borcafixed a bug in texture memory manager when in UMA mode
2004-01-14 Michel DänzerFix initialisation of cubic tecture offsets (Andreas...
2004-01-13 Karl Schultzadd new entrypoints
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2004-01-13 Daniel Borcare-enabled trilinearness
2004-01-13 Daniel Borcasmall fixes
2004-01-13 Daniel Borcaupdated FX wrapper
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-12 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2004-01-11 Michel DänzerActually disable HW TCL capability when SW TCL is forced.
2004-01-09 Keith WhitwellRoland Scheidegger's r200_changeemitorder.diff.
2004-01-08 Felix KuehlingFixed a few typos in the german translation.
2004-01-08 Daniel Borcaenvvars to control run-time
2004-01-07 Felix KuehlingUse hand-made number parsing functions as the libc...
2004-01-07 Brian Paulreindent the code
2004-01-07 Daniel Borcabugfix in texture swapping mechanism (multitex)
2004-01-07 Daniel Borcatemporary workaround for bad primitives in fx_render_vb...
2004-01-07 Daniel Borcaprotect against broken apps
2004-01-07 Daniel Borcateensy bit of optimization in interp code
2004-01-07 Daniel Borcawgl interface
2004-01-07 Daniel Borcacleanups
2004-01-07 Daniel BorcaMingw3 prototypes
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-05 Felix KuehlingAdded def_max_anisotropy and no_neg_lod_bias options...
2004-01-05 Felix KuehlingAdded two new options: def_max_anisotropy and no_neg_lo...
2004-01-04 Felix KuehlingNew, less expensive workaround for state-change lockups.
2004-01-04 Felix KuehlingReenable the vtxfmt code paths in the radeon and r200...
2003-12-28 Felix KuehlingFix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
2003-12-27 Keith WhitwellDon't allow lighting in model coordinates when fog...
2003-12-23 Daniel Borcareverted TMUs for proper multitexturing
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-13 Brian PaulUpdates from Philippe Houdoin.
2003-12-12 Brian Paulcheck swrast->NewState in Draw/CopyPixels functions
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-12 Daniel Borcasmall bug wrt culling
2003-12-12 Brian Paulfix visinfo typo
2003-12-12 Brian Paulcheck for null dpy in Fake_glXGetConfig()
2003-12-11 Keith Whitwelladd driClipRectToFramebuffer helper function
next