Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-24 | disable debug | keithw | |
2007-08-09 | Add more i915 state packets. | Keith Whitwell | |
These correspond to the dynamic indirect state, though they are currently just pushed straight to the batch buffer. | |||
2007-08-09 | Tweaks to state emit, acheives first hw triangles from a pipe driver. | Keith Whitwell | |
2007-08-09 | Add flush/finish functionality to pipe. | Keith Whitwell | |
Not sure if finish() is the right interface yet. | |||
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. |