summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add exynos_fimg2d_test to .gitignoreRob Clark2013-04-221-0/+1
| | | | Signed-off-by: Rob Clark <robclark@freedesktop.org>
* freedreno: add freedreno DRMRob Clark2013-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libdrm_freedreno helper layer for use by xf86-video-freedreno, 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>
* man: fix manpage build instructionsDavid Herrmann2013-01-161-0/+1
| | | | | | | | | | | | 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>
* man: convert manpages to XML instead of plain troffDavid Herrmann2013-01-091-0/+4
| | | | | | | | | 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>
* update gitignoreRob Clark2012-10-091-0/+4
| | | | Signed-off-by: Rob Clark <rob@ti.com>
* add vbltest to .gitignoreJesse Barnes2010-06-021-0/+1
|
* tests: Add a very small libkms testJakob Bornecrantz2010-01-081-0/+1
|
* libkms: Add libkmsJakob Bornecrantz2009-12-041-0/+1
|
* Ignore config.h.inJakob Bornecrantz2009-12-041-0/+1
|
* Add makefile rule to copy headers from kernel treeKristian Høgsberg2009-11-171-0/+2
|
* Filter radeon pkgconfig file as do intel and nouveauChristoph Brill2009-08-161-0/+1
|
* Add libdrm_intel.pc by popular demand.libdrm-2.4.5Eric Anholt2009-02-231-0/+2
|
* libdrm: Fix modetest/modeprint to use automake stuff.Eric Anholt2008-12-171-1/+2
|
* Update .gitignore with new modetest programJesse Barnes2008-12-101-0/+1
|
* drm: Add tests for GEM_FLINK ioctl.Eric Anholt2008-09-101-0/+1
|
* Update mm tests for GEM rename.Eric Anholt2008-05-011-3/+3
|
* Move mmfs tests over to be drm tests.Eric Anholt2008-04-291-3/+3
|
* Add mmap ioctl to mmfs.Eric Anholt2008-04-231-0/+1
|
* Add pread/pwrite ioctls to mmfs.Eric Anholt2008-04-231-0/+1
|
* Initial add of mmfs module.Eric Anholt2008-04-231-0/+1
|
* Add a set of tests for DRM locking, exposing issues on BSD.Eric Anholt2007-08-151-0/+1
|
* Add a regression test for the setversion interface.Eric Anholt2007-08-151-0/+1
|
* Add simple regression test for getstats (does it not crash the kernel?).Eric Anholt2007-08-151-0/+1
|
* Add a regression test for authentication.Eric Anholt2007-08-131-0/+1
|
* BSD: Replace symlink building with symlinks in git.Eric Anholt2007-07-201-58/+0
|
* Add a test for drawable add, remove, and update.Eric Anholt2007-07-191-0/+1
|
* Add some trivial regression tests, one of which fails.Eric Anholt2007-07-191-0/+5
|
* Add current BSD stuff to .gitignore.Eric Anholt2007-07-191-1/+10
|
* Make git ignore generated config.h.in.Michel Dänzer2007-02-021-0/+1
|
* Make git ignore Emacs style backup files and cscope files.Michel Dänzer2007-01-021-0/+2
|
* Track linux-core symlinks in git.Michel Dänzer2006-12-011-51/+51
|
* .cvsignore -> .gitignoreMichel Dänzer2006-07-191-0/+99
Sort the merged file, remove the redundant explicit .ko lines and add some generated symlinks.