summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian
2007-07-12front/back-face determination was wrongBrian
2007-07-12culling was invertedBrian
2007-07-12handle edge flags for GL_POLYGONsBrian
2007-07-12fix MIN/MAX mix-upBrian
2007-07-11remove unused hw_data_offsetBrian
2007-07-11disable debug printfsBrian
2007-07-11remove glDepthFunc(GL_LEQUAL) change from prev commitBrian
2007-07-11Fix broken depth offset.Brian
2007-07-11Obsolete file.Brian
2007-07-11Implement polygon stipple state tracking, application.Brian
2007-07-11need to clamp floats to [0,1] in write functionsBrian
2007-07-11fix stencil logic error, use proper front/back face valueBrian
2007-07-11Compute quad.facing from prim->det and polygon winding.Brian
2007-07-10Checkpoint: stencil roughly working, some bugs to fix...Brian
2007-07-10Begin hooking up stenciling.Brian
2007-07-10clean-upsBrian
2007-07-10Fill in remaining switch cases. Only call next stage if quad->mask != 0.Brian
2007-07-10remove debug printfBrian
2007-07-10Fix line clipping bug. New comments.Brian
2007-07-10clean-up, commentsBrian
2007-07-10clamp after offsetting, new commentsBrian
2007-07-10remove unneeded casts, added commentsBrian
2007-07-10Do depth testing with integer values.Brian
2007-07-10fix problems with polygon offsetBrian
2007-07-10comments, clean-upBrian
2007-07-10added commentsBrian
2007-07-10Fix front/back mix-up. added comments.Brian
2007-07-10press 'f' to toggle GL_CCW/GL_CW front faceBrian
2007-07-10use 'c' to cycle through polygon cull modesBrian
2007-07-10use cursor keys to translate triangleBrian
2007-07-10Comments, minor clean-up.Brian
2007-07-10commentsBrian
2007-07-10Added comments, assertions.Brian
2007-07-10Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.Brian
2007-07-10remove some dead/disabled stuffBrian
2007-07-09Remove softpipe includesBrian
2007-07-09s/G_/SP_/Brian
2007-07-09Rename G_NEW_* tokens to SP_NEW_*Brian
2007-07-09Obsolete file.Brian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09New 'draw' module for handling the various stages of primitive drawing (clipp...Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian
2007-07-06Fix function names.michal
2007-07-06Indent.michal
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-05Softpipe: import TGSI tree. Not hooked-up yet.michal
2007-07-05stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-07-04support more modes, added -f cmd line optionBrian