Age | Commit message (Collapse) | Author |
|
|
|
Consolidate the read-modify-write color combining code from
the blend, colormask and output stages.
|
|
First attempt
|
|
This is part one -- we still only pass a single quad down, but
the code can now cope with more. The quads must all be from the same
tile.
|
|
|
|
Drivers can just keep track of whether they are within a query
by monitoring the begin/end query callbacks. The flag adds no
information beyond that.
Only softpipe was examining this flag -- it has been fixed up
and retested with demos/arbocclude.
|
|
Be more consistant with 'draw' module.
|