| Commit message (Expand) | Author | Age | Files | Lines |
* | Softpipe: import TGSI tree. Not hooked-up yet. | michal | 2007-07-05 | 22 | -7/+7229 |
* | SIMD comments | Brian | 2007-07-03 | 2 | -0/+5 |
* | hook in state tracking for blend color | Brian | 2007-07-03 | 6 | -0/+28 |
* | added blend_color | Brian | 2007-07-03 | 1 | -0/+1 |
* | Blend MIN/MAX modes are special: the src/dest terms are always one. | Brian | 2007-07-03 | 1 | -4/+20 |
* | 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 | 2 | -2/+3 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 10 | -36/+36 |
* | 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 |
* | texture object construction | Brian | 2007-06-29 | 3 | -1/+144 |
* | 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 | 11 | -44/+36 |
* | 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 |
* | code for functional Z buffer surface | Brian | 2007-06-25 | 3 | -10/+81 |
* | 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 | 9 | -5/+208 |
* | added blend comments | Brian | 2007-06-22 | 1 | -7/+7 |
* | Assorted token renaming/removal, minor state changes, etc. | Brian | 2007-06-22 | 8 | -81/+84 |
* | alpha test and misc changes | Brian | 2007-06-21 | 7 | -2/+91 |
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 13 | -19/+153 |
* | Add state tracker create/destroy calls to i915 driver. | Keith Whitwell | 2007-06-20 | 2 | -1/+13 |
* | Rename static variable in temporary tnl code | Keith Whitwell | 2007-06-20 | 1 | -2/+2 |
* | Remove dependency on vf.h in public headers | Keith Whitwell | 2007-06-20 | 6 | -4/+12 |
* | update includes (s/tile/quad/) | Brian | 2007-06-20 | 6 | -6/+6 |
* | s/tile/quad/ | Brian | 2007-06-20 | 1 | -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 |
* | quad blending works now, but many blend terms need to be added in blend_quad(). | Brian | 2007-06-20 | 5 | -24/+185 |
* | Initial implementation of a software pipeline for quad rasterization (fragmen... | Brian | 2007-06-20 | 11 | -23/+252 |
* | better comment | Brian | 2007-06-20 | 1 | -2/+1 |
* | actually use new glClear code | Brian | 2007-06-20 | 4 | -5/+35 |
* | fix comment | Brian | 2007-06-20 | 1 | -1/+1 |
* | plug in write_mono_row_ub | Brian | 2007-06-20 | 1 | -0/+12 |
* | implement softpipe clearing (untested) | Brian | 2007-06-20 | 3 | -2/+39 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 13 | -6/+189 |
* | hook up point state | Brian | 2007-06-19 | 11 | -60/+204 |
* | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 12 | -108/+269 |
* | just use regular malloc(), free(), memcpy() | Brian | 2007-06-19 | 1 | -3/+3 |
* | add point/line/polygon state | Brian | 2007-06-19 | 2 | -0/+41 |
* | Added alpha test state. | Brian | 2007-06-18 | 6 | -13/+120 |
* | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian | 2007-06-18 | 3 | -34/+28 |
* | s/PRIM_H/SP_STATE_H/ | Brian | 2007-06-15 | 1 | -2/+2 |
* | Added st_update_framebuffer struct/object. | Brian | 2007-06-15 | 2 | -0/+2 |
* | framebuffer state | Brian | 2007-06-15 | 4 | -1/+19 |
* | In softpipe_set_viewport() use ordinary (struct) assignment to update softpip... | Brian | 2007-06-15 | 1 | -1/+1 |