Eliminate struct pipe_region.
[mesa.git] / src / mesa / pipe / failover / fo_context.c
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-09-11 BrianImplement query object interface.
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.