summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/failover/fo_context.c
AgeCommit message (Expand)Author
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-08Added pipe->get_paramf() to query float limits.Brian
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-24Revert "Undo indexOffset change (I think, git???)"Brian
2007-10-24Undo indexOffset change (I think, git???)Brian
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell
2007-09-11Implement query object interface.Brian
2007-08-21First pass at a fallback concept for pipe devices.Keith Whitwell