Fix hardware ROP state handling (Roland Scheidegger)
[mesa.git] / src / mesa / drivers /
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
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-11 Daniel Borcafixed prototypes for wglGammaRamp3DFX
2003-12-10 Alan Hourihanefix from DRI trunk
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-12-10 Alan Hourihanefix typo
2003-12-09 Keith WhitwellIn fact, bring all the changes from mesa/tnl_dd to...
2003-12-09 Keith WhitwellRemove old ubyte-color support code. Update interp...
2003-12-09 Keith WhitwellFix typo.
2003-12-09 Keith WhitwellMGA only has one vertex format.
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-09 Keith WhitwellFix use of uninited value 'flags', removed unused vars.
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-09 Keith Whitwellclean up some compiler warnings
2003-12-09 Keith WhitwellNo need to call UpdateMaterial() from RunPipeline().
2003-12-09 Keith WhitwellNo need to call radeonUpdateMaterial() from RunPipeline().
2003-12-09 Eric AnholtRemove usleeps from sis driver. We probably aren't...
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
next