summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
| | | | For consistency and to simplify these objects' destruction.
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-0/+4
| | | | | Check for these caps in state tracker and enable corresponding GL extensions if supported.
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-15/+11
|
* softpipe: DXT formats not really supported.José Fonseca2008-07-161-4/+9
|
* gallium: tex surface checkpointKeith Whitwell2008-05-011-10/+12
|
* gallium: fix PIPE_CAP_MAX_RENDER_TARGETS queryBrian2008-04-141-1/+1
|
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-0/+24
|
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-0/+141