Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-15 | gallium: Don't assume snprintf are always available. | José Fonseca | |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca | |
Not convenient and almost not used at all. Better replacements in p_debug.h | |||
2008-02-27 | gallium: move is_format_supported() to pipe_screen struct | Brian | |
2008-02-27 | gallium/i915: hook up screen->get_param() | Brian | |
2008-02-27 | gallium/i915: remove some redundant code | Brian | |
2008-02-27 | gallium: update for new i915_screen.c file; fix some warnings. | José Fonseca | |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian | |
This will allow creating textures before a rendering context exists, for example. Only implemented in i915 driver for now. i915pipe->texture_create() just dispatches through to the i915screen->texture_create() to avoid state tracker changes for now. |