Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-16 | Silence warnings. | michal | |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell | |
Mainly down to the support for legacy TNL processing now. | |||
2007-08-13 | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell | |
Pipe drivers shouldn't really know much about mesa and certainly shouldn't be #including files from src/mesa/main and the like. I've also (in i915simple especially) moved over from GL types to more conventional int/unsigned usage. This probably isn't really the ultimate desired set of types to use - possibly C99 would be better. It may even be that a subset of the GL types is preferable. | |||
2007-08-11 | mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c ↵ | Brian | |
(fix that someday) | |||
2007-08-10 | Give softpipe a native texture layout of its own. | Keith Whitwell | |
Basically the same as the 945's for now. | |||
2007-08-06 | need a softpipe func for texture layout | Brian | |