aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_wide_prims.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix build on Windows.Michal Krol2008-02-151-1/+1
* gallium: minor function renamingBrian2008-02-141-2/+2
* gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian2008-02-141-2/+2
* gallium: initial code for wide/AA line drawingBrian2008-02-121-6/+69
* gallium: Fix MSVC float/double conversion warning.José Fonseca2008-01-261-1/+1
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-18/+33
* gallium: multiply vertex point size by 0.5Brian2008-01-231-1/+1
* gallium: add draw_stage::destroy().Michal2007-12-091-1/+9
* gallium: reorg tgsi directories.Michal Krol2007-11-231-1/+1
* Make gallium compile in win32.Michal Krol2007-10-291-30/+30
* adjust coords in wide_line() to be conformantBrian2007-10-231-8/+47
* new flag to control psize (from vertex shader or fixed size)Brian2007-10-221-1/+24
* add support for sprite texcoord modesBrian2007-10-221-7/+20
* implement point sprite modeBrian2007-10-221-34/+46
* tweak point corners to pass conform testBrian2007-10-221-4/+8
* update to working conditionBrian2007-10-221-111/+91
* pull clip/ module wide and stippled lines/points codekeithw2007-10-221-0/+275