search for: eca65a8

Displaying 1 result from an estimated 1 matches for "eca65a8".

Did you mean: 1ca65ac
2009 Apr 10
0
[PATCH/Gallium] nv50_clear again (might work better)
...anymore with DRI1 because are are no cliprects or something so I reverted it, DRI2 was a bit unstable when I used it). (You'd probably want to put the defines elsewhere or remove them) --------- diff --git a/src/gallium/drivers/nv50/nv50_clear.c b/src/gallium/drivers/nv50/nv50_clear.c index eca65a8..d0785fc 100644 --- a/src/gallium/drivers/nv50/nv50_clear.c +++ b/src/gallium/drivers/nv50/nv50_clear.c @@ -26,6 +26,13 @@ #include "nv50_context.h" +/* If clearing the stencil buffer is not requested, NVIDIA clears both + anyway as long as stencil testing is off. */ +#define NV50TCL...