Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-01 | i915g: Switch from pipe_winsys to intel_winsys | Jakob Bornecrantz | |
Also includes moving lots of functions from i915_batch.h into intel_batchbuffer.h | |||
2009-08-31 | i915g: Cleanup i915_screen.[c|h] | Jakob Bornecrantz | |
2009-08-31 | i915g: Rename screen field on screen to base | Jakob Bornecrantz | |
2009-02-25 | i915: Clean up i915_winsys.h a bit | Jakob Bornecrantz | |
2009-02-18 | i915simple: Minimal fixup for introduction of struct pipe_transfer. | Michel Dänzer | |
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. |