Age | Commit message (Expand) | Author |
2007-06-29 | texture object construction | 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-25 | code for functional Z buffer surface | Brian |
2007-06-25 | better triangle Z coords | Brian |
2007-06-24 | Restructure z test code slightly. | Keith Whitwell |
2007-06-22 | initial texture object, texture format code | Brian |
2007-06-22 | more texture sampler work | Brian |
2007-06-22 | added blend comments | Brian |
2007-06-22 | Assorted token renaming/removal, minor state changes, etc. | Brian |
2007-06-21 | alpha test and misc changes | Brian |
2007-06-20 | checkpoint: implement z/depth testing | Brian |
2007-06-20 | triangles w/ depth test | Brian |
2007-06-20 | Only build i915tex | Keith Whitwell |
2007-06-20 | Add state tracker create/destroy calls to i915 driver. | Keith Whitwell |
2007-06-20 | Rename static variable in temporary tnl code | Keith Whitwell |
2007-06-20 | Remove dependency on vf.h in public headers | Keith Whitwell |
2007-06-20 | update includes (s/tile/quad/) | Brian |
2007-06-20 | s/tile/quad/ | Brian |
2007-06-20 | Rename "tile" files to "quad". | Brian |
2007-06-20 | only blend active pixels in the quad | Brian |
2007-06-20 | quad blending works now, but many blend terms need to be added in blend_quad(). | Brian |
2007-06-20 | Initial implementation of a software pipeline for quad rasterization (fragmen... | Brian |
2007-06-20 | better comment | Brian |
2007-06-20 | actually use new glClear code | Brian |
2007-06-20 | fix comment | Brian |
2007-06-20 | plug in write_mono_row_ub | Brian |
2007-06-20 | implement softpipe clearing (untested) | Brian |
2007-06-20 | Initial work for glClear(), clear color state. | Brian |
2007-06-19 | hook up point state | Brian |
2007-06-19 | Re-org of surface/framebuffer state. | Brian |
2007-06-19 | don't request GLUT_ALPHA | Brian |
2007-06-19 | just use regular malloc(), free(), memcpy() | Brian |
2007-06-19 | add point/line/polygon state | Brian |
2007-06-18 | Added alpha test state. | Brian |
2007-06-18 | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian |
2007-06-18 | change clear color | Brian |
2007-06-15 | s/PRIM_H/SP_STATE_H/ | Brian |
2007-06-15 | Added st_update_framebuffer struct/object. | Brian |
2007-06-15 | framebuffer state | Brian |
2007-06-15 | In softpipe_set_viewport() use ordinary (struct) assignment to update softpip... | Brian |
2007-06-15 | initial framebuffer state | Brian |
2007-06-15 | framebuffer state | Brian |
2007-06-14 | Add GLUT_ALPHA for softpipe | Keith Whitwell |
2007-06-14 | Rename directories again?! | Keith Whitwell |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell |
2007-06-14 | Small optimization for line drawing. | Keith Whitwell |