index
:
openchrome/xf86-video-openchrome
exa_branch
experimental_branch
fix_warnings
glamor
hwcursor_branch
kms_branch
main
master
modular_branch
modular_i2c_branch
pciaccess_branch
randr_branch
release_0_2_9
release_0_3_0
release_3_0_0
ttm_branch
vbe_testing
vn896_branch
vt3336_branch
vx900_branch
xorg_branch
xvmc-dev
X driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
Version bumped to 0.6.225
HEAD
master
Kevin Brace
1
-1
/
+1
2020-07-27
Fix for DRI1 initialization failure
Kevin Brace
3
-16
/
+38
2020-04-20
Version bumped to 0.6.224
Kevin Brace
1
-1
/
+1
2020-04-20
Update KM400 chipset support identification text for the log file
Kevin Brace
1
-1
/
+1
2020-04-20
HI (Hardware Icon) based cursor partial fix for CLE266 / KM400 chipset
Kevin Brace
1
-4
/
+13
2020-04-04
Version bumped to 0.6.223
Kevin Brace
1
-1
/
+1
2020-04-04
Revert commit 8484549
Kevin Brace
4
-104
/
+8
2020-04-03
Version bumped to 0.6.223
Kevin Brace
4
-8
/
+104
2020-04-02
Unify IGA1 and IGA2 HI (Hardware Icon) cursor callbacks
Kevin Brace
1
-116
/
+53
2020-04-01
Version bumped to 0.6.222
Kevin Brace
1
-1
/
+1
2020-04-01
Use only one storage location for HI (Hardware Icon) based cursor
Kevin Brace
1
-3
/
+11
2020-04-01
Eliminate variable type compilation warning in 64-bit environment
Kevin Brace
1
-2
/
+3
2020-04-01
Version bumped to 0.6.221
Kevin Brace
1
-1
/
+1
2020-04-01
Fix for KMS mode CLE266 and KM400 chipsets HI (Hardware Icon) cursor
Kevin Brace
1
-21
/
+15
2020-03-23
Version bumped to 0.6.220
Kevin Brace
1
-1
/
+1
2020-03-23
Align cursor storage to the cursor storage's size
Kevin Brace
1
-2
/
+9
2020-03-23
Move duplicated EXA related code into via_exa.c
Kevin Brace
4
-72
/
+38
2020-03-23
Move viaEXAOffscreenAlloc() to via_exa.c
Kevin Brace
3
-26
/
+30
2020-03-23
Remove the declaration of EXAOPT_MIGRATION_HEURISTIC macro
Kevin Brace
1
-2
/
+0
2020-03-23
Really pass the alignment requirement when allocating memory
Kevin Brace
1
-7
/
+14
2020-03-23
Change several drm_bo_alloc() input parameters type
Kevin Brace
2
-3
/
+4
2020-03-12
Version bumped to 0.6.219
Kevin Brace
1
-1
/
+1
2020-03-12
Cursor disappearance fix for CN400 / PM800 chipsets
Kevin Brace
1
-7
/
+0
2020-03-11
Redo ClockRange / ClockRanges compilation fix
Kevin Brace
1
-2
/
+2
2020-03-09
Version bumped to 0.6.218
Kevin Brace
1
-1
/
+1
2020-03-09
Pass a ScrnInfoPtr type pointer when calling viaUMSAccelInit()
Kevin Brace
3
-4
/
+3
2020-03-09
Reject color depth other than 8, 16, or 24 bits
Kevin Brace
1
-5
/
+0
2020-03-09
viaUnmapMMIO() should now be a static function
Kevin Brace
1
-1
/
+1
2020-03-09
Version bumped to 0.6.217
Kevin Brace
1
-1
/
+1
2020-03-09
Add viaUMSPreInitExit() for unmapping MMIOs
Kevin Brace
3
-2
/
+28
2020-03-09
Minor code tweaks to VIAPreInit()
Kevin Brace
1
-16
/
+17
2020-03-09
Add viaUMSDestroy() for tearing down UMS specific resources
Kevin Brace
3
-6
/
+17
2020-03-09
Map FB during screen initialization rather than pre-initialization
Kevin Brace
2
-6
/
+8
2020-03-06
Separate FB (un)mapping code from MMIO (un)mapping code
Kevin Brace
3
-93
/
+142
2020-03-06
Unmap MMIO and FB when tearing down the DDX
Kevin Brace
1
-0
/
+9
2020-02-28
Version bumped to 0.6.216
Kevin Brace
1
-1
/
+1
2020-02-28
Move iga*_crtc_funcs extern declaration to src/via_ums.h
Kevin Brace
2
-4
/
+2
2020-02-28
Fix for GCC 10 activating stricter check for extern variables / structs
Kevin Brace
3
-4
/
+4
2020-02-28
Initialize memPhysBase member of ScrnInfoRec struct inside viaUMSCreate()
Kevin Brace
1
-14
/
+14
2020-02-28
Initialize fbOffset member of ScrnInfoRec struct inside viaUMSCreate()
Kevin Brace
1
-5
/
+5
2020-02-28
Remove discontinued functions from src/via_driver.h
Kevin Brace
1
-4
/
+0
2020-02-13
Version bumped to 0.6.215
Kevin Brace
1
-1
/
+1
2020-02-13
Rearrange some code inside viaUMSCreate()
Kevin Brace
1
-12
/
+16
2020-02-13
Use EXA offscreen memory manger when EXA is in use
Kevin Brace
2
-24
/
+77
2020-02-13
Move no DRM UMS FB initialization code into viaInitFB()
Kevin Brace
1
-51
/
+72
2020-02-13
Use pScrn->pScreen inside viaUMSCreate()
Kevin Brace
1
-4
/
+3
2020-02-13
Change error handling code for VIADRIKernelInit() inside viaUMSCreate()
Kevin Brace
1
-1
/
+2
2020-02-12
Version bumped to 0.6.214
Kevin Brace
1
-1
/
+1
2020-02-12
Handle more of screen initialization inside viaUMSCreate()
Kevin Brace
2
-60
/
+55
2020-02-12
Version bumped to 0.6.213
Kevin Brace
1
-1
/
+1
[next]