index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2009-06-19
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-01
st/mesa: fix incorrect sprite origin when drawing to FBO/texture
Brian Paul
2009-05-28
st: set pipe_rasterizer_state::flatshade_first according to provoking vertex ...
Brian Paul
2009-04-28
mesa/st: remove duplicate offset calculation
Keith Whitwell
2009-03-21
gallium: remove remaining references to origin_lower_left
Keith Whitwell
2009-03-20
gallium: remove use of origin_lower_left
Brian Paul
2008-12-18
gallium: fix two-sided lighting test in state tracker
Brian Paul
2008-10-09
mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM
Brian Paul
2008-09-17
gallium: clean-up/fix msaa override in state tracker
Brian Paul
2008-08-11
gallium: added _NEW_PROGRAM to dependencies
Brian Paul
2008-07-15
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-02
mesa: fix issues around multisample enable
Roland Scheidegger
2008-05-02
Some changed for non-C99 compilers
Alan Hourihane
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