summaryrefslogtreecommitdiff
path: root/devel/SDL/patches
AgeCommit message (Expand)AuthorFilesLines
2017-12-25Include dev/hid/hid.h for recent NetBSD-current to fix buildryoon1-6/+19
2017-10-27Enable oss dma backend for NetBSD-8.nat1-0/+124
2015-05-31Remove delay whilst writing audio. Improves latency.nat2-9/+27
2015-03-03Read from uhid device and insert events until there are no more eventsjmcneill1-5/+121
2015-02-25flush any pending events from the joystick device when opening on netbsd, bum...jmcneill1-2/+12
2015-02-06Instead of naming USB joysticks by device name ("/dev/uhid3"), try to givejmcneill1-2/+41
2015-02-04Improvements in BSD USB joystick detection:jmcneill1-1/+22
2015-01-30Include limits.h for UINT_MAX (build fix on NetBSD).wiz1-9/+17
2015-01-29add wsmouse mousewheel supportjmcneill1-6/+14
2015-01-29initialize keysym->unicode in wskbd input pathjmcneill1-4/+16
2015-01-29fix wscons keyboardjmcneill2-78/+60
2015-01-29add wsmouse support to wscons driverjmcneill4-12/+200
2015-01-28Add USB keyboard support to the wscons driver.jmcneill1-16/+85
2014-08-17Fix SDL_LoadObject to try the soname itself first, without any prefixes,wiz1-3/+9
2014-04-14Fix building on newer OS X. Courtesy of Jan Danielsson.adam1-0/+16
2014-03-24Fix capitalization and make it build on FreeBSD 9-10.asau1-0/+18
2012-09-14Add comments to patches.wiz3-3/+10
2012-02-20Fix bus error crash on sparc64, by aligning the object we pass to:jdc1-0/+31
2012-01-28Update to 1.2.15:wiz2-17/+3
2012-01-24Another fix for keyboard handling, from Opolo Remo,wiz2-11/+13
2011-12-29use AUDIO_GETBUFINFO when available; bump pkg revisionjmcneill1-0/+44
2011-12-26Fix typo in ifdef.wiz1-2/+2
2011-12-11Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE.taca1-3/+3
2011-12-01Compile in wscons support on NetBSD.wiz2-0/+73
2011-08-02Adjust assembler constraint to work with Clang. From FreeBSD.joerg1-0/+13
2009-10-23Changes 1.2.14:adam2-95/+0
2009-09-02Look for libGL.so, not any particular libGL.so.<X>, on NetBSD.wiz1-0/+14
2008-12-26Add forgotten patch to CVS.ahoka1-0/+83
2008-10-13Apply patch to first unlock the CD before trying to eject it. Since SDLreinoud1-0/+12
2008-01-13Update to 1.2.13:wiz2-24/+0
2007-12-17Fix build under Mac OS X Leopard.tron2-0/+24
2007-07-25Update to 1.2.12:wiz4-112/+0
2006-10-08Fix patch-aa to correctly use strcat, and to be C89 compliant.ben1-20/+21
2006-08-03Added two patches for Solaris 8. The X11 implementation does not definerillig2-0/+30
2006-07-01Revert previous because it changed the libraries libSDL was linked to.jmmv1-0/+37
2006-06-12Update to 1.2.10.wiz16-1706/+26
2006-02-07Remove some chunks that should not be necessary any longer.wiz4-193/+50
2005-09-07Changes 1.2.9:adam9-139/+90
2005-05-31Better DragonFlyBSD support from Joerg Sonnenberger.wiz3-24/+137
2005-05-20Support for DragonFlyBSD, based on patches from Joerg Sonnenberger.wiz7-44/+168
2005-01-12GCC 2 does not understand the MMX asm core. Fall back to the C sourcekristerw2-0/+35
2005-01-06The "+" constraint modifier was yoo much. While it seems correct to me, itdrochner1-2/+2
2005-01-06tighten an inline asm constraint for amd64drochner1-0/+13
2005-01-05Changes 1.2.8:adam13-422/+109
2004-07-26Reduce audio delay in the *BSD audio driver (by configuring audiodillo1-3/+13
2004-07-19Patch to make audio work on IRIX 5, from Georg Schwarz.wiz1-0/+64
2004-07-13Make this package build on NetBSD ports that do not havekristerw3-76/+195
2004-07-09apply some patches from SDL CVS which fix inline assembler to compiledrochner3-0/+244
2004-06-22fix HATs on USB joysticks that don't report up as 0.dillo1-2/+12
2004-06-05USB joystick: number axes in usual order (X, Y, ...), not in orderdillo1-3/+40