aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-071-13/+4
* realloc surface if format changes, remove dead codeBrian2007-11-061-26/+13
* Make it compile under linux.Michal Krol2007-10-291-0/+1
* Use PIPE_FORMAT in state tracker.michal2007-10-271-11/+12
* surface_alloc() is now a winsys function.Brian2007-10-261-1/+1
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-3/+5
* Don't pad renderbuffers to multiple of two pixels anymore.Brian2007-10-231-6/+1
* unmap regions when reallocating renderbuffer storageBrian2007-10-201-0/+4
* 16-bit rgba surface/format for accumBrian2007-10-141-8/+4
* use correct mipmap level in st_render_texture()Brian2007-10-101-3/+3
* fix width/height padding that caused failed assertion upon window resizeBrian2007-10-101-3/+4
* Pad surface dimensions to multiples of 2.Michel Dänzer2007-09-191-0/+4
* added GL_STENCIL_INDEX8_EXTBrian2007-08-231-0/+3
* Improved pipe_region/surface_reference() functionsBrian2007-08-221-1/+1
* added assertions, disable debug outputBrian2007-08-171-0/+5
* set renderbuffer Width/Height = texture sizeBrian2007-08-131-6/+7
* fix up some render-to-texture code ... almost thereBrian2007-08-131-9/+38
* check for ctx==NULL in st_renderbuffer_delete()Brian2007-08-131-7/+12
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-6/+3
* more render to texture workBrian2007-08-101-11/+8
* sketch out some render-to-texture codeBrian2007-08-101-2/+16
* rename st_cb_teximage.h st_format.hBrian2007-08-101-1/+1
* code movementBrian2007-08-101-70/+1
* init strb->Base.DataType appropriately, clean-upsBrian2007-08-091-2/+12
* assertionsBrian2007-08-091-0/+2
* Checkpoint intel_renderbuffer removal.Brian2007-08-091-53/+29
* checkpoint: no longer using intel_fbo.cBrian2007-08-091-15/+87
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-8/+1
* framebuffer object functionsBrian2007-08-031-0/+343