summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_screen.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Drop i965simpleJakob Bornecrantz2009-10-051-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é Fonseca2009-09-231-1/+1
|
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
| | | | | No longer used. S3TC support is queried via pipe_screen::is_format_supported.
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
|
* gallium: make p_winsys internalZack Rusin2009-01-301-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.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
| | | | For consistency and to simplify these objects' destruction.
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+4
|
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-12/+12
|
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-1/+2
|
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-0/+67
|
* gallium/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-271-0/+168