Age | Commit message (Expand) | Author |
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 | Implement polygon stipple state tracking, application. | 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 | 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 | 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-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal |
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 | Rewrite blending in terms of SIMD operations. | Brian |
2007-07-03 | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian |
2007-07-02 | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian |
2007-06-29 | added buffer_data(), buffer_sub_data() to pipe_buffer | Brian |
2007-06-29 | more work on tex objects, surfaces, mappable buffers | Brian |
2007-06-29 | added texture types and mapping types | Brian |
2007-06-29 | s/G_CONTEXT_H/SP_CONTEXT_H/ | Brian |
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian |
2007-06-25 | fix logic error in updating of quad's Z values. Basic depth testing works now | Brian |
2007-06-25 | clean-ups | Brian |
2007-06-25 | emit quad->outputs.depth[], hack need_z | Brian |
2007-06-24 | Restructure z test code slightly. | Keith Whitwell |