summaryrefslogtreecommitdiff
path: root/fb
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Fix <pixman.h> include to <pixman/pixman.h>"Eric Anholt2007-08-221-1/+1
| * Fix <pixman.h> include to <pixman/pixman.h>Alan Hourihane2007-08-221-1/+1
| * Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fixSøren Sandmann Pedersen2007-08-211-0/+1
| * stride is in FbBits-sized chunks, but xoff is not.Aaron Plattner2007-08-161-3/+3
| * Bug #12015: Use the right offsets in the dst arguments of pixman_blt.Aaron Plattner2007-08-161-2/+2
| * Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen2007-08-061-1/+1
| * Don't unwrap too early in libwfb for Composite.Aaron Plattner2007-08-064-17/+16
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-08-0235-814/+47
|\ \ | |/
| * "fbpict.c", line 215: void function cannot return valueAlan Coopersmith2007-07-111-1/+1
| * Clean up unused #ifdefs from fb.Adam Jackson2007-07-054-75/+2
| * Death to RCS tags.Adam Jackson2007-06-2928-56/+0
| * Handle tileStride > 1 in fbEvenTile.Aaron Plattner2007-06-272-5/+8
| * In fbFill() make sure the drawable is validated when pixman_fill() succeeds.Søren Sandmann Pedersen2007-06-221-32/+22
| * Fixed fbSolidBoxClipped() to fill the right place.Arcady Goldmints-Orlov2007-06-201-1/+1
| * Remove fbmmx.[ch] filesSøren Sandmann Pedersen2007-06-112-121/+0
| * Replace fbFillmmx() with pixman_fill() and remove fbmmx.[ch]Søren Sandmann Pedersen2007-06-117-385/+20
| * Delete fbBltmmx().Søren Sandmann Pedersen2007-06-112-145/+0
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-06-1113-3607/+292
|\ \ | |/
| * Port a few forgotten fbSolidFillmmx()'es to fbFillmmx(). Use pixman_blt() ins...Søren Sandmann Pedersen2007-06-113-30/+31
| * Remove fbCopyAreammx() and fbSolidFillmmx()Søren Sandmann Pedersen2007-06-112-66/+0
| * Split fbSolidFillmmx() into a new FbFillmmx() function. Call that from fbFill().Søren Sandmann Pedersen2007-06-113-18/+43
| * Split fbCopyAreammx() into a new fbBltmmx() function; call thisSøren Sandmann Pedersen2007-06-113-38/+61
| * Don't pass regions to pixman_image_composite() anymore.Søren Sandmann Pedersen2007-06-111-140/+140
| * Add new fb symbols to wfbrename.h.Aaron Plattner2007-06-071-0/+2
| * Delete fbCompositeCopyAreammx()Søren Sandmann Pedersen2007-06-052-36/+0
| * Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammxSøren Sandmann Pedersen2007-06-052-2734/+0
| * Include pixman.h from fb.h or compile of some files will failBenjamin Herrenschmidt2007-06-033-3/+2
| * Delete trapezoid rendering code; replace with pixman callsSoren Sandmann Pedersen2007-05-231-167/+12
| * - Make image_from_pict() non-staticSoren Sandmann Pedersen2007-05-237-588/+201
| * Add missing offsets for window coordinates - reported by Colin HarrisonSoren Sandmann Pedersen2007-05-231-0/+13
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-05-227-5376/+1169
|\ \ | |/
| * Remove fast path code from fbpict.cSoren Sandmann Pedersen2007-05-212-1697/+23
| * Use pixman_image_set_indexed() to make 8 bit workSoren Sandmann Pedersen2007-05-181-0/+4
| * Comment out setup of general MMX codeSoren Sandmann Pedersen2007-05-181-0/+6
| * Move fbCompositeGeneral() to fbpict.c and remove fbcompose.cSoren Sandmann Pedersen2007-05-183-4363/+19
| * Break image_from_pict() into a few subfunctions.Soren Sandmann Pedersen2007-05-181-183/+189
| * Make the general compositing code create a pixman image and callSoren Sandmann Pedersen2007-05-182-3/+234
| * Remove excessive unrolling in fbCompositeSrc_x888x8x8888() and fix bug whereSoren Sandmann Pedersen2007-05-171-63/+22
| * Make fbFetch_b8g8r8() actually write the read value to the bufferSoren Sandmann Pedersen2007-05-161-0/+1
| * Revert various fast path functions to their pre-pixman-merge stateSoren Sandmann Pedersen2007-05-151-515/+36
| * New fbWalkCompositeRegion() functionSoren Sandmann Pedersen2007-05-033-196/+143
| * Add fbCompositeRect() as another special case in the switch of doom in fbpict.cSoren Sandmann Pedersen2007-05-033-15/+56
| * Fix for a divide by zero that can be triggered by a malicious client.Keith Packard2007-05-021-0/+3
| * Fix fbCompositeTrans_0888xnx0888 build for wfb on big endian.Michel Dänzer2007-04-291-1/+1
| * Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.Michel Dänzer2007-04-291-1/+1
| * Pixman mergingSoren Sandmann Pedersen2007-04-271-1/+34
| * Bug fix in fbCompositeIn_nx8x8888Soren Sandmann Pedersen2007-04-271-1/+1
| * Change expand_alpha_rev to expand_alpha in mmxSaturateUSoren Sandmann Pedersen2007-04-261-1/+1
| * Fix typo in previous commitSoren Sandmann Pedersen2007-04-261-1/+1
| * Pixman mergeSoren Sandmann Pedersen2007-04-261-45/+94