Silence compiler warnings.
[mesa.git] / src / mesa / pipe / draw /
2007-08-16 michalSilence compiler warnings.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 Brianmove the draw_alloc/free_tmps() functions to draw_prim.c
2007-08-16 BrianRemove GL/mesa types, rearrange things into more logica...
2007-08-16 BrianDrawing code refactoring.
2007-08-16 Brianpoint/line/polygon drawing (factored out of draw_vb.c)
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-16 Brianadded vertex array info fields
2007-08-16 Brianadded draw_set_vertex_array_info()
2007-08-16 Briancomment
2007-08-15 Briancomments, minor clean-ups
2007-08-14 Brianuse regular malloc/free instead of macros
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellBeginnings of a demand-filled post-tnl vertex cache.
2007-08-13 Brianwith Y=0=top, front/back determination is negated
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 BrianImplement line stippling.
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianFix more polygon winding, culling confusion.
2007-07-13 BrianFix for-loop in interp() so we don't go out of bounds.
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-12 Brianfront/back-face determination was wrong
2007-07-12 Brianculling was inverted
2007-07-12 Brianhandle edge flags for GL_POLYGONs
2007-07-12 Brianfix MIN/MAX mix-up
2007-07-11 Brianremove unused hw_data_offset
2007-07-11 BrianFix broken depth offset.
2007-07-10 BrianFix line clipping bug. New comments.
2007-07-10 Brianclamp after offsetting, new comments
2007-07-10 Brianremove unneeded casts, added comments
2007-07-10 Briancomments, clean-up
2007-07-10 Brianadded comments
2007-07-10 BrianFix front/back mix-up. added comments.
2007-07-10 BrianFix EMIT_ATTR() to populate the draw->vf_attr_to_slot...
2007-07-09 BrianRemove softpipe includes
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianNew 'draw' module for handling the various stages of...
2007-07-09 BrianRename/move some files to modularize the primitive...