Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-02 | 1 | -0/+1 |
|\ | |||||
| * | i915: avoid crashing on bad parameter | Keith Whitwell | 2008-05-01 | 1 | -0/+1 |
* | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 1 | -0/+31 |
|/ | |||||
* | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | 2008-04-30 | 1 | -4/+4 |
* | gallium: Don't assume snprintf are always available. | José Fonseca | 2008-04-15 | 1 | -1/+2 |
* | gallium: Eliminate p_winsys::printf | José Fonseca | 2008-03-31 | 1 | -3/+2 |
* | gallium: move is_format_supported() to pipe_screen struct | Brian | 2008-02-27 | 1 | -0/+48 |
* | gallium/i915: hook up screen->get_param() | Brian | 2008-02-27 | 1 | -0/+63 |
* | gallium/i915: remove some redundant code | Brian | 2008-02-27 | 1 | -1/+0 |
* | gallium: update for new i915_screen.c file; fix some warnings. | José Fonseca | 2008-02-27 | 1 | -0/+1 |
* | gallium: introduce 'pipe_screen' for context-independent functions | Brian | 2008-02-26 | 1 | -0/+139 |