Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965g: Drop i965simple | Jakob Bornecrantz | 2009-10-05 | 1 | -244/+0 |
| | | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git. | ||||
* | gallium: Update vendor string. | José Fonseca | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 1 | -2/+0 |
| | | | | | No longer used. S3TC support is queried via pipe_screen::is_format_supported. | ||||
* | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 1 | -0/+2 |
| | |||||
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+1 |
| | | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | ||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | 2008-08-08 | 1 | -0/+5 |
| | | | | For consistency and to simplify these objects' destruction. | ||||
* | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 1 | -1/+4 |
| | |||||
* | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | 2008-04-30 | 1 | -12/+12 |
| | |||||
* | gallium: Don't assume snprintf are always available. | José Fonseca | 2008-04-15 | 1 | -1/+2 |
| | |||||
* | gallium: move is_format_supported() to pipe_screen struct | Brian | 2008-02-27 | 1 | -0/+67 |
| | |||||
* | gallium/i965: implement pipe_screen for i965 driver (untested) | Brian | 2008-02-27 | 1 | -0/+168 |