Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-06 | Don't unwrap too early in libwfb for Composite. | Aaron Plattner | 1 | -6/+2 | |
Don't call fbFinishWrap until the pixman_image_t that stores the pointer is actually freed. This prevents corruption or crashes caused by accessing a wrapped pointer after the wrapping is torn down. | |||||
2007-06-29 | Death to RCS tags. | Adam Jackson | 1 | -2/+0 | |
2007-06-03 | Include pixman.h from fb.h or compile of some files will fail | Benjamin Herrenschmidt | 1 | -2/+0 | |
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> | |||||
2007-05-23 | Delete trapezoid rendering code; replace with pixman calls | Soren Sandmann Pedersen | 1 | -167/+12 | |
2007-05-23 | - Make image_from_pict() non-static | Soren Sandmann Pedersen | 1 | -1/+79 | |
- Delete fbedge.c and fbedgeimp.h - Use pixman_rasterize_edges() in fbtrap.c | |||||
2007-05-02 | Fix for a divide by zero that can be triggered by a malicious client. | Keith Packard | 1 | -0/+3 | |
Problem reported by Derek Abdine of rapid7.com. Thanks. | |||||
2006-07-26 | Add framebuffer access wrapper infrastructure. | Aaron Plattner | 1 | -0/+4 | |
Create fbPrepareAccess macros to call into the driver to set up the wfbReadMemory and wfbWriteWemory pointers. Call these from fbGetDrawable and fbGetStipDrawable. Add the READ and WRITE macros, which expand to simple memory accesses for fb, and calls through the function pointers for wfb. Add fbFinishAccess macro to give the driver an opportunity to clean up. Add calls to this in the appropriate places. | |||||
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2004-08-06 | Add RenderAddTraps. Rewrite trapezoid rendering code. | Keith Packard | 1 | -1321/+174 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+1 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2003-11-14 | Initial revision | Kaleb Keithley | 1 | -0/+1382 | |