aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2010-02-221-0/+8
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-0/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* | mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
|/
* st/mesa: Remove unnecessary headers from st_framebuffer.c.Vinson Lee2010-01-141-4/+0
* st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
* mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle2009-09-201-3/+15
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-041-1/+2
|\
| * gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer2009-07-071-1/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-10/+1
|\|
| * mesa: rework viewport/scissor initialization codeBrian Paul2009-06-171-10/+1
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-8/+9
|\|
| * mesa: Pure software accum buffer.José Fonseca2009-06-101-8/+9
* | st: if st_swapbuffers() is called for single-buffered visual don't crashBrian Paul2009-05-011-1/+19
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-011-0/+12
* | set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul2009-05-011-0/+79
* | st: when double buffered, only create front color buffer on demandBrian Paul2009-05-011-8/+8
|/
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-26/+0
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+1
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-1/+1
* gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane2009-01-231-11/+19
* gallium: Remove unused variables.José Fonseca2008-12-301-1/+0
* gallium: set ST_NEW_FRAMEBUFFER when setting new surfacesAlan Hourihane2008-12-191-0/+11
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-101-9/+11
|\
| * gallium: only mark back color buffer surfaces as undefined after swapbuffersBrian Paul2008-12-101-9/+11
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-1/+2
|\|
| * gallium: add some checks for null surface pointers in state trackerBrian Paul2008-10-181-1/+2
* | gallium: no renderbuffer, so just exit.Alan Hourihane2008-11-031-1/+3
* | st: add prototype for st_get_framebuffer_dimensions()Alan Hourihane2008-09-261-2/+2
* | st: export st_get_framebuffer_dimensions() to retrieveAlan Hourihane2008-09-261-0/+7
* | st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-2/+2
|/
* gallium: clean-up/fix msaa override in state trackerBrian Paul2008-09-171-6/+5
* gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul2008-08-281-1/+1
* mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca2008-08-151-1/+3
* add env var to override msaa visual selectionRoland Scheidegger2008-07-221-0/+4
* gallium: handle msaaRoland Scheidegger2008-06-271-8/+10
* gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz2008-06-231-0/+16
* gallium: added new st_set_framebuffer_surface()Brian Paul2008-06-181-0/+56
* gallium: include scissor.hBrian Paul2008-06-091-0/+1
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-0/+1
* gallium: accum buffer fixesBrian Paul2008-04-071-1/+1
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+2
* gallium: #includes to silence warningsBrian2008-02-261-0/+2
* gallium: fix zero-sized viewport bugBrian2008-02-261-0/+11
* gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell2008-01-261-0/+20
* gallium: specialize glFlush vs other flush semanticsKeith Whitwell2008-01-261-1/+6
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-1/+2
* Fix problem with initial viewport/scissor size.Brian2007-12-191-55/+54