- 19 Jul, 2018 2 commits
-
-
Kevin Brace authored
Added a temporary fix for some RAGE 128 Pro models misidentifying VGA as DVI and not able to automatically select the proper screen resolution via the use of EDID (Extended Display Identification). Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Stop the use of #include to include r128_exa_render.c inside r128_exa.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 18 Jul, 2018 2 commits
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <bob.dybian@gmail.com>
-
Helmut Grohne authored
configure.ac fails to cross build from source, because it abuses AC_CHECK_FILE for finding headers. AC_CHECK_FILE is supposed to find files on the host system. You cannot usually expect the host system to have headers, so this use is incorrect. It happens to also break cross compilation. Signed-off-by:
Helmut Grohne <helmut@subdivi.de>
-
- 13 Jul, 2018 1 commit
-
-
Kevin Brace authored
Due to faulty assumptions made by commit 2072d9aa, many RAGE 128 Pro VGA display will be detected as DVI, and causes out of range display error with the attached monitor. While this commit is less than perfect and only works on x86 platform, it avoids causing out of range display error. With this fix, there is no longer the need to specify the supported frequency range of the monitor inside xorg.conf. The code was tested on RAGE 128 Pro Ultra 16 MB AGP. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 12 Jul, 2018 1 commit
-
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 09 Jul, 2018 4 commits
-
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
The variable sizes were not matching the intended print format. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Deprecating R128TRACE macro in favor of DEBUG macro used inside OpenChrome DDX. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Merge it into R128LegacyMS function. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 26 Jun, 2018 1 commit
-
-
Stefan Dirsch authored
Apparently this is needed in src/atipcirename.h since xorg-server 1.20 in order to still build this driver. Signed-off-by:
Stefan Dirsch <sndirsch@suse.de> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 25 Jun, 2018 13 commits
-
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
r128_crtc.c is the more logical place this function should be located. R128PLL2WaitForReadUpdateComplete and R128PLL2WriteUpdate functions were moved as well. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
r128_crtc.c is the more logical place this function should be located. R128PLLWaitForReadUpdateComplete and R128PLLWriteUpdate functions were moved as well. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
r128_output.c is the more logical place this function should be located. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_output.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
r128_crtc.c is the more logical place this function should be located. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
r128_crtc.c is the more logical place this function should be located. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 11 Jun, 2018 10 commits
-
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
It does not make sense for this function to be inside r128_driver.c since it is only called from a function inside r128_crtc.c. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
In preparation of adding a new mode setting code path. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
This removes a VBE (VESA BIOS Extension) related call when probing. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
This is similar to how the sample code for PreInit callback function shown in XFree86 DDX Design (ddxDesign.pdf) design guide does it. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
This is similar to how the sample code for PreInit callback function shown in XFree86 DDX Design (ddxDesign.pdf) design guide does it. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
This is similar to how the sample code for PreInit callback function shown in XFree86 DDX Design (ddxDesign.pdf) design guide does it. Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- 08 Aug, 2017 1 commit
-
-
Emil Velikov authored
The function was an empty since 2008 at least. Remove it alongside the unused GLX visuals code. With this all the GL/GLX dependencies in the driver are gone. Cc: Adam Jackson <ajax@redhat.com> Cc: Connor Behan <connor.behan@gmail.com> Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> Tested-by:
Connor Behan <connor.behan@gmail.com>
-
- 26 Jan, 2017 5 commits
-
-
Mihail Konev authored
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Emil Velikov authored
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>
-
Colin Walters authored
http://people.gnome.org/~walters/docs/build-api.txtSigned-off-by:
Adam Jackson <ajax@redhat.com>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-