summaryrefslogtreecommitdiff
path: root/bsd-core/drm_drawable.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-10[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()Robert Noland1-11/+9
2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens1-2/+2
2008-08-24[FreeBSD] Add drm_drawable_free_all()Robert Noland1-0/+19
2008-05-27[BSD] Fix lock leak in drm_update_draw malloc failure path.Owain Ainsworth1-1/+3
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt1-4/+5
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt1-3/+5
2007-07-25Fix copy'n'paste-o in FreeBSD drawable code.Eric Anholt1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-11/+6
2007-07-19FreeBSD warnings cleanup.Eric Anholt1-0/+1
2007-07-19FreeBSD: Fix the recently added drawable add/remove/update code.Eric Anholt1-33/+23
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt1-4/+115
2006-12-01Unshare drm_drawable.c again for now.Michel Dänzer1-1/+51
2006-09-28Add support for tracking drawable information to coreMichel Dänzer1-51/+1
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt1-1/+2
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-2/+2
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+0
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-0/+2
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-4/+3
2002-01-27Initial revisionDavid Dawes1-0/+50