Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-16 | Add missing inlcude directory. | michal | |
2007-08-15 | Remove mesa include directories, be stricter about include paths. | Keith Whitwell | |
2007-08-06 | Add path for GL includes in mesa tree. | michal | |
2007-08-06 | Add pipe buffer managment functions. | Keith Whitwell | |
The state_tracker driver needs these to implement, eg. pixel buffer objects, vertex buffer objects. | |||
2007-08-01 | Build libsoftpipe.a | Keith Whitwell | |
Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations. |