| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add 'prim' field to quad so that stipple and aa coverage stages can do the ri... | Brian | 2007-07-13 | 4 | -40/+40 |
* | Implement AA points and AA coverage application in quad pipeline. | Brian | 2007-07-13 | 7 | -30/+158 |
* | Added basic occlusion counting | Brian | 2007-07-13 | 5 | -0/+93 |
* | Add conditional-free implementation (disabled, not tested) | Keith Whitwell | 2007-07-13 | 1 | -2/+11 |
* | Simplify slightly. | Keith Whitwell | 2007-07-13 | 1 | -9/+5 |
* | minor changes, comments about multiple color buffers, MRT. | Brian | 2007-07-12 | 1 | -1/+8 |
* | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian | 2007-07-12 | 8 | -294/+350 |
* | XXX comment about skipping stipple for points/lines | Brian | 2007-07-12 | 1 | -0/+1 |
* | s/prim_setup/sp_draw_render_stage/, new comments | Brian | 2007-07-12 | 3 | -24/+28 |
* | Remove dead code | Brian | 2007-07-12 | 1 | -62/+0 |
* | Rename prim_stage -> draw_stage | Brian | 2007-07-12 | 5 | -15/+25 |
* | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | 2007-07-12 | 5 | -1/+97 |
* | disable debug printfs | Brian | 2007-07-11 | 1 | -0/+6 |
* | 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 | 5 | -64/+235 |
* | 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 |
* | Do depth testing with integer values. | Brian | 2007-07-10 | 2 | -10/+33 |
* | 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 |
* | remove some dead/disabled stuff | Brian | 2007-07-10 | 1 | -19/+19 |
* | 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 | 10 | -172/+92 |
* | Rename/move some files to modularize the primitive/draw code. | Brian | 2007-07-09 | 9 | -2017/+0 |
* | SIMD comments | Brian | 2007-07-03 | 2 | -0/+5 |
* | hook in state tracking for blend color | Brian | 2007-07-03 | 3 | -0/+15 |
* | added blend_color | Brian | 2007-07-03 | 1 | -0/+1 |
* | Rewrite blending in terms of SIMD operations. | Brian | 2007-07-03 | 1 | -107/+324 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 5 | -18/+18 |
* | 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 | 4 | -7/+2 |
* | 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 | 4 | -0/+22 |
* | more texture sampler work | Brian | 2007-06-22 | 4 | -0/+56 |
* | Assorted token renaming/removal, minor state changes, etc. | Brian | 2007-06-22 | 5 | -19/+14 |
* | alpha test and misc changes | Brian | 2007-06-21 | 4 | -0/+88 |
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 8 | -15/+113 |
* | Remove dependency on vf.h in public headers | Keith Whitwell | 2007-06-20 | 5 | -3/+12 |
* | update includes (s/tile/quad/) | Brian | 2007-06-20 | 6 | -6/+6 |
* | Rename "tile" files to "quad". | Brian | 2007-06-20 | 6 | -0/+0 |
* | only blend active pixels in the quad | Brian | 2007-06-20 | 1 | -93/+98 |