summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: cache staging texture for glReadPixelsNicolai Hähnle2016-06-211-0/+2
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák2013-12-031-2/+8
* st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul2013-06-261-1/+1
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-231-5/+0
* st/mesa: remove st_renderbuffer::strideBrian Paul2012-02-151-1/+0
* st/mesa: remove st_renderbuffer::formatBrian Paul2012-02-151-1/+0
* st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul2011-11-071-0/+2
* st/mesa: Remove unused renderbuffer fields and functions.Stéphane Marchesin2011-09-071-13/+1
* st/mesa: added st_is_depth_stencil_combined() functionBrian Paul2010-08-221-0/+5
* st/mesa: Add missing headers to st_cb_fbo.h.Vinson Lee2010-08-041-0/+9
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-0/+1
* st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-181-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* st/mesa: Cache FBO texture's sampler view object.Michal Krol2010-03-151-0/+6
* 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