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-16 | fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645) | Brian Paul | |
2004-10-06 | fix GetVertexAttrib problem | Brian Paul | |
2004-10-04 | ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) | Brian Paul | |
2004-03-10 | Moved from src/mesa/main. | Michal Krol | |