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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-04
Make off screen back frame buffer the last item to be allocated
Kevin Brace
1
-9
/
+9
2020-01-04
Eliminate a duplicate allocation of EXA sync bo
Kevin Brace
1
-4
/
+0
2020-01-04
Change how viaUMSAccelInit() is invoked
Kevin Brace
1
-2
/
+10
2020-01-04
Rename umsCrtcInit() to viaUMSCrtcInit()
Kevin Brace
3
-3
/
+3
2020-01-04
Rename umsPreInit() to viaUMSPreInit()
Kevin Brace
3
-6
/
+8
2020-01-04
Rename umsCreate() to viaUMSCreate()
Kevin Brace
3
-3
/
+3
2020-01-04
Rename umsAccelInit() to viaUMSAccelInit()
Kevin Brace
3
-5
/
+5
2020-01-02
Update various log messages written from VIAScreenInit()
Kevin Brace
1
-9
/
+15
2020-01-02
Move the location where the color map is initialized
Kevin Brace
1
-8
/
+8
2020-01-02
Move the location where xf86SetBlackWhitePixels() is invoked
Kevin Brace
1
-2
/
+2
2020-01-02
Remove not so important debug messages from VIAScreenInit()
Kevin Brace
1
-11
/
+0
2020-01-02
Check for a null pointer properly after allocating frame buffer memory
Kevin Brace
1
-0
/
+3
2020-01-02
Abolish artificial 256 MB frame buffer limit
Kevin Brace
1
-9
/
+0
2020-01-02
Revert commit 3145db36b4fda2e6e048cd42d743fe1372c14dbf
Kevin Brace
1
-15
/
+15
2019-12-24
Move up X Server machine independent screen initialization code
Kevin Brace
1
-15
/
+15
2019-12-24
Alter how the frame buffer size is reported to X Server
Kevin Brace
1
-15
/
+17
2019-12-23
Move UMS option processing into viaProcessUMSOptions()
Kevin Brace
1
-174
/
+191
2019-12-23
Tweak how DDX options are processed
Kevin Brace
3
-4
/
+10
2019-12-23
Move up configuration setup before calling umsPreInit()
Kevin Brace
1
-7
/
+7
2019-12-23
Move DDX option processing code into via_options.c
Kevin Brace
4
-421
/
+567
2019-12-21
Removing pointer arithmetic and comparison compilation warnings
Kevin Brace
2
-6
/
+20
2019-12-20
Convert VIARec struct's FBBase to uint8_t pointer type
Kevin Brace
2
-2
/
+2
2019-12-20
Suppress pointer arithmetic compilation warning inside via_memmgr.c
Kevin Brace
1
-1
/
+1
2019-12-20
Second try at suppressing void pointer arithmetic compilation warnings
Kevin Brace
2
-3
/
+4
2019-12-20
Revert commit 59c9d25e2b38ac0d9fc8a8756af5834c01fd1dec
Kevin Brace
2
-4
/
+3
2019-12-20
Suppress void pointer arithmetic compilation warnings
Kevin Brace
2
-3
/
+4
2019-12-17
Call miSetVisualTypes() inside VIAScreenInit() only at one location
Kevin Brace
1
-9
/
+5
2019-12-17
Call miSetPixmapDepths() inside VIAScreenInit() only at one location
Kevin Brace
1
-4
/
+4
2019-12-12
Suppress uninitialized variable compilation warnings
Kevin Brace
2
-8
/
+16
2019-12-12
Stop checking for device support inside viaTMDSIOPadSetting()
Kevin Brace
1
-42
/
+21
2019-12-11
Fix declaration after statement compilation warning for via_xv_overlay.c
Kevin Brace
1
-1
/
+1
2019-12-11
Delete unnecessary extern declaration of viaPortPriv[]
Kevin Brace
1
-1
/
+0
2019-12-11
viaPortPriv pointer is renamed pPriv inside viaSetupAdaptors()
Kevin Brace
1
-17
/
+17
2019-12-11
Eliminate compilation warnings with XF86AttributeRec struct
Kevin Brace
1
-6
/
+14
2019-12-11
Declare Xv attribute strings as const char* type
Kevin Brace
2
-2
/
+3
2019-12-11
Declare copyType parameter of viaVidCopyInit() as const char* type
Kevin Brace
2
-3
/
+3
2019-12-11
Rename range to prop_range within drmmode_output_create_resources()
Kevin Brace
1
-4
/
+4
2019-12-11
Remove drmExpected and drmCompat structs from via_dri.c
Kevin Brace
1
-2
/
+0
2019-11-15
Fix for a FP display problem in VT mode after ACPI S3 State resume
Kevin Brace
2
-0
/
+12
2019-11-15
Stop unnecessary restore of SR25 and SR26 inside viaIGA1Restore()
Kevin Brace
1
-3
/
+0
2019-07-16
Change how xf86NewOption parameter of xf86CollectOptions() is initialized
Kevin Brace
1
-1
/
+5
2019-07-16
Revert xf86CollectOptions() related commit
Kevin Brace
1
-1
/
+2
2019-07-15
Declare software rasterizer string as a static type
Kevin Brace
1
-1
/
+3
2019-07-15
Declare an I2C bus name string as a static type
Kevin Brace
1
-3
/
+9
2019-07-13
Declare find_clones() as a static type function
Kevin Brace
1
-1
/
+2
2019-07-13
Handle unrecognized DRM format type within drm_bo_alloc_surface()
Kevin Brace
1
-0
/
+8
2019-07-13
Not include via_rop.h inside via_exa.c
Kevin Brace
1
-1
/
+0
2019-07-13
xf86NewOption parameter of xf86CollectOptions() should be null
Kevin Brace
1
-2
/
+1
2019-07-13
Call RING_VARS macro at the beginning of viaExaCopy_H6()
Kevin Brace
1
-2
/
+2
2019-07-13
Call RING_VARS macro at the beginning of viaExaCopy_H2()
Kevin Brace
1
-2
/
+2
[prev]
[next]