summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/failover/fo_context.c
Commit message (Expand)AuthorAgeFilesLines
* failover: several fixes to failover pipe moduleJerome Glisse2008-02-081-0/+2
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-1/+0
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-1/+1
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-2/+0
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-1/+2
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-3/+3
* Added pipe->get_paramf() to query float limits.Brian2007-11-081-0/+1
* 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