This project is a fork of the wine.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/wine.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionGDI DIB driver
homepage URLhttp://www.winehq.org/
ownerthe3dfxdude@gmail.com
last changeSat, 29 Dec 2007 22:03:42 +0000 (29 15:03 -0700)
content tags
add:
readme
Fork of WineHQ to create a DIB Driver, also known as the DIB Engine. Part of the Google Summer of Code 2007, project by Jesse Allen.

Make sure you run tools/make_makefiles to get the driver to build.

I don't recommend you use this anymore. This is mostly for historical purposes. You should look at Huw Davies' tree, or if you want something that has more functionality, Max's tree or bug 421.
shortlog
2007-12-29 Jesse Allendibdrv: Pass color by value, not pointermaster
2007-12-29 Jesse Allendibdrv: inline RGB functions
2007-12-29 Jesse Allendibdrv: Check for top-down DIBs
2007-12-22 Jesse Allendibdrv: Store image size
2007-12-21 Jesse Allendibdrv: Basic BitBlt
2007-12-21 Jesse Allendibdrv: Basic StretchBlt
2007-12-21 Jesse Allendibdrv: Basic SetDIBitsToDevice
2007-12-21 Jesse Allendibdrv: Basic GetDIBits
2007-12-21 Jesse Allendibdrv: Basic SetDIBits
2007-12-21 Jesse Allendibdrv: Implement GetPixel
2007-12-21 Jesse Allendibdrv: Implement SetPixel
2007-12-21 Jesse Allendibdrv: Implement SetDIBColorTable
2007-12-21 Jesse Allendibdrv: Add stubs to match winex11 GDI driver exports
2007-12-21 Jesse Allendibdrv: Support uncompressed DIB formats
2007-12-21 Jesse Allendibdrv: Implement SelectBitmap
2007-12-21 Jesse Allendibdrv: Implement basic Create/Delete DC
...
tags
16 years ago wine-0.9.44 Release 0.9.44
16 years ago wine-0.9.43 Release 0.9.43
16 years ago wine-0.9.42 Release 0.9.42
16 years ago wine-0.9.41 Release 0.9.41
16 years ago wine-0.9.40 Release 0.9.40
16 years ago wine-0.9.39 Release 0.9.39
16 years ago wine-0.9.38 Release 0.9.38
17 years ago wine-0.9.37 Release 0.9.37
17 years ago wine-0.9.36 Release 0.9.36
17 years ago wine-0.9.35 Release 0.9.35
17 years ago wine-0.9.34 Release 0.9.34
17 years ago wine-0.9.33 Release 0.9.33
17 years ago wine-0.9.32 Release 0.9.32
17 years ago wine-0.9.31 Release 0.9.31
17 years ago wine-0.9.30 Release 0.9.30
17 years ago wine-0.9.29 Release 0.9.29
...
heads
16 years ago master
16 years ago dibdrv