Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softpipe: sp_winsys.h should define/include what it needs. | Corbin Simpson | 2009-12-06 | 1 | -1/+3 |
| | |||||
* | gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set. | Michel Dänzer | 2009-04-23 | 1 | -0/+6 |
| | |||||
* | softpipe: Simplify softpipe_create's prototype. | José Fonseca | 2009-04-18 | 1 | -3/+1 |
| | |||||
* | softpipe: Remove softpipe_winsys. | José Fonseca | 2009-04-18 | 1 | -12/+0 |
| | | | | Not used by softpipe anyway. | ||||
* | gallium: remove the unused softpipe_winsys code | Brian Paul | 2008-05-01 | 1 | -1/+1 |
| | | | | The struct is still there though until all winsys layers are updated | ||||
* | gallium: wrap decls in extern "C" | José Fonseca | 2008-03-23 | 1 | -0/+10 |
| | |||||
* | Make sure struct pipe_screen is declared. | Michel Dänzer | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | gallium: implement pipe_screen for softpipe driver | Brian | 2008-02-27 | 1 | -1/+6 |
| | |||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+57 |
This is in a separate commit to ensure renames are properly preserved. |