Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | |
prevents segfault when state trackers try to set default mask. Other option would be to make this required only for drivers supporting multisampling, but this seems more clean. Only dummy implementations (for normal drivers) provided (no driver supports multisampling yet neither). | |||
2010-02-11 | i965g: adapt to stencil ref changes | Roland Scheidegger | |
while there also potentially fix logic ops (were never enabled before) | |||
2009-10-29 | i965g: work in progress on fragment shaders | Keith Whitwell | |
2009-10-25 | i965g: start hooking up some to the gallium context interfaces | Keith Whitwell | |
- create/bind/destroy blend and depth state - framebuffer and viewport - etc. | |||
2009-10-23 | i965g: wip on removing GL stuff, trying to get a few files compiling | Keith Whitwell | |
2009-10-23 | i965g: wip | Keith Whitwell | |