Age | Commit message (Collapse) | Author |
|
It's now the responsibility of surface users to keep track of their mappings.
|
|
|
|
Code for optimized clears (per-tile flag indicating clear status) in place
but not enabled yet.
|
|
Directly use struct pipe_buffer_handle for storage and struct pipe_surface for
(un)mapping.
|
|
This is the last of the clean-up following the change which moved surface
allocation to the winsys layer.
|
|
The _rgba versions are temporary until the state tracker is updated.
|
|
Also, quite a bit of re-org of the tile caches and surface mapping/unmapping.
Leave surfaces mapped between primitives now.
|
|
Mainly down to the support for legacy TNL processing now.
|
|
|
|
|
|
We should be able to render to any depth/format of X window now.
|
|
|
|
softpipe/state_tracker --> state_tracker/
softpipe/ --> pipe/
softpipe/generic --> pipe/softpipe/
I don't think pipe is a great name, but I disliked all the others too.
Luckily it's fairly easy to rename with git, so this can be revisited
later.
|