summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_rasterizer.c
AgeCommit message (Expand)Author
2011-01-22st/mesa: update comment, use st_fb_orientation()Brian Paul
2010-10-27Track separate programs for each stageIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-03-31st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-01st/mesa: fix incorrect sprite origin when drawing to FBO/textureBrian Paul
2009-05-28st: set pipe_rasterizer_state::flatshade_first according to provoking vertex ...Brian Paul
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-20gallium: remove use of origin_lower_leftBrian Paul
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul
2008-10-09mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAMBrian Paul
2008-09-17gallium: clean-up/fix msaa override in state trackerBrian Paul
2008-08-11gallium: added _NEW_PROGRAM to dependenciesBrian Paul
2008-07-15st: Silence compiler warnings on Windows.Michal Krol
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-04-02gallium: add a flag to turn on gl rasterization rulesKeith Whitwell
2008-04-02gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell
2008-03-14gallium: if point size not computed per vertex, apply size clamp immediately.Brian Paul
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-25gallium: clamp line width when creating raster state objectBrian
2008-01-23gallium: fix computation of raster.point_size_per_vertex flagBrian
2008-01-16Fix a two-sided lighting bug (fixes samples/wave.c)Brian
2007-12-18fix bug on GL_VERTEX_PROGRAM_TWO_SIDE pathBrian
2007-12-14Added origin_lower_left field to pipe_rasterizer_stateBrian
2007-10-22new flag to control psize (from vertex shader or fixed size)Brian
2007-10-22add support for sprite texcoord modesBrian
2007-10-22add point_sprite flag to rasterizer stateBrian
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin