Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "gallium: add soft screen helper" | George Sapountzis | 2010-03-21 | 2 | -85/+0 |
| | | | | This reverts commit f87a5f6499f51f651c2a9f2d4682875b22926905. | ||||
* | gallium: add soft screen helper | George Sapountzis | 2010-03-21 | 2 | -0/+85 |
| | |||||
* | target-helpers: remove swrast_xlib.c helper | Keith Whitwell | 2010-03-10 | 2 | -112/+0 |
| | | | | | | | | | | This was a good idea, but ended up tying the build systems in knots. We can revisit this later, in particular if we can put in place dummy implementations of cell_create_screen(), llvmpipe_create_screen() which just return NULL if the driver isn't available. In the meantime, just duplicate this smallish function in the two places it was being called. | ||||
* | target-helpers: helper for injecting common debug layers | Keith Whitwell | 2010-03-10 | 3 | -11/+83 |
| | | | | | | | Add a helper gallium_wrap_screen() for injecting the commonly used extra layers into a gallium stack. Currently that's just the trace module and identity layer, but there could be more in the future, eg. a validation layer. | ||||
* | target-helpers: missing files | Keith Whitwell | 2010-03-09 | 2 | -0/+121 |