aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-3/+2
| | | | | | | | st_create_framebuffer() now takes pipe_formats for the color, depth, stencil buffers. This avoids a round-about chain of calls to pipe->is_format_supported() for window renderbuffers (their format never changes). Renderbuffer format selection code in st_format.c is simpler now too.
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ↵Brian2007-12-101-1/+2
| | | | | | surface, etc. Additional types may be added in the future.
* init strb->Base.DataType appropriately, clean-upsBrian2007-08-091-1/+1
|
* Checkpoint intel_renderbuffer removal.Brian2007-08-091-4/+19
| | | | | | Remove surface ptr from gl_renderbuffer. Use st_renderbuffer in most places. More clean-up.
* checkpoint: no longer using intel_fbo.cBrian2007-08-091-0/+8
|
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-3/+2
| | | | | We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects.
* framebuffer object functionsBrian2007-08-031-0/+38