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