summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/failover/fo_context.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-061-1/+1
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-281-1/+1
* surface_alloc() is now a winsys function.Brian2007-10-261-0/+2
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-2/+0
* Revert "Undo indexOffset change (I think, git???)"Brian2007-10-241-4/+2
* Undo indexOffset change (I think, git???)Brian2007-10-241-2/+4
* Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-1/+0
* Implement query object interface.Brian2007-09-111-2/+2
* First pass at a fallback concept for pipe devices.Keith Whitwell2007-08-211-0/+155