index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_atom_rasterizer.c
Age
Commit message (
Expand
)
Author
2008-04-02
gallium: add a flag to turn on gl rasterization rules
Keith Whitwell
2008-04-02
gallium: add temporary facility for rasterization-time clamping of point sizes
Keith Whitwell
2008-03-14
gallium: if point size not computed per vertex, apply size clamp immediately.
Brian Paul
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-02-25
gallium: clamp line width when creating raster state object
Brian
2008-01-23
gallium: fix computation of raster.point_size_per_vertex flag
Brian
2008-01-16
Fix a two-sided lighting bug (fixes samples/wave.c)
Brian
2007-12-18
fix bug on GL_VERTEX_PROGRAM_TWO_SIDE path
Brian
2007-12-14
Added origin_lower_left field to pipe_rasterizer_state
Brian
2007-10-22
new flag to control psize (from vertex shader or fixed size)
Brian
2007-10-22
add support for sprite texcoord modes
Brian
2007-10-22
add point_sprite flag to rasterizer state
Brian
2007-09-19
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-18
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin