Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
put into bufferobjects
|
|
|
|
|
|
|
|
|
|
|
|
Silence compiler warnings.
|
|
|
|
Silence compiler warnings.
|
|
|
|
Break mesa dependencies.
|
|
|
|
|
|
|
|
To build with mesa, need -DMESA in makefile/config file.
|