summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19Bump to 1.2.2HEADxf86-video-glide-1.2.2masterGuillem Jover1-1/+1
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Add compile, *.tar.bz2 and *.tar.gz to .gitignoreGuillem Jover1-0/+3
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Move miSetVisualTypes() call outside an if conditionalGuillem Jover1-3/+4
The function call is a bit long, take it out of the conditional and use a ret variable instead. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Do not assign to variables inside if conditionalsGuillem Jover1-2/+4
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Unify return value variable name to retGuillem Jover1-27/+21
Use that instead of r or i, which is way more clear. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Remove unused bool typedefGuillem Jover1-1/+0
We are already using the X Bool type. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Remove dead loader codeGuillem Jover1-5/+0
The function LoaderCheckUnresolved() was removed from the X server in 2009, and had been a stub since 2006. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Remove unreachable error check code branchGuillem Jover1-6/+0
There's no framebuffer locking funcion being called, and the last value assigned to r is from grSstWinOpen(), so there has already been an error check, and doing it later on will never trigger again. Just remove the error check and error call. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-09-19Fix coding styleGuillem Jover1-704/+707
Run x-indent.sh from the modules repository over the driver code base, and manually fix the fall out. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-02-17Remove trailing spaces and empty linesGuillem Jover1-44/+31
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2013-01-13Remove call to obsolete miInitializeBackingStore()Guillem Jover1-2/+0
Definition was deleted from Xorg during 1.14 merge window, but was a no-op for many release cycles before that. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2012-07-17Bump to 1.2.1xf86-video-glide-1.2.1Guillem Jover1-1/+1
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2012-06-07Use new X server compat APIGuillem Jover3-18/+115
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2012-02-07Remove unused xaa.h, xf86Cursor.h and xf86DDC.h inclusionsGuillem Jover1-3/+0
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2011-12-30Bump to 1.2.0xf86-video-glide-1.2.0Guillem Jover1-1/+1
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2011-12-30Update copyright yearsGuillem Jover2-2/+2
Signed-off-by: Guillem Jover <guillem@hadrons.org>
2011-12-30Pass SST number through GLIDERec instead of casting it to driverPrivateGuillem Jover1-12/+10
Allocate GLIDERec in GLIDEProbe() instead of in GLIDEPreInit() to pass the SST number through the SST_Index member instead of casting it to the driverPrivate pointer back and forth. Signed-off-by: Guillem Jover <guillem@hadrons.org>
2011-08-06Stop using the deprecated LoaderSymbol() functionGuillem Jover3-153/+39
Instead of using dlsym() to replace LoaderSymbol() and keep loading libglide at run-time, just switch to dyamically linking it. This in effect makes the module stop using LoaderSymbol() function, and as a bonus makes it start using proper linker dependencies. Reported-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Guillem Jover <guillem@hadrons.org>
2011-07-19build: Define GLIDE3_ALPHA when using glide3Guillem Jover1-1/+4
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06Bump to 1.1.0xf86-video-glide-1.1.0Guillem Jover1-1/+1
2010-10-21Fix support for latest glide3xGuillem Jover2-12/+64
This enables the driver to use libglide3x.so at run-time instead of libglide2x.so, selectively depending on the headers specified at configure time via --with-glide-include-dir. glide3x is the newer interface and supports more hardware than glide2x.
2010-10-21Abstract glide2x module name into a GLIDE_MODULE_NAME macroGuillem Jover1-7/+9
2010-10-21Use malloc and free instead of deprecated xalloc and xfreeGuillem Jover1-5/+6
2010-10-21Drop useless symbol listsGuillem Jover1-29/+0
The functions are not available anymore.
2010-10-21Update copyright statementsGuillem Jover2-2/+2
2010-10-21build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and AC_DISABLE_STATICGuillem Jover1-2/+1
2010-10-21build: Use AC_CONFIG_FILES instead of deprecated AC_OUTPUT usageGuillem Jover1-1/+2
2010-10-21build: Use AC_CHECK_HEADER instead of deprecated AC_HEADER_CHECKGuillem Jover1-1/+1
2010-10-21build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRINGGuillem Jover1-2/+2
2010-10-21build: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADERGuillem Jover1-1/+1
2010-10-21build: Remove unused fontsproto from XORG pkg-config checkGuillem Jover1-1/+1
2010-10-21build: Remove checks for randrproto and renderproto extensionsGuillem Jover1-2/+0
Those are not used by the driver.
2010-10-21build: Clean up man page generationGuillem Jover1-5/+2
Use autoconf variables instead of autoconf subsitutions. Use the destination man page filename in the driverman_DATA variable, instead of generating it from the source filename.
2010-10-21build: Add silent rule support to man page generationGuillem Jover1-1/+1
2010-10-21build: Use new man page support from xorg-macros 1.8Guillem Jover2-21/+4
Use MAN_SUBST and SED now set by XORG_MANPAGE_SECTIONS.
2010-10-21build: Use SED variable instead of hard-coding the command nameGuillem Jover1-1/+1
2010-10-21build: Remove AC_PROG_CC as it overrides AC_PROG_CC_C99Guillem Jover1-1/+0
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_CC_C99. This sets the compiler to C99 mode, but if the AC_PROG_CC macro is called afterwards, it might reset it to C89 mode.
2010-10-21build: Require autoconf 2.60Guillem Jover1-1/+1
The minimum version required to build X.Org modules is 2.60.
2010-10-21build: Use XORG_DEFAULT_OPTIONS instead of specific macrosGuillem Jover1-7/+4
2010-10-21build: Quote all AC_INIT m4 argumentsGuillem Jover1-2/+2
2010-10-21build: Move foreign setting from AUTOMAKE_OPTIONS to AM_INIT_AUTOMAKEGuillem Jover2-2/+1
2010-10-21build: Remove unused sdkdir variable settingGuillem Jover1-1/+0
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith2-41/+35
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-27Bump to 1.0.3xf86-video-glide-1.0.3Guillem Jover1-1/+1
2009-08-27Remove inclusion of obsolete and now inexistent xf86_ansic.hGuillem Jover1-1/+0
2009-07-16Update to xextproto 7.1 support.Peter Hutterer2-0/+9
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25Bump to 1.0.2xf86-video-glide-1.0.2Guillem Jover1-1/+1
2009-02-25Use XORG_CHANGELOG and CHANGELOG_CMD to generate the ChangeLog fileGuillem Jover2-5/+7
Require at least xorg-macros 1.2 for XORG_CHANGELOG.
2009-02-25Make ChangeLog a .PHONY targetGuillem Jover1-0/+2