| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement polygon stipple state tracking, application. | Brian | 2007-07-11 | 7 | -1/+72 |
* | fix stencil logic error, use proper front/back face value | Brian | 2007-07-11 | 1 | -20/+21 |
* | Compute quad.facing from prim->det and polygon winding. | Brian | 2007-07-11 | 2 | -9/+15 |
* | Checkpoint: stencil roughly working, some bugs to fix... | Brian | 2007-07-10 | 6 | -65/+239 |
* | Begin hooking up stenciling. | Brian | 2007-07-10 | 7 | -16/+174 |
* | clean-ups | Brian | 2007-07-10 | 1 | -4/+4 |
* | Fill in remaining switch cases. Only call next stage if quad->mask != 0. | Brian | 2007-07-10 | 2 | -22/+61 |
* | Fix line clipping bug. New comments. | Brian | 2007-07-10 | 1 | -16/+23 |
* | clamp after offsetting, new comments | Brian | 2007-07-10 | 1 | -16/+18 |
* | remove unneeded casts, added comments | Brian | 2007-07-10 | 1 | -5/+5 |
* | Do depth testing with integer values. | Brian | 2007-07-10 | 2 | -10/+33 |
* | comments, clean-up | Brian | 2007-07-10 | 1 | -4/+5 |
* | added comments | Brian | 2007-07-10 | 1 | -3/+6 |
* | Fix front/back mix-up. added comments. | Brian | 2007-07-10 | 1 | -3/+13 |
* | Comments, minor clean-up. | Brian | 2007-07-10 | 1 | -9/+12 |
* | comments | Brian | 2007-07-10 | 1 | -10/+10 |
* | Added comments, assertions. | Brian | 2007-07-10 | 1 | -0/+13 |
* | Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. | Brian | 2007-07-10 | 1 | -10/+37 |
* | remove some dead/disabled stuff | Brian | 2007-07-10 | 1 | -19/+19 |
* | Remove softpipe includes | Brian | 2007-07-09 | 1 | -2/+0 |
* | s/G_/SP_/ | Brian | 2007-07-09 | 3 | -15/+15 |
* | Rename G_NEW_* tokens to SP_NEW_* | Brian | 2007-07-09 | 8 | -26/+26 |
* | Obsolete file. | Brian | 2007-07-09 | 1 | -47/+0 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 20 | -325/+355 |
* | New 'draw' module for handling the various stages of primitive drawing (clipp... | Brian | 2007-07-09 | 1 | -0/+182 |
* | Rename/move some files to modularize the primitive/draw code. | Brian | 2007-07-09 | 9 | -0/+0 |
* | Fix function names. | michal | 2007-07-06 | 1 | -2/+2 |
* | Indent. | michal | 2007-07-06 | 1 | -148/+171 |
* | Softpipe: import TGSI tree. Not hooked-up yet. | michal | 2007-07-05 | 19 | -0/+7200 |
* | SIMD comments | Brian | 2007-07-03 | 2 | -0/+5 |
* | hook in state tracking for blend color | Brian | 2007-07-03 | 4 | -0/+18 |
* | added blend_color | Brian | 2007-07-03 | 1 | -0/+1 |
* | Rewrite blending in terms of SIMD operations. | Brian | 2007-07-03 | 1 | -107/+324 |
* | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian | 2007-07-03 | 1 | -1/+1 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 7 | -24/+24 |
* | added buffer_data(), buffer_sub_data() to pipe_buffer | Brian | 2007-06-29 | 1 | -0/+3 |
* | more work on tex objects, surfaces, mappable buffers | Brian | 2007-06-29 | 1 | -19/+65 |
* | added texture types and mapping types | Brian | 2007-06-29 | 1 | -1/+15 |
* | s/G_CONTEXT_H/SP_CONTEXT_H/ | Brian | 2007-06-29 | 1 | -3/+3 |
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 6 | -30/+13 |
* | fix logic error in updating of quad's Z values. Basic depth testing works now | Brian | 2007-06-25 | 1 | -1/+1 |
* | clean-ups | Brian | 2007-06-25 | 1 | -7/+2 |
* | emit quad->outputs.depth[], hack need_z | Brian | 2007-06-25 | 1 | -3/+11 |
* | Restructure z test code slightly. | Keith Whitwell | 2007-06-24 | 1 | -33/+24 |
* | initial texture object, texture format code | Brian | 2007-06-22 | 7 | -0/+56 |
* | more texture sampler work | Brian | 2007-06-22 | 6 | -5/+70 |
* | added blend comments | Brian | 2007-06-22 | 1 | -7/+7 |
* | Assorted token renaming/removal, minor state changes, etc. | Brian | 2007-06-22 | 7 | -57/+46 |
* | alpha test and misc changes | Brian | 2007-06-21 | 5 | -1/+89 |
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 8 | -15/+113 |