Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tnl state atom | Brian | 2007-08-18 | 1 | -0/+1 |
| | |||||
* | plug in texture/sampler state update | Brian | 2007-08-07 | 1 | -0/+2 |
| | |||||
* | Trigger tgsi compilation for fragment programs. | Keith Whitwell | 2007-07-19 | 1 | -0/+1 |
| | | | | Not sure the generated program looks correct though... | ||||
* | Implement polygon stipple state tracking, application. | Brian | 2007-07-11 | 1 | -0/+1 |
| | |||||
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 1 | -1/+0 |
| | |||||
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 1 | -0/+1 |
| | |||||
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 1 | -0/+1 |
| | |||||
* | hook up point state | Brian | 2007-06-19 | 1 | -0/+1 |
| | |||||
* | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 1 | -1/+0 |
| | | | | We should be able to render to any depth/format of X window now. | ||||
* | just use regular malloc(), free(), memcpy() | Brian | 2007-06-19 | 1 | -3/+3 |
| | |||||
* | Added st_update_framebuffer struct/object. | Brian | 2007-06-15 | 1 | -0/+1 |
| | |||||
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 1 | -0/+171 |
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. |