Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Creates a new pipe driver that feeds commands to either a hardware or
software pipe depending on fallback state.
Untested concept checkpoint. At this point it compiles.
|
|
|
|
|
|
|
|
trivial/readpixels.c works again.
|
|
vs_flush() function pointer.
|
|
|
|
|
|
Since they're implemented by drawing quadrilaterals (and go through vertex
transformation and viewport mapping) we don't have to invert Y coords.
|
|
|
|
The i915 driver now uses the software-based vertex shader interpreter
and draws everything through pipe->draw_arrays().
|
|
|
|
|
|
|
|
|
|
|
|
new st_draw_vertices() utility used by glClear and glDrawPixels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
We weren't mapping all the needed vertex array buffers.
Move array state that was temporarily in draw_context to softpipe_context.
Remove a bunch of dead code.
|
|
by default
|
|
Used when the vertex shader references attributes which aren't present in VBOs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|