Age | Commit message (Expand) | Author |
2007-07-12 | front/back-face determination was wrong | Brian |
2007-07-12 | culling was inverted | Brian |
2007-07-12 | handle edge flags for GL_POLYGONs | Brian |
2007-07-12 | fix MIN/MAX mix-up | Brian |
2007-07-11 | remove unused hw_data_offset | Brian |
2007-07-11 | disable debug printfs | Brian |
2007-07-11 | Fix broken depth offset. | Brian |
2007-07-11 | Obsolete file. | Brian |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian |
2007-07-11 | need to clamp floats to [0,1] in write functions | Brian |
2007-07-11 | fix stencil logic error, use proper front/back face value | Brian |
2007-07-11 | Compute quad.facing from prim->det and polygon winding. | Brian |
2007-07-10 | Checkpoint: stencil roughly working, some bugs to fix... | Brian |
2007-07-10 | Begin hooking up stenciling. | Brian |
2007-07-10 | clean-ups | Brian |
2007-07-10 | Fill in remaining switch cases. Only call next stage if quad->mask != 0. | Brian |
2007-07-10 | remove debug printf | Brian |
2007-07-10 | Fix line clipping bug. New comments. | Brian |
2007-07-10 | clamp after offsetting, new comments | Brian |
2007-07-10 | remove unneeded casts, added comments | Brian |
2007-07-10 | Do depth testing with integer values. | Brian |
2007-07-10 | fix problems with polygon offset | Brian |
2007-07-10 | comments, clean-up | Brian |
2007-07-10 | added comments | Brian |
2007-07-10 | Fix front/back mix-up. added comments. | Brian |
2007-07-10 | Comments, minor clean-up. | Brian |
2007-07-10 | comments | Brian |
2007-07-10 | Added comments, assertions. | Brian |
2007-07-10 | Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. | Brian |
2007-07-10 | remove some dead/disabled stuff | Brian |
2007-07-09 | Remove softpipe includes | Brian |
2007-07-09 | s/G_/SP_/ | Brian |
2007-07-09 | Rename G_NEW_* tokens to SP_NEW_* | Brian |
2007-07-09 | Obsolete file. | Brian |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian |
2007-07-09 | New 'draw' module for handling the various stages of primitive drawing (clipp... | Brian |
2007-07-09 | Rename/move some files to modularize the primitive/draw code. | Brian |
2007-07-06 | Fix function names. | michal |
2007-07-06 | Indent. | michal |
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i... | michal |
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal |
2007-07-05 | stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-07-04 | assorted clean-ups | Brian |
2007-07-04 | fix LogicOp/bitmap problem, bug 11133 | Eric Anholt |
2007-07-04 | r300: only init swtcl on tcl-less cards | Dave Airlie |
2007-07-03 | SIMD comments | Brian |
2007-07-03 | hook in state tracking for blend color | Brian |
2007-07-03 | added blend_color | Brian |
2007-07-03 | Blend MIN/MAX modes are special: the src/dest terms are always one. | Brian |