summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-04-22Add exynos_fimg2d_test to .gitignoreRob Clark
Signed-off-by: Rob Clark <robclark@freedesktop.org>
2013-02-14
fdre (freedreno r/e library and tests for driving gpu), and eventual gallium driver for the Adreno GPU. This uses the msm gpu driver from QCOM's android kernel tree. Note that current msm kernel driver is a bit strange. It provides a DRM interface for GEM, which is basically sufficient to have DRI2 working. But it does not provide KMS. And interface to 2d and 3d cores is via different other devices (/dev/kgsl-*). This is not quite how I'd write a DRM driver, but at this stage it is useful for xf86-video-freedreno and fdre (and eventual gallium driver) to be able to work on existing kernel driver from QCOM, to allow to capture cmdstream dumps from the binary blob drivers without having to reboot. So libdrm_freedreno attempts to hide most of the crazy. The intention is that when there is a proper kernel driver, it will be mostly just changes in libdrm_freedreno to adapt the gallium driver and xf86-video-freedreno (ignoring the fbdev->KMS changes). So don't look at freedreno as an example of how to write a libdrm module or a DRM driver.. it is just an attempt to paper over a non- standard kernel driver architecture. v1: original v2: hold ref's to pending bo's (because qcom's kernel driver doesn't), various bug fixes, add ringbuffer markers so we can emit IB's to portion of ringbuffer (so that gallium driver can use a single ringbuffer for both tile cmds and draw cmds. Signed-off-by: Rob Clark <robclark@freedesktop.org> 2013-01-16man: fix manpage build instructionsDavid Herrmann This fixes all the out-of-tree build-failures with manpages and uses a .man_fixup file to avoid overriding man-pages on every build. Manpages are only built if xsltproc is found and the stylesheets are available locally. You can disable building manpages with --disable-manpages so the quite expensive xsltproc procedure can be skipped. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> 2013-01-09man: convert manpages to XML instead of plain troffDavid Herrmann If we want to use the manpages in external documentation other than normal manpages, we should rather use XML. Furthermore, almost no-one knows troff today, anyway, and XML allows others to easily add more pages without having to learn troff. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> 2012-10-09update gitignoreRob Clark Signed-off-by: Rob Clark <rob@ti.com> 2010-06-02add vbltest to .gitignoreJesse Barnes 2010-01-08tests: Add a very small libkms testJakob Bornecrantz 2009-12-04libkms: Add libkmsJakob Bornecrantz 2009-12-04Ignore config.h.inJakob Bornecrantz 2009-11-17Add makefile rule to copy headers from kernel treeKristian Høgsberg 2009-08-16Filter radeon pkgconfig file as do intel and nouveauChristoph Brill 2009-02-23Add libdrm_intel.pc by popular demand.Eric Anholt 2008-12-17libdrm: Fix modetest/modeprint to use automake stuff.Eric Anholt 2008-12-10Update .gitignore with new modetest programJesse Barnes 2008-09-10drm: Add tests for GEM_FLINK ioctl.Eric Anholt 2008-05-01Update mm tests for GEM rename.Eric Anholt 2008-04-29Move mmfs tests over to be drm tests.Eric Anholt 2008-04-23Add mmap ioctl to mmfs.Eric Anholt 2008-04-23Add pread/pwrite ioctls to mmfs.Eric Anholt 2008-04-23Initial add of mmfs module.Eric Anholt 2007-08-15Add a set of tests for DRM locking, exposing issues on BSD.Eric Anholt 2007-08-15Add a regression test for the setversion interface.Eric Anholt 2007-08-15Add simple regression test for getstats (does it not crash the kernel?).Eric Anholt 2007-08-13Add a regression test for authentication.Eric Anholt 2007-07-20BSD: Replace symlink building with symlinks in git.Eric Anholt 2007-07-19Add a test for drawable add, remove, and update.Eric Anholt 2007-07-19Add some trivial regression tests, one of which fails.Eric Anholt 2007-07-19Add current BSD stuff to .gitignore.Eric Anholt 2007-02-02Make git ignore generated config.h.in.Michel Dänzer 2007-01-02Make git ignore Emacs style backup files and cscope files.Michel Dänzer 2006-12-01Track linux-core symlinks in git.Michel Dänzer 2006-07-19.cvsignore -> .gitignoreMichel Dänzer Sort the merged file, remove the redundant explicit .ko lines and add some generated symlinks.