summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_framebuffer.c
AgeCommit message (Expand)Author
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-04-22st/mesa: assert that binding flags are properly set for drawing surfacesBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16st/mesa: Remove unnecessary header from st_atom_framebuffer.c.Vinson Lee
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-01mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca
2009-05-11Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul
2009-05-01st: added st_renderbuffer::defined flagBrian Paul
2009-03-19mesa: check renderbuffer is defined before use.Alan Hourihane
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-23gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane
2009-01-19statetracker: copy back color buffer to front buffer when neededBrian Paul
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-10-18gallium: add some checks for null surface pointers in state trackerBrian Paul
2008-09-21gallium: cleanup the after merge framebuffer update codeZack Rusin
2008-09-21gallium: fix a fbo crashZack Rusin
2008-09-16st: hash-warning not recognised on Windows.Michal Krol
2008-09-11st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell
2008-07-15st: Silence compiler warnings on Windows.Michal Krol
2008-05-08gallium: fix render to depth textureBrian Paul
2008-05-07gallium: fix some render to texture bugsBrian Paul
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-04-14gallium: fix multi drawbuffer fb stateBrian
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
2008-03-20gallium: assign framebuffer width, heightBrian
2008-03-19gallium: need to set/save framebuffer state in st_context since we use it els...Brian Paul
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2007-10-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian
2007-10-20renderbuffer tweaks in update_framebuffer_state()Brian
2007-10-17Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)Brian
2007-09-19Fix window resizes.Michel Dänzer
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-08-09Checkpoint intel_renderbuffer removal.Brian
2007-07-31fix assertionsBrian
2007-07-30remove some obsolete xmesa remnantsBrian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-06-25code for functional Z buffer surfaceBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-19Re-org of surface/framebuffer state.Brian