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
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
animcur: Handle allocation failure for the animation timer
for-1.19
Adam Jackson
1
-4
/
+6
2018-01-22
animcur: Fix transitions between animated cursors
Adam Jackson
1
-10
/
+15
2018-01-22
animcur: Run the timer from the device, not the screen
Adam Jackson
1
-58
/
+29
2018-01-22
animcur: Return the next interval directly from the timer callback
Adam Jackson
1
-3
/
+2
2018-01-22
animcur: Use fixed-size screen private
Adam Jackson
1
-12
/
+4
2017-10-12
Unvalidated lengths
Nathan Kidd
1
-0
/
+3
2017-03-15
render: Fix out of boundary heap access
Tobias Stoeckmann
1
-0
/
+4
2016-06-17
exa: only draw valid trapezoids
Maarten Lankhorst
1
-1
/
+1
2016-05-11
dix: Remove pointless client-state callbacks
Adam Jackson
1
-13
/
+0
2016-03-08
render: free already allocated formats in PictureInit failure case
Julien Cristau
1
-0
/
+3
2015-12-01
render: Use OsTimer for animated cursor timing
Keith Packard
1
-27
/
+30
2015-10-06
render: Propagate allocation failure from createSourcePicture()
Chris Wilson
1
-1
/
+5
2015-09-23
render: Fix leak of filter params
Chris Wilson
1
-0
/
+1
2015-09-23
render: Allow single-stop gradients
Andrea Canciani
1
-3
/
+3
2015-09-21
render: Simplify SProcRenderScale
Adam Jackson
1
-14
/
+1
2015-07-08
render: Hide/unexport some implementation details
Adam Jackson
7
-135
/
+43
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
5
-13
/
+13
2014-12-08
render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]
Alan Coopersmith
1
-1
/
+15
2014-12-08
render: check request size before reading it [CVE-2014-8100 1/2]
Julien Cristau
1
-2
/
+2
2014-11-30
render: fix ChangePicture when Xinerama is active (v2) (#49170)
Adam Jackson
1
-6
/
+39
2014-11-12
Drop trailing whitespaces
Peter Hutterer
7
-11
/
+11
2014-10-23
render: Always store client clip as a region
Adam Jackson
4
-31
/
+9
2014-07-29
render: Remove unused CopyPicture
Adam Jackson
2
-84
/
+0
2014-04-22
xfixes: Forbid manipulating clip for source-only pictures (#28968)
Adam Jackson
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
9
-62
/
+62
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-2
/
+1
2013-01-09
render: Unwrap early on the animated cursor BlockHandler
Carlos Garnacho
1
-1
/
+2
2012-11-05
render: fix shadow warnings
Yaakov Selkowitz
1
-4
/
+4
2012-08-14
Only free Render filter names on last screen close
Keith Packard
1
-1
/
+4
2012-07-10
Render: Remove unused glyphDepths
Daniel Stone
1
-2
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
2
-2
/
+1
2012-07-09
Use C99 designated initializers in various extension Replies
Alan Coopersmith
1
-5
/
+5
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-2
/
+2
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-4
/
+4
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+2
2012-07-05
Add screen-specific privates.
Keith Packard
1
-2
/
+3
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
2
-0
/
+11
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
3
-9
/
+7
2012-05-21
render/exa: use glyph picture accessors
Dave Airlie
2
-12
/
+12
2012-05-21
render: add GetGlyphPicture accessor.
Dave Airlie
2
-0
/
+16
2012-04-18
dix: add reference count of the resource to ResourceSizeRec
Erkki Seppälä
1
-1
/
+3
2012-04-18
render: Report pixmap usage of pictures to resource extension.
Rami Ylimäki
1
-0
/
+22
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-6
/
+6
2012-03-21
Introduce a consistent coding style
Keith Packard
15
-5232
/
+4829
2012-01-13
render: don't bother with animated cursors on floating slaves (#39989)
Peter Hutterer
1
-0
/
+3
2011-12-12
CompareISOLatin1Lowered: constify arguments
Alan Coopersmith
1
-1
/
+2
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
2
-6
/
+6
2011-11-23
Remove redundant redeclarations of functions in the same header file
Alan Coopersmith
1
-3
/
+0
2011-11-23
Convert ProcRenderQueryFilters to use memcpy instead of strncpy
Alan Coopersmith
1
-2
/
+2
2011-10-18
render: export TriStrip and TriFan to the drivers
Chris Wilson
4
-32
/
+114
[next]