summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_depth.c
AgeCommit message (Collapse)Author
2010-05-18gallium: implement set_sample_mask() in all driversRoland 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-11i965g: adapt to stencil ref changesRoland Scheidegger
while there also potentially fix logic ops (were never enabled before)
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-25i965g: start hooking up some to the gallium context interfacesKeith Whitwell
- create/bind/destroy blend and depth state - framebuffer and viewport - etc.
2009-10-23i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell
2009-10-23i965g: wipKeith Whitwell