summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_twoside.c
AgeCommit message (Expand)Author
2008-02-14gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-25gallium: optimizations to flatshade, two-side prim stagesBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-16remove useless assertionsBrian
2007-12-09gallium: add draw_stage::destroy().Michal
2007-09-25test for presence of both front and back color vertex slotsBrian
2007-09-25remove unused lookup arrayBrian
2007-09-25test against -1 for front/back attribkeithw
2007-09-20remove unused lookup[]Brian
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-08-30Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian
2007-08-30Sketch out per-vertex point size.Brian
2007-08-23Need to copy header->edgeflags to tmp when creating new prim_header.Brian
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-21Silence compiler warnings.michal
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-13with Y=0=top, front/back determination is negatedBrian
2007-07-25Implement line stippling.Brian
2007-07-13Fix more polygon winding, culling confusion.Brian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-12front/back-face determination was wrongBrian
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