Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-05 | st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete) | Brian Paul | |
We now handle the case of blitting Z+stencil to/from combined Z/stencil surfaces. But Z-only or stencil-only and separate depth/stencil surfaces are not yet implemented. | |||
2009-08-05 | st/mesa: fix Y inversion and optimize st_BlitFramebuffer() | Brian Paul | |
Need to check for Y inversion separately for src/dest buffers. If both the src and dest regions are upside down, make them right-side up for a better chance at a fast path. progs/tests/copypixrate -blit is much faster now. | |||
2008-09-11 | st: adapt to new framebuffer struct, with one FIXME outstanding | Keith Whitwell | |
2008-06-20 | gallium: remove unneeded #include | Brian Paul | |
2008-06-12 | gallium: add some #if FEATURE_x tests | Brian Paul | |
2008-04-21 | gallium: Use CSO cache for shaders. | Michel Dänzer | |
2008-03-20 | gallium: Y-invert blit depending on framebuffer orientation | Brian | |
2008-03-19 | gallium: implement CSO save/restore functions for use by meta operations ↵ | Brian | |
(blit, gen-mipmaps, quad-clear, etc) Also, additional cso_set_*() functions for viewport, framebuffer, blend color, etc. state. | |||
2008-03-18 | gallium: glFramebufferBlitEXT() implementation | Brian | |