Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-21 | Revert "gallium: add soft screen helper" | George Sapountzis | |
This reverts commit f87a5f6499f51f651c2a9f2d4682875b22926905. | |||
2010-03-21 | gallium: add soft screen helper | George Sapountzis | |
2010-03-10 | target-helpers: remove swrast_xlib.c helper | Keith Whitwell | |
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. | |||
2010-03-10 | target-helpers: helper for injecting common debug layers | Keith Whitwell | |
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. | |||
2010-03-09 | target-helpers: missing files | Keith Whitwell | |