Added a fast xor_line() function. Uses XDrawLine with GXxor mode.
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 23 Sep 2005 01:40:59 +0000 (01:40 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 23 Sep 2005 01:40:59 +0000 (01:40 +0000)
commit6d3637849bccf39843638d4c52d40bc4b9ddcdfc
treea22cdc89156fd8353208b4ac903197013e400370
parent0efc17c105f8239bf4fb128d570f2d343c45d430
Added a fast xor_line() function.  Uses XDrawLine with GXxor mode.
Only used for front-buffer window/pixmap rendering, GL_FLAT shade model,
no Z test or other fragment operations.
src/mesa/drivers/x11/xm_line.c