aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-11/+7
* Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-0/+1
|\
| * i915: avoid crashing on bad parameterKeith Whitwell2008-05-011-0/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+31
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-4/+4
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-1/+2
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-311-3/+2
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-0/+48
* gallium/i915: hook up screen->get_param()Brian2008-02-271-0/+63
* gallium/i915: remove some redundant codeBrian2008-02-271-1/+0
* gallium: update for new i915_screen.c file; fix some warnings.José Fonseca2008-02-271-0/+1
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-0/+139