aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-5/+8
|\
| * mesa: Pure software accum buffer.José Fonseca2009-06-101-5/+8
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-011-0/+1
|/
* gallium: added st_bind/release_teximage() functionsBrian Paul2008-09-011-0/+4
* gallium: handle msaaRoland Scheidegger2008-06-271-1/+1
* gallium: fix some render to texture bugsBrian Paul2008-05-071-0/+3
* gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-1/+2
* gallium: accum buffer fixesBrian Paul2008-04-071-0/+3
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-3/+2
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-1/+2
* init strb->Base.DataType appropriately, clean-upsBrian2007-08-091-1/+1
* Checkpoint intel_renderbuffer removal.Brian2007-08-091-4/+19
* 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
* framebuffer object functionsBrian2007-08-031-0/+38