Age | Commit message (Collapse) | Author |
|
These functions are now per-screen, not per-context.
|
|
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.
|
|
Added pipe field to pipe_texture (temporary, see comments).
First step toward context-less texture creation...
|
|
|
|
This is in a separate commit to ensure renames are properly preserved.
|