index
:
mesa/drm
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
agpgart_2_0_branch
amdgpu
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cle266-0-0-1-branch
dri2-swapbuffers
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-sman-branch
drm-ttm-branch
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
glxmisc-1-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
main
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
pageflip
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r6xx-r7xx-support
radeon-1-0-0-branch
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
trident-0-0-1-branch
trident-0-0-2-branch
vblank-event
video-1-0-0-branch
xgi-0-0-1
xv845g-0-1-branch
Direct Rendering Manager headers and kernel modules (mirrored from https://gitlab.freedesktop.org/mesa/drm)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-17
intel: Install the header file in the libdrm/ directory.
Eric Anholt
2
-2
/
+2
2010-03-17
libdrm_intel.pc: don't include ${includedir}/drm
Julien Cristau
1
-1
/
+1
2010-03-17
intel: Align untiled buffer pitch to 64B.
Eric Anholt
1
-1
/
+4
2010-03-17
libdrm: Move intel_atomic.h to libdrm core for sharing.
Pauli Nieminen
3
-95
/
+1
2010-03-07
intel: Repeat execbuffer if interrupted by signal
Chris Wilson
1
-1
/
+1
2010-03-04
intel: Only align Y-tiling pitch to the Y tile width.
Eric Anholt
1
-1
/
+6
2010-03-04
intel: Propagate some more error returns
Chris Wilson
1
-12
/
+20
2010-03-03
intel: Update the needs_fence flag of buffers on the validate list.
Eric Anholt
1
-1
/
+5
2010-03-02
intel: Don't enable execbuf2 fenced relocs unless we have execbuf2.
Eric Anholt
1
-2
/
+3
2010-03-02
intel: Don't tile-align pitch for untiled buffers.
Eric Anholt
1
-1
/
+1
2010-03-02
intel: Fix typo in conversion from IS_GEN to bufmgr_gem->gen.
Eric Anholt
1
-1
/
+1
2010-03-02
intel: add a comment about tiled buffer alloc height alignment from Mesa.
Eric Anholt
1
-0
/
+11
2010-03-02
intel: Use an integer for chipset generation instead of many conditionals.
Eric Anholt
1
-8
/
+17
2010-03-02
libdrm/intel: execbuf2 support
Jesse Barnes
5
-34
/
+276
2010-02-25
intel: Add initial support for Sandybridge, and clean up the #defines.
Eric Anholt
2
-38
/
+63
2010-02-10
intel: Handle resetting of input params after EINTR during SET_TILING
Chris Wilson
1
-7
/
+4
2010-02-09
intel: Account for potential pinned buffers hogging fences
Chris Wilson
1
-0
/
+13
2010-02-02
intel: check return value for calloc
Dave Airlie
1
-0
/
+3
2010-01-20
intel: Add pkg-config dependency on libdrm.so using 'Requires'
Chris Wilson
1
-1
/
+2
2010-01-16
Support gcc's __FUNCTION__ for people using other compilers
Alan Coopersmith
1
-0
/
+5
2010-01-16
Add support for Solaris libc atomic operations
Alan Coopersmith
1
-0
/
+15
2009-12-08
intel: Clear virtual after failing to mmap_gtt.
Chris Wilson
1
-0
/
+1
2009-12-05
intel: Expect caller to guarantee thread-safety of bo during reloc
Chris Wilson
1
-10
/
+2
2009-12-02
intel: Free memory before inserting bo into cache.
Chris Wilson
1
-3
/
+10
2009-12-02
intel: Check and propagate errors from building reloc-tree
Chris Wilson
1
-2
/
+35
2009-12-02
intel: Repeat execbuffer after EINTR
Chris Wilson
1
-1
/
+1
2009-12-02
intel: Review use of errno.
Chris Wilson
1
-16
/
+25
2009-12-02
intel: Make bo_reference() inline for internal use.
Chris Wilson
1
-1
/
+1
2009-12-02
intel: Remove the extra reference while validating the reloc tree
Chris Wilson
1
-16
/
+0
2009-12-01
intel: Wrap a few more syscalls with EINTR protection
Chris Wilson
1
-15
/
+47
2009-11-30
intel: Clear bo->used_as_reloc_target flag on destroy
Chris Wilson
1
-1
/
+2
2009-11-30
intel: Apply pessimistic alignment to in-aperture buffer size
Chris Wilson
1
-1
/
+26
2009-11-30
intel: Only store a buffer in the cache if it is retained.
Chris Wilson
1
-4
/
+4
2009-11-20
Merge remote branch 'origin/master' into libdrm
Kristian Høgsberg
4
-6
/
+38
2009-11-17
Move libdrm/ up one level
Kristian Høgsberg
11
-0
/
+4615