| Commit message (Expand) | Author | Age | Files | Lines |
* | ilo: move intel_winsys.h to core | Chia-I Wu | 2015-05-02 | 1 | -1/+1 |
* | winsys/radeon: add a private interface for radeon_surface | Marek Olšák | 2015-04-29 | 4 | -18/+184 |
* | winsys/radeon: move radeon_winsys.h to drivers/radeon | Marek Olšák | 2015-04-29 | 3 | -613/+2 |
* | r600g,radeonsi: add a driver query returning GPU load | Marek Olšák | 2015-04-28 | 2 | -0/+19 |
* | r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocks | Marek Olšák | 2015-04-28 | 2 | -1/+23 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -2/+2 |
* | winsys/radeon: make radeon_bo_vtbl static | Marek Olšák | 2015-04-27 | 1 | -2/+2 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 6 | -14/+7 |
* | i915g: Implement EGL_EXT_image_dma_buf_import | Stéphane Marchesin | 2015-04-01 | 1 | -4/+11 |
* | winsys/sw/fbdev: remove unused software winsys | Emil Velikov | 2015-03-21 | 5 | -339/+0 |
* | winsys/sw/wayland: remove unused winsys | Emil Velikov | 2015-03-21 | 4 | -363/+0 |
* | gallium/sw/kms: trivial cleanups | Emil Velikov | 2015-03-16 | 1 | -4/+2 |
* | ilo: add more convenient intel_bo_{ref,unref}() | Chia-I Wu | 2015-03-06 | 1 | -5/+9 |
* | ilo: add intel_bo_set_tiling() | Chia-I Wu | 2015-03-06 | 1 | -39/+33 |
* | ilo: add some more winsys functions | Chia-I Wu | 2015-03-04 | 1 | -1/+37 |
* | gallium/sw/kms: fix a type-mismatch warning | Marek Olšák | 2015-02-21 | 1 | -1/+1 |
* | gallium/sw/kms: don't redefine DEBUG | Marek Olšák | 2015-02-21 | 1 | -7/+7 |
* | winsys/radeon: test the userptr ioctl to see if it's present | Marek Olšák | 2015-02-17 | 5 | -19/+35 |
* | winsys/radeon: allow unaligned size for user-memory buffers | Marek Olšák | 2015-02-17 | 1 | -1/+1 |
* | winsys/radeon: allow mapping a user buffer | Marek Olšák | 2015-02-17 | 3 | -2/+8 |
* | winsys/radeon: add user pointer support | Christian König | 2015-02-17 | 2 | -0/+113 |
* | dir-locals.el: Don't set variables for non-programming modes | Neil Roberts | 2015-02-02 | 1 | -1/+1 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | winsys/radeon: increase the size of buffer cache | Marek Olšák | 2015-01-19 | 1 | -1/+1 |
* | gallium/state_tracker: Rewrite Haiku's state tracker | Alexander von Gluck IV | 2015-01-01 | 1 | -4/+20 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 6 | -10/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -4/+2 |
* | winsys/radeon: Always report at least 1 compute unit | Tom Stellard | 2014-12-08 | 1 | -0/+2 |
* | radeonsi: Program RASTER_CONFIG for harvested GPUs v5 | Tom Stellard | 2014-12-08 | 2 | -0/+4 |
* | winsys/sw/wrapper: implement is_displaytarget_format_supported for swrast | Christoph Bumiller | 2014-11-18 | 1 | -0/+14 |
* | dri/kms: Always zero out struct drm_mode_create_dumb | Thierry Reding | 2014-11-16 | 1 | -1/+1 |
* | ilo: fix intel_bo_wait() on kernel 3.17 | Chia-I Wu | 2014-11-06 | 1 | -1/+7 |
* | r300g: remove enabled/disabled hyperz and AA compression messages | Marek Olšák | 2014-10-30 | 1 | -2/+0 |
* | winsys/radeon: Use a single buffer cache manager again | Michel Dänzer | 2014-10-17 | 3 | -37/+21 |
* | winsys/radeon: Use separate caching buffer manager for each set of flags | Michel Dänzer | 2014-10-15 | 3 | -41/+32 |
* | r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOs | Michel Dänzer | 2014-09-10 | 2 | -5/+12 |
* | winsys/intel: drop intel_winsys.h from makefile.sources | Emil Velikov | 2014-09-05 | 1 | -2/+1 |
* | kms-swrast: Support Prime fd handling | Andreas Pokorny | 2014-09-05 | 1 | -11/+71 |
* | configure.ac: Add AC_SYS_LARGEFILE | Michel Dänzer | 2014-09-05 | 2 | -2/+1 |
* | winsys/svga: Fix incorrect type usage in IOCTL v2 | Thomas Hellstrom | 2014-09-04 | 1 | -4/+9 |
* | r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPU | Michel Dänzer | 2014-09-02 | 2 | -2/+9 |
* | gallium/pb_bufmgr_cache: limit the size of cache | Marek Olšák | 2014-09-01 | 2 | -5/+10 |
* | sw/hgl: struct haiku_displaytarget is not public struct | Emil Velikov | 2014-08-28 | 2 | -23/+21 |
* | gallium/targets: Break haiku state_tracker out to own directory | Alexander von Gluck IV | 2014-08-28 | 3 | -209/+1 |
* | winsys/sw: add the final files to the tarball | Emil Velikov | 2014-08-28 | 6 | -0/+12 |
* | winsys/sw: automake: consistently use Makefile.sources | Emil Velikov | 2014-08-28 | 20 | -31/+41 |
* | winsys/$(hw): ship the Android/SCons scripts in the tarball | Emil Velikov | 2014-08-28 | 6 | -1/+11 |
* | winsys/$(hw): include headers in Makefile.sources | Emil Velikov | 2014-08-28 | 8 | -14/+39 |
* | winsys/radeon: move radeon_cs_dump.h to drm | Emil Velikov | 2014-08-28 | 2 | -2/+2 |
* | winsys/svga: build: cleanup the includes | Emil Velikov | 2014-08-28 | 2 | -6/+1 |