Reorganized hardware state data structures and state emission. Don't track
[mesa.git] / src / mesa / drivers / dri / i830 /
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-05 Dave Airliefix ugly bug triggered by macro expansion
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
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-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 Brian PaulBefore calling _mesa_create_context(), initialize a...
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 Paulinclude texobj.h to silence warnings
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-12 Brian Paulnew Makefiles
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-08 Keith WhitwellProvide dummy definitions of __driConfig externs
2003-12-07 Alan Hourihanemerge i830 DRI driver from DRI trunk
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-20 Jon SmirlFix Makefiles to copy lib to $(TOP)/lib if missing
2003-10-16 Jon SmirlMinor changes to make linux-solo build again
2003-09-30 Alan Hourihaneadd gamma driver - no kernel driver yet
2003-09-30 Alan Hourihanefix cut & paste errors
2003-09-30 Alan Hourihaneadd the i830 driver - no kernel driver yet