summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-25add qxl/.gitignoreqxlAlon Levy1-0/+1
2012-10-25qxl: remove UNMAP holeAlon Levy1-4/+2
2012-10-25qxl: remove unmap ioctl, but leave 0x4 vacant (TODO)Alon Levy1-6/+2
2012-10-25qxl: add surface,primary&reloc+x+y testsAlon Levy2-8/+178
2012-10-25tests/qxl: implement primary, some refactoringAlon Levy1-57/+185
2012-10-25modetest: add qxl to driver listAlon Levy1-1/+1
2012-10-25qxl: add update_area_ioctlAlon Levy1-0/+15
2012-10-25tests/kmstest: add qxl to devices arrayAlon Levy1-0/+1
2012-10-25qxl: change handles from 64 bits to 32Alon Levy1-7/+7
2012-10-25qxl_drm.h: add stddef for size_tAlon Levy1-0/+1
2012-10-25qxl/tests: execbuffer with relocations (draw_copy)Alon Levy1-22/+63
2012-10-25add qxl testsAlon Levy5-1/+300
2012-10-25specify that QXL_ALLOC and QXL_MAP return values to userspace (IOWR and not IOW)Alon Levy1-2/+2
2012-10-25drop pointers, replace with uint64_t, to allow user/kernel to have different ...Alon Levy1-4/+7
2012-10-25qxl: remove accidentally added __user from kernel sourcesAlon Levy1-2/+2
2012-10-25qxl: map returns an offset, not an address. The offset is used in mmap. see x...Alon Levy1-8/+8
2012-10-25qxl_drm.h: drm_qxl_command use void* for commandAlon Levy1-1/+1
2012-10-25qxl: typo in var name (drm_qxl_execbuffer)Alon Levy1-1/+1
2012-10-25qxl: rewrite reloc (from kernel)Alon Levy1-4/+9
2012-10-25qxl: _num postfix consistently for relocsAlon Levy1-1/+1
2012-10-25qxl: kernel update (drm_qxl_command)Alon Levy1-4/+11
2012-10-25qxl: no __user attribute, and kernel update - added QXL_ALLOC_TYPE_SURFACE_PR...Alon Levy1-4/+5
2012-10-25qxl: add include file to Makefile.am, updated kernel headers (added MAP+UNMAP)Alon Levy2-2/+19
2012-10-25add qxl_drm.hAlon Levy1-0/+57
2012-10-25comment typo (coalesce)Alon Levy1-1/+1
2012-10-24radeon: fix unused-function warningAndreas Boll1-0/+2
2012-10-16radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-10-14initialize width/height fields in drmModeCrtcRob Clark1-1/+4
2012-10-09update gitignoreRob Clark1-0/+4
2012-10-09omap: release lock also on error pathsVincent Penquerc'h1-0/+2
2012-10-08configure.ac: Allow forcible disabling of Cairo supportDaniel Stone2-7/+22
2012-10-07intel: Silence a trivial compiler warningChris Wilson1-1/+0
2012-10-07intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson1-1/+1
2012-10-07intel: Fix "properly test for HAS_LLC"Chris Wilson1-1/+1
2012-10-06radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák2-76/+123
2012-10-06radeon: don't force stencil tile split to 0Marek Olšák1-2/+0
2012-10-03radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák1-1/+1
2012-09-17libdrm: man page infrastructure and a few sample man pagesJesse Barnes6-1/+183
2012-09-14intel: Mark bo's exported to prime as not reusableKristian Høgsberg1-1/+8
2012-09-13intel: add support for ValleyViewJesse Barnes1-1/+6
2012-09-08libkms: link against libdrmMarcin Slusarz1-1/+1
2012-09-06radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer1-3/+8
2012-09-06radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer1-3/+10
2012-09-05radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer1-1/+123
2012-09-01intel: properly test for HAS_LLCDaniel Vetter1-1/+1
2012-08-24vmwgfx: No longer experimentalJakob Bornecrantz1-4/+4
2012-08-24configure: bump version for 2.4.39 releaseMarek Olšák1-1/+1
2012-08-24radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák1-1/+1
2012-08-24radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák1-1/+1
2012-08-23omap: include omap_drm.h independentlyVíctor Manuel Jáquez Leal1-1/+2