Merge a24a7a7a66
into d403cbd25c
This commit is contained in:
commit
3abf6f40e5
|
@ -24,15 +24,10 @@
|
|||
* This file defines functions for drawing some primitives using
|
||||
* underlying datatypes instead of masks
|
||||
*/
|
||||
#include "fb/fb_priv.h"
|
||||
|
||||
#define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "fb/fb_priv.h"
|
||||
|
||||
#define __FbMaskBits(x,w,l,n,r) { \
|
||||
n = (w); \
|
||||
r = FbRightMask((x)+n); \
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _FBPICT_H_
|
||||
#define _FBPICT_H_
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <gcstruct.h>
|
||||
#include <picturestr.h>
|
||||
#include <fb.h>
|
||||
#include <fbpict.h>
|
||||
#ifdef GLAMOR_FOR_XORG
|
||||
#include <xf86xv.h>
|
||||
#endif
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "fb/fbpict.h"
|
||||
|
||||
#include "glamor_priv.h"
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue