Revisions of xf86-video-r128

buildservice-autocommit accepted request 1040104 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 39)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 38)
- Update to 6.12.1
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * gitlab CI: stop requiring Signed-off-by in commits
  * R128RAMRec: constify name pointer
  * Mark DriverRec exported in r128_probe.h to match r128_probe.c
buildservice-autocommit accepted request 860767 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 37)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) accepted request 860745 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
- update to 6.12.0:
  * Separate EXA and XAA initialization
  * Evaluate NoAccel option inside R128PreInit
  * Evaluate EXA related options inside R128PreInit
  * Evaluate software cursor option inside R128PreInit
  * Remove OPTION_DAC_8BIT option
  * Move many DDX UMS options into R128UMSOption
  * Delete USE_CRT_ONLY conditional compilation directive
  * Delete OPTION_DISPLAY option enumeration
  * Move RAMDAC module initialization into R128LegacyMS
  * Move loading of EXA and XAA modules into R128PreInitAccel
  * Version bumped to 6.11.100
  * Prevent disabling of EXA inside R128ScreenInit
  * Consolidate frame buffer initialization code
  * Deprecate R128EXAAccelInit
  * Deprecate R128AccelInit
  * Deprecate R128VerboseInitEXA
  * Consolidate EXA initialization code into R128EXAInit
  * Hold off enabling acceleration until EXA / XAA are fully initialized
  * Version bumped to 6.11.101
  * Rename R128UMSOption to r128UMSOption
  * Consolidate acquisition of many options into two functions
  * Version bumped to 6.11.102
  * Fix for build failure when --disable-dri option is specified
  * Remove Dac6Bit option from man page
buildservice-autocommit accepted request 712078 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 35)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 34)
- no longer require legacy extension xf86miscproto; no longer
  provided by xorgproto-2019.1 by default and never needed anyway
buildservice-autocommit accepted request 624236 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 33)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 32)
- Update to version 6.11.0
  * autogen.sh: Implement GNOME Build API
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish
  * configure: Drop AM_MAINTAINER_MODE
  * Fix typo: Initalizing --> Initializing
  * xf86-video-r128: remove the GlxSetVisualConfigs stub and friends
  * Fix for cross build failure
  * Include <stdint.h> in order to declare uint32_t
  * Move the location where R128PreInitGamma is called
  * Move assignment of color depth variables away from R128PreInitVisual
  * Move the assignment to monitor field of ScrnInfoRec record
  * Move R128PreInitVisual and R128PreInitGamma calls
  * Remove R128ProbeDDC
  * Refactor R128PreInitWeight
  * Move the location xf86CrtcConfigInit is called inside R128PreInit
  * Move existing mode setting initialization code into R128LegacyMS
  * Move R128InitCrtcRegisters to r128_crtc.c
  * Move R128InitCrtc2Registers to r128_crtc.c
  * Move R128InitCrtcBase to r128_crtc.c
  * Move R128InitCrtc2Base to r128_crtc.c
  * Convert R128Div to an inline function
  * Move R128InitPLLRegisters to r128_crtc.c
  * Move R128InitPLL2Registers to r128_crtc.c
  * Move R128RestoreCrtcRegisters to r128_crtc.c
  * Move R128RestoreCrtc2Registers to r128_crtc.c
  * Move R128InitDACRegisters to r128_output.c
  * Move R128RestoreDACRegisters to r128_output.c
  * Move R128RestorePLLRegisters to r128_crtc.c
  * Move R128RestorePLL2Registers to r128_crtc.c
  * Move R128InitDDARegisters to r128_crtc.c
  * Move R128InitDDA2Registers to r128_crtc.c
  * Move the location R128PreInitDRI is called
  * Deprecate R128TRACE macro when generating debug messages
  * Remove compilation warnings related to debug messages
  * Using __func__ string for debug message function identification
  * Convert tabs to white spaces for r128_output.c
  * Fix for some RAGE 128 Pro causing out of range display error
  * Reorganize r128_exa.c
- supersedes u_Include-stdint.h-in-order-to-declare-uint32_t.patch
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 31)
removed unneeded changelog
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 30)
- added reference to pushed patch upstream to specfile
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 29)
- u_Include-stdint.h-in-order-to-declare-uint32_t.patch
  * fixed build against xorg-server 1.20
- marked COPYING file correctly as %license
buildservice-autocommit accepted request 499442 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 28)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 27)
fixed bug number
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 26)
- includes everything needed for missing sle issue entries:
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 25)
- includes everything needed for missing sle fate entries:
  fate #315643-315645, 319159-319161, 319618 (bsc#1041371)
buildservice-autocommit accepted request 451428 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 24)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 23)
- Update to version 6.10.2
  * Adapt Block/WakeupHandler signature for ABI 23
  * Remove gatos advertisement
  * xextproto 7.1 support update to the source code
- supersedes  U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
buildservice-autocommit accepted request 442922 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 22)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 21)
- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  * Adapt Block/WakeupHandler signature for ABI 23
buildservice-autocommit accepted request 355354 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 20)
baserev update by copy to link target
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by