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
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
2019-07-13
Declare viaSetClippingRectangle() as an extern type function
Kevin Brace
1
-0
/
+2
2019-07-12
Declare viaFlushPCI() as a static type function
Kevin Brace
1
-1
/
+1
2019-07-12
Declare variables only when debug mode is on inside via_display.c
Kevin Brace
1
-0
/
+4
2019-07-12
Use const char* within McFuncData struct inside via_memcpy.c
Kevin Brace
1
-9
/
+9
2019-07-12
Use const char* for name field of VT162XTableRec struct
Kevin Brace
1
-1
/
+1
2019-07-12
Use const char* for name field of VT1621TableRec struct
Kevin Brace
1
-1
/
+1
2019-07-12
Use const char* for name field of CH7xxxTableRec struct
Kevin Brace
1
-1
/
+1
2019-07-12
Remove debug messages from viaSiI164CheckModeValidity()
Kevin Brace
1
-6
/
+0
2019-07-12
Remove debug messages from viaVT1632CheckModeValidity()
Kevin Brace
1
-6
/
+0
2019-07-12
Initialize PCI bus access pointers within viaProbeVRAM()
Kevin Brace
1
-2
/
+2
2019-07-12
Declare viaProbeVRAM() as a static type function
Kevin Brace
1
-1
/
+1
2019-07-12
Declare pointer variables before initialization inside via_i2c.c
Kevin Brace
1
-6
/
+8
2019-07-12
Stop defining HAVE_DEBUG macro keyword from via_driver.h
Kevin Brace
1
-1
/
+0
2019-07-12
Define temp variable properly inside viaIGAInitCommon()
Kevin Brace
1
-4
/
+1
2019-07-12
Remove uninitialized variable warning from via_display.c
Kevin Brace
1
-7
/
+3
2019-07-12
Declare variables first inside ViaShadowCRTCSetMode()
Kevin Brace
1
-2
/
+2
2019-07-12
Static declaration for VIALoadRgbLut()
Kevin Brace
1
-1
/
+1
[next]