Age | Commit message (Expand) | Author |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-17 | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_framebuffer.c. | Vinson Lee |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-01 | mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached. | José Fonseca |
2009-05-11 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-11 | st: do proper refcounting for framebuffer surfaces | Brian Paul |
2009-05-01 | st: added st_renderbuffer::defined flag | Brian Paul |
2009-03-19 | mesa: check renderbuffer is defined before use. | Alan Hourihane |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin |
2009-01-23 | gallium: change the st_get_framebuffer_surface/texture functions | Alan Hourihane |
2009-01-19 | statetracker: copy back color buffer to front buffer when needed | Brian Paul |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-10-18 | gallium: add some checks for null surface pointers in state tracker | Brian Paul |
2008-09-21 | gallium: cleanup the after merge framebuffer update code | Zack Rusin |
2008-09-21 | gallium: fix a fbo crash | Zack Rusin |
2008-09-16 | st: hash-warning not recognised on Windows. | Michal Krol |
2008-09-11 | st: adapt to new framebuffer struct, with one FIXME outstanding | Keith Whitwell |
2008-07-15 | st: Silence compiler warnings on Windows. | Michal Krol |
2008-05-08 | gallium: fix render to depth texture | Brian Paul |
2008-05-07 | gallium: fix some render to texture bugs | Brian Paul |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane |
2008-04-14 | gallium: fix multi drawbuffer fb state | Brian |
2008-04-09 | gallium: more elaborate tracking of front color buffer state | Brian Paul |
2008-03-20 | gallium: assign framebuffer width, height | Brian |
2008-03-19 | gallium: need to set/save framebuffer state in st_context since we use it els... | Brian Paul |
2008-03-19 | gallium: implement CSO save/restore functions for use by meta operations (bli... | Brian |
2008-01-23 | gallium: remove support for separate depth/stencil buffers. Always combined ... | Brian |
2007-10-30 | Set _NEW_BUFFERS in glRead/DrawBuffer(). | Brian |
2007-10-20 | renderbuffer tweaks in update_framebuffer_state() | Brian |
2007-10-17 | Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer) | Brian |
2007-09-19 | Fix window resizes. | Michel Dänzer |
2007-08-25 | add names to tracked state atoms to improve debug | keithw |
2007-08-09 | Checkpoint intel_renderbuffer removal. | Brian |
2007-07-31 | fix assertions | Brian |
2007-07-30 | remove some obsolete xmesa remnants | Brian |
2007-07-30 | Lots of improvements to the surface-related code. | Brian |
2007-06-25 | code for functional Z buffer surface | Brian |
2007-06-20 | checkpoint: implement z/depth testing | Brian |
2007-06-19 | Re-org of surface/framebuffer state. | Brian |
2007-06-15 | framebuffer state | Brian |