aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.h
Commit message (Collapse)AuthorAgeFilesLines
* [intel] Allow attIndex to be negative to avoid defeating the >= 0 check.Eric Anholt2008-02-151-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øgsberg2008-01-091-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 Anholt2007-11-161-0/+2
|
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+113