added device driver hooks for BindProgram, NewProgram, DeleteProgram
[mesa.git] / src / mesa / drivers / common /
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Jouk Jansen Committing in .
2004-01-22 Jouk Jansen Committing in .
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Keith Whitwellremove duplicate t_dd_* files
2004-01-20 Brian Paul_mesa_init_driver_functions() to initialize dd_function...
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-01-13 Brian Paulfix fog stride bugs (Michel Danzer)
2002-10-29 Brian Paulupdated email addresses
2002-10-23 Keith WhitwellFix projtex interp bug
2002-10-11 Keith Whitwelllineloop fix
2002-10-08 Brian Paulchange fog from GLfloat to GLfloat[4] (like other verte...
2002-10-08 Brian Paulimport from DRI CVS
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-08-21 Brian Pauls/ProjectedClipPtr/NdcPtr/
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-20 Keith WhitwellFix clipping problem on mga
2001-12-13 Keith Whitwellfix for ubyte colors
2001-12-11 Keith Whitwellfix glut tess lockup
2001-09-23 Keith WhitwellMore of the same
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-06-01 Keith Whitwellapply David Miller's quad/backcolor patch
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-09 Keith Whitwellremove debug code
2001-05-03 Keith Whitwellfix for moebius infinite loop
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-29 Keith Whitwelltypo
2001-04-29 Keith WhitwellMore HW_DIVIDE checks.
2001-04-29 Keith WhitwellAllow drivers to provide a dynamic CHECK_HW_DIVIDE...
2001-04-28 Keith Whitwellfix color copying in twosided quads
2001-04-28 Keith Whitwelladd specialized interp for backcolor, edgeflags
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-09 Alan Hourihaneremove a HAVE_ELTS that I'd stuck before.
2001-04-09 Alan Hourihanefix use of projected vertices with notex vertices when...
2001-04-07 Alan HourihaneAdd quad and quad_strip
2001-04-06 Alan Hourihaneadd FINISH function at end of each render_* function
2001-03-30 Keith WhitwellFix calculation of fog coordinate in translate_vertex().
2001-03-20 Gareth HughesMore updates. Radeon tnl module still disabled by...
2001-03-18 Keith WhitwellFix lineloops.
2001-03-17 Keith WhitwellRevert earlier changes protecting against null VB-...
2001-03-14 Gareth HughesFix typo.
2001-03-13 Gareth HughesInitial templates for immediate mode fastpaths, or...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-08 Brian Paulfixed RBGA ifdef typo
2001-03-07 Brian Pauladded an assertion in the init code, just to be safe
2001-03-05 Brian Paulfixed segfaults when tex unit 1 enabled, but not unit...
2001-03-05 Keith WhitwellDO_POINT renamed DO_POINTS
2001-03-05 Keith WhitwellChanges for ffb
2001-03-05 Keith WhitwellFix typo
2001-03-05 Keith WhitwellAdd missing cases for viewport transform. Remove INVAL...
2001-03-01 Keith WhitwellUncomment some defaults.
2001-03-01 Keith WhitwellBugfixes for vertex format, templates
2001-02-28 Keith WhitwellTemplates are in working order.
2001-02-24 Keith WhitwellTemplate work
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...