summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_context.h
AgeCommit message (Collapse)Author
2007-08-20Move guts of vertex array drawing into the 'draw' module.Brian
2007-08-20Merge branch 'softpipe_0_1_branch' of ↵Brian
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
2007-08-19Fix some draw_arrays issues.Brian
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.
2007-08-17added CLIP_x_SHIFT valsBrian
2007-08-17define CLIP_LEFT/RIGHT etcBrian
2007-08-16Remove many dependencies on mesa headers.Brian
To build with mesa, need -DMESA in makefile/config file.
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-08-15added draw_set_vertex_array_info()Brian
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it ↵Brian
for glClear.
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian