Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-02-24 | added some const keywords | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-10-06 | VertexAttrib4fv wasn't being installed (4f was). | Keith Whitwell | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-04-09 | bring in changes from dri tcl branch | Keith Whitwell | |
2001-12-15 | vertex program fixes | Brian Paul | |
2001-12-14 | vertex program check-in | Brian Paul | |
2001-12-04 | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | |
2001-11-18 | API dispath updates | Brian Paul | |
2001-03-12 | Add missing header file include. | Gareth Hughes | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-11 | Minor cleanups. | Gareth Hughes | |
2001-03-11 | Clean up install, restore for exec vtxfmts. | Gareth Hughes | |
2001-03-11 | Support for swappable tnl modules. | Gareth Hughes | |
Core Mesa provides a neutral tnl module that verifies the currently module before installing the tnl function pointers in a lazy fashion. It also records which tnl functions have been swapped out, and only restores these when tnl modules themselves are swapped. Fallback strategies: Drivers set a bitmask of dangerous stage changes. When such a state change occurs, the driver should restore the neutral tnl module via _mesa_restore_exec_vtxfmt(). The neutral tnl module will call _mesa_update_state(), followed by ctx->Driver.ValidateTnlModule() if the validation bitmask matches the new state bitmask. The driver should call _tnl_wakeup_exec() if it can no longer handle the current state, which will revert to the default tnl module. In this case, previous vertices should be replayed as required (depending on the current primitive) after the new tnl module is installed. If the driver uses chooser functions for any part of the tnl module, these should generally be reinstalled as part of the fallback to the neutral tnl module. For example, if the lighting state changes, a driver might fall back to the neutral tnl module, verify that the current lighting state can be handled, and use the chooser function to pick the most efficient implementation of the current lighting state. It is up to the drivers to detect and handle fallback cases caused by tnl function calls themselves (such as glTexCoord4f* if the current tnl module can't handle projected textures, for example). | |||
2000-11-24 | New files... | Keith Whitwell | |