Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-05 | i915g: Treat primary textures as scanout buffers | Jakob Bornecrantz | |
2009-02-25 | i915: Enable winsys to get buffer from texture | Jakob Bornecrantz | |
2009-02-25 | i915: Clean up i915_winsys.h a bit | Jakob Bornecrantz | |
2008-08-08 | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | |
For consistency and to simplify these objects' destruction. | |||
2008-06-02 | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | |
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | |
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it. | |||
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. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |