Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | |
use 64-bit pointers and 32-bit longs. So, operations like casting pointers to unsigned long and back to pointer won't work. glheader.h now includes files to define uintptr_t, which should instead be used for this sort of operation. It is an integer type that is the same size as a pointer. | |||
2004-10-02 | fix LoadProgramNV regression when I had fixed the RefCount bug | Brian Paul | |
2004-06-20 | call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ↵ | Brian Paul | |
Fixes problems found with Cg demos. | |||
2004-04-21 | Fix up some assorted issues with initialization of vertex program registers. | Brian Paul | |
Some need to be set per-vertex, other per-primitive. Cleared that up. Only need to init temp/result registers if executing an NV vertex program. | |||
2004-03-29 | Moved from src/mesa/main | Michal Krol | |