summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_screen.h
AgeCommit message (Collapse)Author
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz
Also includes moving lots of functions from i915_batch.h into intel_batchbuffer.h
2009-08-31i915g: Cleanup i915_screen.[c|h]Jakob Bornecrantz
2009-08-31i915g: Rename screen field on screen to baseJakob Bornecrantz
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz
2009-02-18i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer
2008-02-27gallium: update for new i915_screen.c file; fix some warnings.José Fonseca
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian
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.