gallium: Fix build on WinXP.
[mesa.git] / src / mesa / pipe / draw / draw_clip.c
2008-02-15 Michal Krolgallium: Fix build on WinXP.
2008-02-15 Keith Whitwellgallium: handle flatshading explicitly in clipper stage
2008-01-27 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2007-12-10 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-21 BrianSimplify draw module's vertex_info.
2007-11-07 José FonsecaUse a consistent number to identify undefined vertices.
2007-10-03 Zack RusinUnify the definitions of the 4 component dot product...
2007-10-03 Zack RusinUnify handling of userplanes and regular planes to...
2007-09-27 Keith WhitwellMake flushing more lazy in the draw module.
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-08-30 BrianFix lost edge flags problem when clipping.
2007-08-24 BrianFix user-defined clip planes. They seem to work properl...
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-21 michalSilence compiler warnings.
2007-08-17 Briandefine CLIP_LEFT/RIGHT etc
2007-08-17 BrianRemove many dependencies on mesa headers.
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-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 for-loop in interp() so we don't go out of bounds.
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-12 Brianfix MIN/MAX mix-up
2007-07-10 BrianFix line clipping bug. New comments.
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianRename/move some files to modularize the primitive...