Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [intel] Allow attIndex to be negative to avoid defeating the >= 0 check. | Eric Anholt | 2008-02-15 | 1 | -1/+1 |
| | | | | | Otherwise, we would go wildly out of bounds if passed -1 (no renderbuffer), such as while doing LOCK_HARDWARE with glDrawBuffer(GL_NONE). | ||||
* | [intel] Simplify intelCreateBuffer() a bit. | Kristian Høgsberg | 2008-01-09 | 1 | -7/+5 |
| | | | | | | Drop a bunch of unused arguments from intel_create_renderbuffer() and introduce intel_renderbuffer_set_region() to set the region for a renderbuffer. | ||||
* | [intel] Move additional code to be shared from intel_context.h to intel/. | Eric Anholt | 2007-11-16 | 1 | -0/+2 |
| | |||||
* | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | 2007-11-09 | 1 | -0/+113 |