Age | Commit message (Expand) | Author |
---|---|---|
2009-02-05 | gallium: fixup #includes: p_screen.h does not need anything in p_state.h | Brian Paul |
2009-02-05 | gallium: move 'struct pipe_winsys' | Brian Paul |
2009-01-30 | gallium: add a convience wrapper for simple screens | Zack Rusin |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin |
2009-01-27 | gallium: standardize on stride instead of pitch in the interface | Zack Rusin |
2008-09-19 | gallium: Fix doxygen comments. | José Fonseca |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca |
2008-05-06 | gallium: New pipe_screen interface to overlay a texture on existing memory. | José Fonseca |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-25 | gallium: tweak comments, minor var renaming | Brian Paul |
2008-03-21 | gallium: document is_format_supported()'s type param | Brian Paul |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian |