Age | Commit message (Expand) | Author | Files | Lines |
2024-06-23 | xace: typesafe hook function for XACE_RESOURCE_ACCESS | Enrico Weigelt, metux IT consult | 3 | -7/+7 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 3 | -13/+13 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 1 | -3/+6 |
2024-04-15 | dix: unexport CompareISOLatin1Lowered() and make it static | Enrico Weigelt, metux IT consult | 1 | -0/+44 |
2024-04-09 | render: Avoid possible double-free in ProcRenderAddGlyphs() | Olivier Fourdan | 1 | -2/+0 |
2024-04-02 | render: fix refcounting of glyphs during ProcRenderAddGlyphs | Peter Hutterer | 3 | -6/+15 |
2024-03-03 | include: move xsha1.h to os/ | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-03-03 | render: move private definitions out of public glyphstr.h | Enrico Weigelt, metux IT consult | 6 | -68/+67 |
2024-03-03 | render: move private definitions out of picturestr.h | Enrico Weigelt, metux IT consult | 5 | -35/+49 |
2024-03-03 | render: drop obsolete macros pict_f_transform and pict_f_vector | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2022-12-01 | glamor: fix CbCr format handling | Yuriy | 1 | -1/+4 |
2022-01-25 | render: Fix build with gcc 12 | Olivier Fourdan | 1 | -4/+4 |
2021-12-14 | render: Fix out of bounds access in SProcRenderCompositeGlyphs() | Povilas Kanapickas | 1 | -0/+9 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -20/+0 |
2021-04-16 | xserver: fix RGB mask handling | luporl | 1 | -6/+6 |
2021-03-11 | meson: hide C API if Xorg is disabled (like autotools) | Jan Beich | 1 | -1/+3 |
2019-10-30 | dix: Call SourceValidate before GetImage | Adam Jackson | 1 | -0/+5 |
2019-10-30 | mi: Add a default no-op miSourceValidate | Adam Jackson | 1 | -4/+2 |
2019-10-15 | render: Fix undefined shift in xRenderColorToCard32 | Adam Jackson | 1 | -2/+4 |
2019-08-23 | render: Break PICT_a4 | Adam Jackson | 1 | -4/+0 |
2018-04-24 | animcur: Fix crash when removing a master device | Adam Jackson | 1 | -1/+2 |
2018-04-02 | meson: Distribute more SDK headers | Thierry Reding | 1 | -0/+9 |
2018-02-26 | render: Store and use all 16bpc of precision for solid pixels (v2.1) | Adam Jackson | 2 | -0/+2 |
2018-02-26 | render: Simplify miCompositeRects | Adam Jackson | 1 | -54/+9 |
2018-02-23 | render: Cosmetic cleanup to default format creation | Adam Jackson | 1 | -43/+27 |
2018-02-23 | render: Remove some 24bpp handling | Adam Jackson | 1 | -8/+0 |
2018-02-14 | animcur: Change which CursorPtr we save in external state | Adam Jackson | 1 | -3/+4 |
2018-01-09 | animcur: Handle allocation failure for the animation timer | Adam Jackson | 1 | -4/+6 |
2018-01-09 | animcur: Fix transitions between animated cursors | Adam Jackson | 1 | -10/+15 |
2018-01-08 | animcur: Stop tracking the last display time in the SpriteInfoRec | Adam Jackson | 1 | -3/+0 |
2018-01-08 | animcur: Run the timer from the device, not the screen | Adam Jackson | 1 | -58/+29 |
2018-01-08 | animcur: Return the next interval directly from the timer callback | Adam Jackson | 1 | -3/+2 |
2018-01-08 | animcur: Use fixed-size screen private | Adam Jackson | 1 | -12/+4 |
2017-10-30 | Use ARRAY_SIZE all over the tree | Daniel Martin | 1 | -1/+1 |
2017-10-10 | Unvalidated lengths | Nathan Kidd | 1 | -0/+3 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+19 |
2017-03-13 | render: Fix out of boundary heap access | Tobias Stoeckmann | 1 | -0/+4 |
2017-03-01 | dispatch: Mark swapped dispatch as _X_COLD | Adam Jackson | 1 | -37/+37 |
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 |