| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 10 | -23/+23 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 2 | -2/+2 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -2/+2 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -2/+2 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -4/+2 |
* | configure.ac: Add AC_SYS_LARGEFILE | Michel Dänzer | 2014-09-05 | 1 | -1/+1 |
* | winsys/svga: Fix incorrect type usage in IOCTL v2 | Thomas Hellstrom | 2014-09-04 | 1 | -4/+9 |
* | gallium/pb_bufmgr_cache: limit the size of cache | Marek Olšák | 2014-09-01 | 1 | -1/+2 |
* | winsys/$(hw): ship the Android/SCons scripts in the tarball | Emil Velikov | 2014-08-28 | 1 | -0/+2 |
* | winsys/$(hw): include headers in Makefile.sources | Emil Velikov | 2014-08-28 | 1 | -11/+19 |
* | winsys/svga: build: cleanup the includes | Emil Velikov | 2014-08-28 | 2 | -6/+1 |
* | android: gallium: use the installed libdrm headers | Emil Velikov | 2014-08-13 | 1 | -2/+1 |
* | svga: Add a limit to the maximum surface size | Charmaine Lee | 2014-08-12 | 4 | -2/+59 |
* | winsys/svga: Fix prime surface references also for guest-backed surfaces | Thomas Hellstrom | 2014-04-07 | 3 | -6/+81 |
* | winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel | Thomas Hellstrom | 2014-04-07 | 1 | -1/+12 |
* | winsys/svga: Replace the query mm buffer pool with a slab pool v3 | Thomas Hellstrom | 2014-04-02 | 1 | -5/+13 |
* | winsys/svga: Avoid calling drm getparam for max surface size on older kernels | Thomas Hellstrom | 2014-02-28 | 1 | -7/+8 |
* | gallium/pipebuffer: change pb_cache_manager_create() size_factor to float | Brian Paul | 2014-02-14 | 1 | -1/+1 |
* | svga/winsys: Propagate surface shared information to the winsys | Thomas Hellstrom | 2014-02-14 | 3 | -24/+29 |
* | svga/winsys: implement GBS support | Brian Paul | 2014-02-14 | 19 | -323/+3064 |
* | svga: update svga_winsys interface for GBS | Brian Paul | 2014-02-14 | 1 | -0/+1 |
* | svga/winsys: Implement surface sharing using prime fd handles | Thomas Hellstrom | 2013-12-10 | 1 | -18/+61 |
* | gallium/winsys/drm: Prepare for passing prime fds in winsys_handle | Christopher James Halse Rogers | 2013-12-10 | 1 | -0/+6 |
* | gallium/winsys: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -5/+2 |
* | winsys/svga: improve error/debug message output | Brian Paul | 2013-03-19 | 3 | -25/+35 |
* | gallium/build: Fix visibility CFLAGS in automake | Maarten Lankhorst | 2013-03-16 | 1 | -0/+2 |
* | gallium/svga: Make sure -std=gnu99 is set. | Johannes Obermayr | 2013-01-14 | 1 | -1/+3 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 1 | -4/+0 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | svga/winsys/drm: Convert to automake | Matt Turner | 2013-01-10 | 3 | -19/+42 |
* | scons: Add support for Intel Compiler. | Vinson Lee | 2012-08-01 | 1 | -1/+1 |
* | scons: Fix build with clang. | Vinson Lee | 2012-07-25 | 1 | -1/+1 |
* | svga: Drop execbuf throttling | Jakob Bornecrantz | 2012-01-10 | 4 | -35/+1 |
* | svga: Silence warning | Jakob Bornecrantz | 2012-01-10 | 1 | -0/+1 |
* | winsys/svga: Remove some unneeded debug code | Thomas Hellstrom | 2011-10-19 | 1 | -16/+0 |
* | winsys/svga: Rework buffer allocation to make it more robust v2. | Thomas Hellstrom | 2011-10-14 | 3 | -17/+57 |
* | svga/winsys: Make sure a flush always inserts and returns a fence if requested | Thomas Hellstrom | 2011-10-14 | 1 | -1/+1 |
* | configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles. | Stéphane Marchesin | 2011-10-04 | 1 | -2/+2 |
* | winsys/svga: Update to vmwgfx kernel module 2.1 | Thomas Hellstrom | 2011-09-29 | 9 | -261/+665 |
* | pb_buffer: inline 'base' sub-struct | Marek Olšák | 2011-09-11 | 2 | -5/+5 |
* | android: add support for vmwgfx | Chia-I Wu | 2011-08-27 | 1 | -0/+44 |
* | winsys/svga: share the source list | Chia-I Wu | 2011-08-27 | 3 | -21/+13 |
* | winsys/svga: use os_mmap() for memory mapping | Chia-I Wu | 2011-08-24 | 1 | -5/+6 |
* | scons: Expose pkg-config in a simpler manner. | José Fonseca | 2011-06-30 | 1 | -1/+1 |
* | svga/drm: Implement svga_winsys_screen::get_hw_version. | José Fonseca | 2011-05-10 | 1 | -0/+14 |
* | svga/drm: Flushing preemptively on a 1/3 of the aperture. | José Fonseca | 2011-02-03 | 1 | -1/+1 |
* | svga/drm: Update for pb_vtbl::map argument addition. | José Fonseca | 2011-02-03 | 1 | -1/+2 |
* | svga: Remove debug print in winsys | Jakob Bornecrantz | 2010-12-16 | 1 | -2/+0 |
* | scons: Detabify | Jakob Bornecrantz | 2010-11-05 | 1 | -21/+21 |