aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/render
Commit message (Expand)AuthorAgeFilesLines
* render: Propagate allocation failure from createSourcePicture()Ulrich Sibiller2019-06-221-0/+2
* glyph.c: fix a read beyond end of heap bufferUlrich Sibiller2019-06-221-0/+2
* render/glyph.c: add missing usage_hintUlrich Sibiller2019-06-111-1/+2
* Use C99 designated initializers in various extension RepliesUlrich Sibiller2019-02-281-7/+7
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-281-2/+2
* misc: fix more regressions and whitespace weirdness introduced in 913fcf1a744...Mihai Moldovan2018-07-071-8/+19
* Fix some memory leaks.Mario Trangoni2018-07-031-12/+7
* Lift fb to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-051-0/+10
* devPrivates fixesLars Knoll2017-12-071-0/+1
* Revert "NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an iss...Mike Gabriel2017-04-211-0/+4
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-1912-24/+0
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-103-3/+5
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-103-7/+7
* NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymo...Mike Gabriel2017-04-061-4/+0
* render/filter.c: add missing return valueUlrich Sibiller2017-03-101-1/+1
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-032-26/+26
* misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ...Mihai Moldovan2017-03-035-276/+210
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-202-63/+63
* drop platform support: unifdef sgi.Mike Gabriel2017-02-081-2/+1
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-041-3/+0
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-311-2/+0
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-1/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-2/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-4/+4
* Xserver: Post-REGION-macros-to-inline-funcs clean-up.Mike Gabriel2016-07-051-1/+0
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-236/+207
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-023-5/+5
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-026-32/+32
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-027-62/+62
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-2/+4
* Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions.Mike Gabriel2016-07-021-2/+6
* hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the correspo...Mike Gabriel2016-06-251-2/+0
* hw/nxagent/NXglyph.c: Shrink file, drop duplicate code that can identically b...Mike Gabriel2016-06-252-0/+9
* hw/nxagent/NXrender.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-3/+27
* hw/nxagent/NX{glyphstr,picturestr}.h: Don't ship the complete header files in...Mike Gabriel2016-06-253-0/+14
* hw/nxagent/NXpicture.c: Shrink file, drop duplicate code that can identically...Mike Gabriel2016-06-252-2/+13
* hw/nxagent/NXmiglyph.c: Shrink file, drop code that can be identically found ...Mike Gabriel2016-06-252-2/+4
* hw/nxagent/NXmitrap.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-5/+20
* Move matrix operations from X server to pixman 0.13.2, handle RandR transform...Mike Gabriel2016-06-214-74/+109
* [render] Split out filter finding from filter setting.Mike Gabriel2016-06-212-16/+48
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-211-1/+1
* nx-X11/programs/Xserver/{hw/nxagent/NX,render/}picture.c: add and use new fun...Mihai Moldovan2016-05-301-0/+98
* HAVE_STDINT_H: Always include <stdint.h>.Mike Gabriel2016-05-021-4/+0
* pixman-devel: Build against shared library pkg-config(pixman-1).Mike Gabriel2016-05-021-1/+2
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-023-51/+51
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-283-8/+8
* Replace 'pointer' type with 'void *'Keith Packard2015-12-2810-61/+61
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-0/+3
* library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanupMike Gabriel2015-04-221-2/+2
* nx-X11: fix typo in previous commit.Mihai Moldovan2015-03-291-1/+1