xserver-multidpi/fb
Eric Anholt 12563db59d Revert "Optimize out computing a gradient pixel if the mask value is 0."
This reverts cf46242e33 commit.  It wasn't meant
to be pushed to master yet, and doesn't work.
2006-07-03 12:52:27 -07:00
..
fb.h Bugzilla #4616: 2005-10-02 08:28:27 +00:00
fb24_32.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fb24_32.h Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fballpriv.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbarc.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fbbits.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbbits.h Remove useless line of code that contained a bug and triggered a gcc 2006-02-14 08:11:41 +00:00
fbblt.c Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function 2006-02-11 19:16:51 +00:00
fbbltone.c Bug #3822: out of bound reads in fbbltone and fbblt (Mark Kettenis, Thierry 2005-10-01 17:53:38 +00:00
fbbstore.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbcmap.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbcompose.c Revert "Optimize out computing a gradient pixel if the mask value is 0." 2006-07-03 12:52:27 -07:00
fbcopy.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fbedge.c Merge r1.2 of fbedge.c from xserver CVS: Optimize spans where the same 2005-10-03 10:20:29 +00:00
fbedgeimp.h Apply an xserver patch from cworth: Avoid buffer ovverrun when a 2005-08-30 03:05:21 +00:00
fbfill.c Bug #5478: More use of fbSOlidFillmmx. (Jim Huang) 2006-04-03 21:16:30 +00:00
fbfillrect.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbfillsp.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbgc.c Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
fbgetsp.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbglyph.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbimage.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fbline.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbmmx.c Fix MMX Saturate implementation. 2006-06-27 04:14:03 +02:00
fbmmx.h Thu Aug 4 16:08:00 2005 Søren Sandmann <sandmann@redhat.com> 2005-08-04 21:05:12 +00:00
fboverlay.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fboverlay.h Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
fbpict.c Clean up gcc warnings from picture format CARD32 -> enum change. 2006-06-19 15:11:56 -07:00
fbpict.h Fix a copy'n'paste-o that would result in mis-rounding of the results of 2005-12-28 10:43:02 +00:00
fbpixmap.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fbpoint.c Bugzilla #4616: 2005-10-02 08:28:27 +00:00
fbpseudocolor.c Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
fbpseudocolor.h Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
fbpush.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbrop.h Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
fbscreen.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbseg.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
fbsetsp.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbsolid.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbstipple.c Coverity #333, #334 - eliminate unncessary test for always true condition 2006-04-07 02:20:11 +00:00
fbtile.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbtrap.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbutil.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
fbwindow.c Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes build 2006-04-05 19:52:12 +00:00
Makefile.am typo in last change 2006-01-18 07:00:50 +00:00