summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_rasterizer.c
Commit message (Expand)AuthorAgeFilesLines
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-6/+6
* gallium: add a flag to turn on gl rasterization rulesKeith Whitwell2008-04-021-0/+2
* gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell2008-04-021-0/+4
* gallium: if point size not computed per vertex, apply size clamp immediately.Brian Paul2008-03-141-1/+6
* gallium: rework CSO-related code in state trackerBrian2008-03-111-56/+52
* gallium: clamp line width when creating raster state objectBrian2008-02-251-2/+12
* gallium: fix computation of raster.point_size_per_vertex flagBrian2008-01-231-1/+14
* Fix a two-sided lighting bug (fixes samples/wave.c)Brian2008-01-161-1/+8
* fix bug on GL_VERTEX_PROGRAM_TWO_SIDE pathBrian2007-12-181-1/+1
* Added origin_lower_left field to pipe_rasterizer_stateBrian2007-12-141-0/+2
* new flag to control psize (from vertex shader or fixed size)Brian2007-10-221-0/+1
* add support for sprite texcoord modesBrian2007-10-221-0/+12
* add point_sprite flag to rasterizer stateBrian2007-10-221-0/+1
* Convert the rasterizer cso to the new semantics.Zack Rusin2007-09-191-5/+5
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-181-0/+224