index
:
~nh/libdrm
freesync
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
nouveau: move object functions up, to avoid future foward decls
Ben Skeggs
1
-56
/
+56
2015-12-22
nouveau: move more abi16-specific logic into abi16.c
Ben Skeggs
3
-58
/
+93
2015-12-22
nouveau: import and install a selection of nvif headers from the kernel
Ben Skeggs
9
-2
/
+472
2015-09-04
nouveau: use designated initializers
Emil Velikov
2
-6
/
+13
2015-06-21
nouveau: add asserts to make sure krefs are there
Ilia Mirkin
1
-0
/
+4
2015-05-21
nouveau: add coherent BO attribute
Alexandre Courbot
2
-0
/
+4
2015-05-06
nouveau: restore check that avoids multiple user bos per kernel bo
Ben Skeggs
1
-0
/
+10
2015-04-28
Add missing <strings.h> includes
Greg Hackmann
1
-0
/
+1
2015-04-28
drm: remove drm_public macro
Emil Velikov
3
-35
/
+35
2015-04-28
drm: remove no longer needed VISIBILITY_CFLAGS
Emil Velikov
1
-1
/
+0
2015-04-28
drm: rename libdrm{,_macros}.h
Emil Velikov
2
-2
/
+2
2015-04-28
nouveau: add symbols test
Emil Velikov
2
-1
/
+54
2015-04-28
nouveau: annotate the private symbols
Emil Velikov
3
-17
/
+17
2015-03-20
autotools: remove ${srcdir} from the includes
Emil Velikov
1
-1
/
+0
2015-03-20
android: remove LOCAL_COPY_HEADERS* variables
Emil Velikov
1
-3
/
+0
2015-03-20
android: remove ${srcdir} from the includes
Emil Velikov
1
-3
/
+0
2015-03-20
android: simplify LOCAL_C_INCLUDES
Emil Velikov
1
-3
/
+1
2015-03-20
android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
Emil Velikov
1
-2
/
+1
2015-03-13
nouveau: Do not add most bo's to the global bo list.
Maarten Lankhorst
1
-24
/
+22
2015-03-13
nouveau: make nouveau importing global buffers completely thread-safe, with t...
Maarten Lankhorst
1
-37
/
+32
2015-02-23
android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
Chih-Wei Huang
1
-3
/
+0
2015-02-16
nouveau: fix unlock nouveau_bo_name_ref()
Jerome Glisse
1
-1
/
+1
2015-01-26
nouveau: Remove unused static function.
Thomas Klausner
1
-6
/
+0
2014-09-28
fix compile error on 32bit systems
Rob Clark
1
-0
/
+4
2014-09-28
nouveau: use drm_mmap/drm_munmap wrappers
Emil Velikov
1
-3
/
+3
2014-09-28
automake: pick up all files for distribution.
Emil Velikov
1
-0
/
+2
2014-09-01
nouveau: add Android build support
Emil Velikov
1
-0
/
+30
2014-09-01
libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources
Emil Velikov
2
-7
/
+13
2014-08-04
nouveau: Only export public functions.
Maarten Lankhorst
5
-35
/
+37
2014-04-16
amend previous commit to actually compile
Maarten Lankhorst
1
-7
/
+15
2014-04-15
nouveau: safen up nouveau_device list usage against concurrent access
Maarten Lankhorst
2
-22
/
+89
2013-11-07
nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8
Maarten Lankhorst
1
-1
/
+2
2013-03-26
nouveau: add a way to override single pushbuffer memory limits
Marcin Slusarz
3
-4
/
+21
2013-03-26
nouveau: return error from pushbuf_validate
Marcin Slusarz
1
-1
/
+1
2013-01-16
nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc
Maarten Lankhorst
1
-1
/
+1
2013-01-16
nouveau: expose channel engine selection on kepler chipsets
Ben Skeggs
4
-0
/
+48
2013-01-14
libdrm_nouveau.pc: don't include I${includedir}/nouveau
Marcin Slusarz
1
-1
/
+1
2013-01-07
nouveau: disallow pushbuf BOs in multiple memory types
Ben Skeggs
1
-4
/
+4
2012-07-19
libdrm/nouveau: add prime handle->bo and bo->handle support.
Dave Airlie
2
-0
/
+38
2012-06-09
nouveau: silence some remaining valgrind warnings
Marcin Slusarz
2
-5
/
+4
2012-05-02
nouveau: fix channel closing
Marcin Slusarz
1
-5
/
+12
2012-04-24
nouveau: expose notifier handle on nvc0 as well
Christoph Bumiller
2
-0
/
+2
2012-04-24
nouveau: remove unnecessary EAGAIN loops
Marcin Slusarz
2
-11
/
+4
2012-04-17
nouveau: init nvc0 channel alloc req structure fully
Ben Skeggs
1
-1
/
+1
2012-04-14
nouveau: pull in major libdrm rewrite
Ben Skeggs
28
-2737
/
+1973
2011-11-27
nouveau: Mark nouveau subchannel unbound nouveau_grobj_free
Maarten Lankhorst
1
-1
/
+2
2011-10-19
nouveau: free in error path if drmAvailable fails.
Dave Airlie
1
-1
/
+3
2011-09-18
nouveau: assert argument cannot have side effects
Marcin Slusarz
1
-1
/
+2
2010-12-21
nouveau: fix up reloc_emit() to accept NULL target buffer
Ben Skeggs
1
-9
/
+25
2010-12-21
nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0
Ben Skeggs
5
-40
/
+169
[next]