Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-24 | Undo indexOffset change (I think, git???) | Brian | |
2007-09-17 | Remove non-meaningful region_idle() interface | Keith Whitwell | |
This is already handled by the semanics of map(), etc. | |||
2007-09-11 | Implement query object interface. | Brian | |
This replaces the temporary occlusion counter functions we had before. Added new ctx->Driver.WaitQuery() function which should block until the result is ready. Sketch out some code for vertex transformation feedback counters. | |||
2007-08-21 | First pass at a fallback concept for pipe devices. | Keith Whitwell | |
Creates a new pipe driver that feeds commands to either a hardware or software pipe depending on fallback state. Untested concept checkpoint. At this point it compiles. |