summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák1-1/+6
2017-04-28st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle1-1/+2
2017-03-27st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul1-0/+17
2016-06-21st/mesa: cache staging texture for glReadPixelsNicolai Hähnle1-0/+2
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-03st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák1-2/+8
2013-06-26st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul1-1/+1
2013-03-23mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák1-5/+0
2012-02-15st/mesa: remove st_renderbuffer::strideBrian Paul1-1/+0
2012-02-15st/mesa: remove st_renderbuffer::formatBrian Paul1-1/+0
2011-11-07st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul1-0/+2
2011-09-07st/mesa: Remove unused renderbuffer fields and functions.Stéphane Marchesin1-13/+1
2010-08-22st/mesa: added st_is_depth_stencil_combined() functionBrian Paul1-0/+5
2010-08-04st/mesa: Add missing headers to st_cb_fbo.h.Vinson Lee1-0/+9
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-0/+1
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-15st/mesa: Cache FBO texture's sampler view object.Michal Krol1-0/+6
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca1-5/+8
2009-06-10mesa: Pure software accum buffer.José Fonseca1-5/+8
2009-05-01st: added st_renderbuffer::defined flagBrian Paul1-0/+1
2008-09-01gallium: added st_bind/release_teximage() functionsBrian Paul1-0/+4
2008-06-27gallium: handle msaaRoland Scheidegger1-1/+1
2008-05-07gallium: fix some render to texture bugsBrian Paul1-0/+3
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul1-1/+2
2008-04-07gallium: accum buffer fixesBrian Paul1-0/+3
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian1-3/+2
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian1-1/+2
2007-08-09init strb->Base.DataType appropriately, clean-upsBrian1-1/+1
2007-08-09Checkpoint intel_renderbuffer removal.Brian1-4/+19
2007-08-09checkpoint: no longer using intel_fbo.cBrian1-0/+8
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian1-3/+2
2007-08-03framebuffer object functionsBrian1-0/+38