index
:
drm/libdrm
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)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-29
configure: version bump for 2.4.27 release.
2.4.27
Eric Anholt
1
-1
/
+1
2011-10-29
intel: Share the implementation of BO unmap between CPU and GTT mappings.
Eric Anholt
1
-15
/
+5
2011-10-29
intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done.
Eric Anholt
1
-9
/
+21
2011-10-29
intel: Remove stale comment.
Eric Anholt
1
-3
/
+0
2011-10-28
intel: Add an interface for removing relocs after they're added.
Eric Anholt
2
-0
/
+44
2011-10-28
intel: Use stdbool.h for dealing with boolean values.
Eric Anholt
1
-32
/
+33
2011-10-19
nouveau: free in error path if drmAvailable fails.
Dave Airlie
1
-1
/
+3
2011-10-19
modetest: Call dirty fb on modeset
Jakob Bornecrantz
1
-0
/
+4
2011-10-19
modetest: Print extra info if we fail to create a framebuffer
Jakob Bornecrantz
1
-1
/
+2
2011-10-19
modetest: Check error message from pageflip ioctl
Jakob Bornecrantz
1
-2
/
+6
2011-10-19
vbltest: Check error codes returned from libdrm
Jakob Bornecrantz
1
-4
/
+16
2011-10-19
tests: Add vmwgfx driver to probed drivers in tests
Jakob Bornecrantz
2
-2
/
+2
2011-10-11
modetest: use 24 bit depth on the framebuffer
Jesse Barnes
1
-1
/
+1
2011-09-26
drmtest: make check should fail so hard on unable to open device
Dave Airlie
1
-4
/
+7
2011-09-26
drm/test: handle usub being empty
Dave Airlie
1
-1
/
+3
2011-09-23
xf86drm.h : wrap C code for C++ compilation/linking
Tapani Pälli
2
-0
/
+16
2011-09-22
drm/i915: y tiling on i915G/i915GM is different
Daniel Vetter
1
-2
/
+4
2011-09-22
drm/intel: don't clobber bufmgr->pci_device
Daniel Vetter
1
-1
/
+3
2011-09-21
modeprint.c: use PRIu64 for printing uint64_t
Matt Turner
1
-3
/
+4
2011-09-18
nouveau: assert argument cannot have side effects
Marcin Slusarz
1
-1
/
+2
2011-09-18
drm mode: fix drmIoctl wrapper
Marcin Slusarz
1
-1
/
+1
2011-08-01
intel: shared header for shader debugging
Ben Widawsky
2
-1
/
+46
2011-07-20
intel: fix the wrong method check for bo_get_subdata
Yuanhan Liu
1
-1
/
+1
2011-07-12
Specify the return type explicitly.
Chih-Wei Huang
1
-1
/
+1
2011-06-04
configure: version bump for 2.4.26 release
2.4.26
Chris Wilson
1
-1
/
+1
2011-06-04
intel: Add interface to query aperture sizes.
Chris Wilson
4
-1
/
+58
2011-05-14
libkms: All current BO_TYPE are 32bpp
Chris Wilson
1
-1
/
+2
2011-04-11
configure: version bump for 2.4.25 release
2.4.25
Chris Wilson
1
-1
/
+1
2011-04-04
libdrm: (revised) vblank wait on crtc > 1
Ilija Hadzic
2
-0
/
+4
2011-04-04
intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER
Chris Wilson
1
-3
/
+6
2011-03-30
drm_mode: fix types on recently added ioctls
Dave Airlie
1
-8
/
+8
2011-03-26
Cleanup gen2 tiling confusion
Daniel Vetter
1
-4
/
+3
2011-03-21
build: Update autotools configuration
Javier Jardón
4
-29
/
+39
2011-03-04
libdrm: oops fix get cap return value.
Dave Airlie
1
-1
/
+1
2011-03-04
libkms: add dumb support
Dave Airlie
4
-0
/
+226
2011-03-04
Implement drmGetCap() to query device/driver capabilities
Ben Skeggs
3
-0
/
+22
2011-03-04
drm: add dumb interface
Dave Airlie
2
-0
/
+33
2011-03-03
Build modetest for all chipsets, always build modeprint
Kristian Høgsberg
1
-11
/
+2
2011-03-03
don't try to build modetest without libkms
Matt Turner
1
-4
/
+5
2011-03-01
configure: Bump version to 2.4.24
2.4.24
Chris Wilson
1
-1
/
+1
2011-03-01
intel: Add I915_PARAM_HAS_RELAXED_DELTA
Chris Wilson
1
-0
/
+1
2011-02-22
intel: Fixup for the fix for relaxed tiling on gen2
Daniel Vetter
1
-1
/
+1
2011-02-22
intel: fix relaxed tiling on gen2
Daniel Vetter
1
-6
/
+10
2011-02-17
modetest: Do no flip twice to a current front buffer
Benjamin Franzke
1
-1
/
+1
2011-02-17
tests/modeprint: Output masks as hex numbers
Benjamin Franzke
1
-2
/
+2
2011-02-17
tests/modeprint: Remove needless dependency on drm_intel
Benjamin Franzke
1
-3
/
+1
2011-02-17
modetest: Create buffers using libkms
Benjamin Franzke
2
-56
/
+83
2011-02-17
configure.ac: ac_define HAVE_RADEON
Benjamin Franzke
1
-0
/
+3
2011-02-17
libkms/radeon: Add backend
nobled
4
-0
/
+252
2011-02-14
intel: Remember named bo
Chris Wilson
1
-0
/
+28
[next]