index
:
~tagr/drm
drm-tegra-uabi-v8
master
nouveau-sync-fd
staging/base
staging/branches
staging/fixes
staging/helpers
staging/master
staging/tegra
staging/work
libdrm for NVIDIA Tegra
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-02
intel: Fix documentation for drm_intel_gem_bo_wait()
Kristian Høgsberg
1
-5
/
+7
2015-02-23
android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
Chih-Wei Huang
1
-2
/
+0
2015-02-11
intel: Unconditionally clear ioctl structs
Daniel Vetter
1
-34
/
+34
2015-01-26
intel: Only define variable when it's used.
Thomas Klausner
1
-1
/
+4
2015-01-16
intel: Fix GTT entry setup for aub dump
Zhenyu Wang
1
-1
/
+2
2014-11-21
intel: Avoid overcounting fences when emitting self-referential relocs
Chris Wilson
1
-6
/
+9
2014-11-20
intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0
Thomas Meyer
1
-3
/
+4
2014-09-30
intel/skl: add gen9 to the CS decoding init
Damien Lespiau
1
-1
/
+3
2014-09-30
intel/skl: Add gen9 to the buffer manager init
Damien Lespiau
1
-0
/
+2
2014-09-30
intel/skl: Add SKL PCI ids
Damien Lespiau
1
-1
/
+42
2014-09-28
intel: use drm_mmap/drm_munmap wrappers
Emil Velikov
2
-10
/
+9
2014-09-28
automake: pick up all files for distribution.
Emil Velikov
1
-1
/
+2
2014-09-19
intel: Don't leak the test page in an has_userptr() error path
Damien Lespiau
1
-3
/
+2
2014-09-19
intel: Adding locks for drm objects synchronization.
Rafal Sapala
1
-4
/
+24
2014-09-17
intel: Add support for userptr objects
Tvrtko Ursulin
4
-1
/
+193
2014-09-15
intel: make drm_intel_gem_bo_get_reloc_count() thread safe
Lionel Landwerlin
1
-0
/
+7
2014-09-15
intel: make bo_unreference() thread safe
Lionel Landwerlin
1
-3
/
+8
2014-09-15
intel: make bufmgr_gem shareable from different API
Lionel Landwerlin
1
-5
/
+58
2014-09-01
libdrm,intel: rework android header handling
Emil Velikov
1
-1
/
+6
2014-09-01
libdrm,intel: Add Android build
Emil Velikov
1
-0
/
+50
2014-09-01
libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources
Emil Velikov
2
-12
/
+18
2014-09-01
all: include config.h only when available and use its defines
Emil Velikov
1
-2
/
+3
2014-08-04
intel: Use symbol visibility.
Maarten Lankhorst
5
-83
/
+114
2014-04-29
intel/chv: Add Cherryview PCI IDs
Ville Syrjälä
1
-1
/
+11
2014-04-17
intel: Fix some format strings
Thierry Reding
1
-10
/
+10
2014-04-17
Mark functions printf-like where possible
Thierry Reding
1
-5
/
+2
2014-01-20
intel: Create a new drm_intel_bo offset64 field.
Kenneth Graunke
2
-9
/
+19
2014-01-20
intel: Track whether a buffer is idle to avoid trips to the kernel.
Eric Anholt
1
-1
/
+22
2014-01-10
intel: Handle malloc fails in context create
Ben Widawsky
1
-1
/
+5
2014-01-10
intel: squash unused variable 'bo_gem'
Ben Widawsky
1
-0
/
+2
2013-12-13
intel/test_decode: Allow gen8 to be infered from the batch filenames
Damien Lespiau
1
-0
/
+1
2013-11-26
intel: Track known prime buffers for re-use
Keith Packard
1
-7
/
+43
2013-11-20
intel: Use memset instead of VG_CLEAR
Ian Romanick
1
-1
/
+1
2013-11-15
intel: Add support for GPU reset status query ioctl
Ian Romanick
2
-0
/
+39
2013-11-08
Revert "intel: Add support for GPU reset status query ioctl"
Dave Airlie
2
-39
/
+0
2013-11-07
intel: Add support for GPU reset status query ioctl
Ian Romanick
2
-0
/
+39
2013-11-07
intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps
Damien Lespiau
1
-2
/
+8
2013-11-07
intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.
Kenneth Graunke
1
-3
/
+9
2013-11-07
intel/bdw: Add gen8 to the decode init
Damien Lespiau
1
-1
/
+3
2013-11-07
intel/bdw: Handle gen8 bufmgr_init
Ben Widawsky
1
-0
/
+2
2013-11-07
intel/bdw: Add broadwell chipset IDs
Ben Widawsky
1
-1
/
+21
2013-10-29
intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.
Kenneth Graunke
1
-0
/
+1
2013-10-29
intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.
Kenneth Graunke
1
-0
/
+1
2013-10-10
intel: Set bo size from lseek if kernel supports it
Kristian Høgsberg
1
-1
/
+11
2013-08-30
intel: Update package name and description in libdrm_intel.pc
Emil Velikov
1
-2
/
+2
2013-07-16
intel: silence valgrind warnings for unsynchronized maps
Chia-I Wu
1
-0
/
+7
2013-06-10
intel/aub: Implement a way to specify the output .aub filename
Damien Lespiau
2
-1
/
+28
2013-06-10
intel/aub: Return early if we disable aub dumps
Damien Lespiau
1
-0
/
+1
2013-06-10
intel/aub: Sync the AUB defines with mesa's
Damien Lespiau
1
-23
/
+53
2013-06-05
intel: Adding more reserved PCI IDs for Haswell.
Rodrigo Vivi
1
-3
/
+51
[next]