Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-03 | Detail i915 winsys interface comments. | José Fonseca | |
2007-10-31 | Hold the vertex buffer handle. | José Fonseca | |
2007-08-22 | remove unneeded includes | Brian | |
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-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | |
2007-08-10 | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | |
2007-08-10 | Pass pci_id to i915_create() | Keith Whitwell | |
2007-08-10 | Add a printf method to winsys and use for all debugging. | Keith Whitwell | |
2007-08-08 | Hook up i915simple. Doesn't compile. | Keith Whitwell | |
2007-08-08 | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell | |
Doesn't yet compile, but when it does, it will only draw gouraud tris and even those will be as simple as possible. Needs some 'winsys' support also before that can happen. |