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