Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-07 | plug in texture/sampler state update | Brian | |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell | |
Not sure the generated program looks correct though... | |||
2007-07-11 | Implement polygon stipple state tracking, application. | Brian | |
2007-06-26 | consolidate point/line state into pipe_setup_state | 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 | |
We should be able to render to any depth/format of X window now. | |||
2007-06-15 | Added st_update_framebuffer struct/object. | Brian | |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | |
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later. |