- 20 Apr, 2022 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Resolves issues reported by Oracle Parfait static analyzer: Error: Memory leak Memory leak [memory-leak] (CWE 401): Memory leak of pointer pixels allocated with malloc((pScrn->videoRam * 1024)) at line 803 of dummy_driver.c in function 'DUMMYScreenInit'. pixels allocated at line 790 with malloc((pScrn->videoRam * 1024)) Memory leak [memory-leak] (CWE 401): Memory leak of pointer pixels allocated with malloc((pScrn->videoRam * 1024)) at line 805 of dummy_driver.c in function 'DUMMYScreenInit'. pixels allocated at line 790 with malloc((pScrn->videoRam * 1024)) Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 05 Apr, 2022 1 commit
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 22 Jan, 2022 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Mar, 2020 3 commits
-
-
Apparently 4 is too low. The number is totally arbitrary. Signed-off-by:
Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
-
Add WIDTH_MM and HEIGHT_MM output properties to allow setting "physical" size of the output. Normally this data is retrieved from EDID, but for obvious reasons it can't be done in the VM. This patch allows to set this properties from user space. This is later reported as output size (the header line describing the output in `xrandr` output). Signed-off-by:
Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
-
Properly initialize RandR extension, mostly with stubs. It creates four virtual outputs (lets hope that nobody will need more at once...). By default only the first one is in "connected" state, with preferred mode from xorg.conf. Other outputs get "connected" at first mode set (and left connected forever - you can always not use it). So without any xrandr calls it should work as before. Signed-off-by:
Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
-
- 25 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 18 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 14 Aug, 2017 1 commit
-
-
This patch makes it possible to start the server using the dummy driver with a 30 bit depth. The colormap size is changed from 256 to 1024 to prevent crashes. Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
- 06 Aug, 2017 2 commits
-
-
Aaron Plattner authored
GCC's -Wmisleading-indentation complains about this dummy_driver.c: In function ‘DUMMYGetRec’: dummy_driver.c:181:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (pScrn->driverPrivate == NULL) ^~ dummy_driver.c:183:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ return TRUE; ^~~~~~ Signed-off-by:
Aaron Plattner <aplattner@nvidia.com>
-
Signed-off-by:
Xiaolei Yu <dreifachstein@gmail.com> Reviewed-by:
Antoine Martin <antoine@nagafix.co.uk> Tested-by:
Antoine Martin <antoine@nagafix.co.uk> Signed-off-by:
Aaron Plattner <aplattner@nvidia.com>
-
- 05 Aug, 2017 4 commits
-
-
Aaron Plattner authored
The pointer to the screen's pixels is stored in the screen pixmap's devPrivate.ptr field. Just use that instead of storing it redundantly. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Reviewed-by:
Bob Terek <xorg@esoterek.com> Tested-by:
Antoine Martin <antoine@nagafix.co.uk>
-
Aaron Plattner authored
DGA was so 2004. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Reviewed-by:
Bob Terek <xorg@esoterek.com> Tested-by:
Antoine Martin <antoine@nagafix.co.uk>
-
Aaron Plattner authored
This is assigned, but never used. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Reviewed-by:
Bob Terek <xorg@esoterek.com> Tested-by:
Antoine Martin <antoine@nagafix.co.uk>
-
Aaron Plattner authored
As far as I can tell, this was never implemented or used. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Reviewed-by:
Bob Terek <xorg@esoterek.com> Tested-by:
Antoine Martin <antoine@nagafix.co.uk>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 14 Dec, 2016 2 commits
-
-
Julien Cristau authored
Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
Julien Cristau authored
dixChangeWindowProperty was introduced in that release. Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 28 Oct, 2016 1 commit
-
-
Aaron Plattner authored
These functions might be useful in a real driver, but with no hardware, they're pointless. Get rid of them. v2: Rebase, get rid of pointless calls to DUMMYAdjustFrame, return TRUE from DUMMYSwitchMode. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Reviewed-by:
Antoine Martin <antoine@nagafix.co.uk> Tested-by:
Antoine Martin <antoine@nagafix.co.uk>
-
- 21 Sep, 2016 1 commit
-
-
Signed-off-by:
Antoine Martin <antoine@nagafix.co.uk> Reviewed-by:
Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by:
Aaron Plattner <aplattner@nvidia.com> Signed-off-by:
Aaron Plattner <aplattner@nvidia.com>
-
- 04 Feb, 2016 1 commit
-
-
Peter Hutterer authored
eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Jon Turney <jon.turney@dronecode.org.uk>
-
- 17 Sep, 2015 1 commit
-
-
Reviewed-by:
Adam Jackson <ajax@redhat.com> Signed-off-by:
Antoine Martin <antoine@nagafix.co.uk>
-
- 05 Jun, 2014 2 commits
-
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Sep, 2013 1 commit
-
-
Julien Cristau authored
Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 25 Sep, 2012 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 18 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 05 Jun, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 23 May, 2012 2 commits
-
-
Dave Airlie authored
Generated from util/modular/x-driver-screen-scrn-conv.sh Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 06 Apr, 2012 2 commits
-
-
Yaakov Selkowitz authored
This affects only Cygwin, where drivers must be linked against the Xorg implib. On other systems, XORG_LIBS will be empty. Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Yaakov Selkowitz authored
Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 09 Jan, 2012 1 commit
-
-
Jeremy Huddleston Sequoia authored
If our server supports DGA and we want to build the dummy driver without it, XFreeXDGA will be defined by the server and will be picked up rather than our configuration option. This change forces us to honor our configuration hoice. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 01 Jan, 2012 1 commit
-
-
Cyril Brulebois authored
Signed-off-by:
Cyril Brulebois <kibi@debian.org>
-
- 14 Sep, 2011 1 commit
-
-
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net> Signed-off-by:
Jamey Sharp <jamey@minilop.net>
-