index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
/
rrtransform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-19
randr: Silence -Wshift-negative-value warnings
Jeremy Huddleston
1
-4
/
+4
2015-10-19
randr: Correct a miscall of abs() to instead call fabs()
Jeremy Huddleston
1
-1
/
+1
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-177
/
+191
2011-02-23
Revert "randr: Add sprite position transforms"
Keith Packard
1
-59
/
+5
2010-12-06
randr: Add sprite position transforms
Keith Packard
1
-5
/
+59
2010-06-22
rotation: fix cursor and overlap of one pixel.
Dave Airlie
1
-14
/
+14
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-4
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-3
/
+3
2009-06-11
randr: fix operation order so that rotation+transform works
Benjamin Defnet
1
-3
/
+3
2009-02-25
Oops. 62fc98c had crtc offsets applied backwards (fix from server-1.6-branch)
Keith Packard
1
-2
/
+2
2009-02-25
RandR rotations and reflections offset by one pixel
Keith Packard
1
-14
/
+14
2009-02-03
Handle matrix computation overflow in RRTransformCompute
Keith Packard
1
-7
/
+32
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-6
/
+6
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-6
/
+6
2008-11-25
Move matrix operations from X server to pixman 0.13.2
Keith Packard
1
-33
/
+33
2008-11-24
rrtransform needs randrstr to get RANDR_INTERFACE defines
Keith Packard
1
-0
/
+1
2008-11-24
Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
Keith Packard
1
-0
/
+259