radeonsi: implement SAMPLEPOS fragment shader input
[mesa.git] / src / gallium / winsys /
2014-05-23 Jon TURNEYMake DRI dependencies and build depend on the target
2014-05-14 Ben Skeggsnvc0: enable support for maxwell boards
2014-05-10 Emil Velikovilo: destroy the mutex, if winsys creation fails
2014-05-02 Samuel Liradeonsi: add support for Mullins asics.
2014-04-29 Tom Stellardradeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FR...
2014-04-24 Marek Olšákr600g: disable async DMA on R700
2014-04-17 Marek Olšákwinsys/radeon: remove some unused code
2014-04-17 Marek Olšákwinsys/radeon: remove is_handle_added array
2014-04-17 Marek Olšákwinsys/radeon: remove local variable reloc from radeon_...
2014-04-17 Marek Olšákwinsys/radeon: remove parameter reloc from radeon_get_reloc
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-04-16 Marek Olšákwinsys/radeon: fold cs_set_flush_callback into cs_create
2014-04-16 Marek Olšákwinsys/radeon: remove cs_write_reloc, add simpler cs_ge...
2014-04-16 Marek Olšákwinsys/radeon: consolidate hash table lookup
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition in initialization...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between winsys_crea...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between 2 calls...
2014-04-10 Marek Olšákwinsys/radeon: remove unused radeon_info variables...
2014-04-10 Marek Olšákwinsys/radeon: unify radeon_bo::flink and radeon_bo...
2014-04-10 Marek Olšákwinsys/radeon: remove definitions already present in...
2014-04-10 Marek Olšákwinsys/radeon: handle squared micro tiling from GEM_GET...
2014-04-08 Marek Olšákr600g,radeonsi: add a bunch of useful queries for the HUD
2014-04-08 Marek Olšákr600g,radeonsi: set correct initial domain for shared...
2014-04-08 Marek Olšákgallium/radeon: fix warnings
2014-04-07 Thomas Hellstromwinsys/svga: Fix prime surface references also for...
2014-04-07 Thomas Hellstromwinsys/svga: Update the vmwgfx_drm.h header to latest...
2014-04-02 Thomas Hellstromwinsys/svga: Replace the query mm buffer pool with...
2014-03-20 Marek Olšákwinsys/radeon: only add duplicate relocations for DMA...
2014-03-17 Michel Dänzerwinsys/radeon: Store GPU virtual memory addresses of...
2014-03-11 Marek Olšákr300g,uvd,vce: set priorities for relocations
2014-03-11 Marek Olšákwinsys/radeon: add interface for setting a priority...
2014-03-10 Chia-I Wuilo: do not set I915_EXEC_NO_RELOC
2014-03-10 Chia-I Wuilo: print a warning when PPGTT is disabled
2014-03-10 Chia-I Wuilo: require hardware logical context support
2014-03-10 Chia-I Wuilo: protect the decode context with a mutex
2014-03-10 Chia-I Wuilo: set I915_EXEC_NO_RELOC when available
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: winsys may limit the batch buffer size
2014-03-10 Chia-I Wuilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported
2014-03-10 Chia-I Wuilo: rework winsys batch buffer functions
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_size()
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
2014-03-10 Chia-I Wuilo: rework winsys bo reloc functions
2014-03-10 Chia-I Wuilo: add a wrapper to cast struct intel_bo
2014-03-10 Chia-I Wuilo: fix DRM_API_HANDLE_TYPE_FD export
2014-03-10 Chia-I Wuilo: improve winsys documentation/comments
2014-03-10 Chia-I Wuilo: remove intel_winsys_enable_reuse()
2014-03-08 Marek OlšákRevert "winsys/radeon: if there's VRAM-only usage,...
2014-03-07 Marek Olšákwinsys/radeon: if there's VRAM-only usage, keep it
2014-02-28 Thomas Hellstromwinsys/svga: Avoid calling drm getparam for max surface...
2014-02-22 Emil Velikovwinsys/xlib: move xlib_create_sw_winsys within the...
2014-02-14 Brian Paulgallium/pipebuffer: change pb_cache_manager_create...
2014-02-14 Thomas Hellstromsvga/winsys: Propagate surface shared information to...
2014-02-14 Brian Paulsvga/winsys: implement GBS support
2014-02-14 Thomas Hellstromgallium/pipebuffer: Add a cache buffer manager bypass...
2014-02-14 Thomas Hellstrompipebuffer, winsys: Add a size match parameter to the...
2014-02-14 Brian Paulsvga: update svga_winsys interface for GBS
2014-02-13 Christian Königradeon/winsys: add VCE support v4
2014-02-12 Maarten Lankhorstnouveau: create only 1 shared screen between vdpau...
2014-02-06 Marek Olšákgallium/radeon: fix warnings
2014-02-01 Rob Clarkfreedreno: ctx should hold ref to dev
2014-01-23 José Fonsecaradeon: More missing stdio.h includes.
2014-01-23 José Fonsecagallium: Use C11 thread abstractions.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-06 Marek Olšákradeonsi: calculate NUM_BANKS for DB correctly on CIK
2014-01-06 Marek Olšákradeonsi: set correct pipe config for Hawaii in DB
2013-12-22 Niels Ole Salscheiderwinsys/radeon: remove superfluous distinction of cases
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-12 Marek Olšákwinsys/radeon: set/get the scanout flag with the tiling...
2013-12-10 Thomas Hellstromsvga/winsys: Implement surface sharing using prime...
2013-12-10 Christopher James... gallium/radeon: Implement hooks for DRI Image 7 (v2)
2013-12-10 Christopher James... radeon: Rename bo_handles hashtable to match its actual...
2013-12-10 Christopher James... ilo: Support DRI Image 7
2013-12-10 Christopher James... gallium/winsys/drm: Prepare for passing prime fds in...
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
2013-11-21 Christian Königwinsys/radeon: cleanup virtual memory nonsense
2013-11-16 Emil Velikovgallium/winsys: compact compiler flags into Automake.inc
2013-11-15 Alex Deucherradeonsi: add support for Hawaii asics (v2)
2013-11-04 Marek Olšákwinsys/radeon: use type-3 NOPs for CS padding on CIK
2013-10-29 Alexander von Gluck IVwinsys: Correct Haiku winsys display target code
2013-10-26 Christian Königwinsys/radeon: make radeon_drm_winsys_create public
2013-10-25 Marek Olšákwinsys/radeon: add the implementation of fences from...
2013-10-21 Christian Königwinsys/radeon: cleanup CS offloading
2013-10-10 Christian Königradeon/winsys: fix handling in radeon_drm_cs_flush v2
2013-10-08 Marek Olšákgallium/swrast: don't export any private symbols
2013-10-08 Marek Olšákgallium/radeon: don't export any private symbols
2013-10-04 Alexander von Gluck IVhaiku: Add first Haiku renderer (softpipe)
2013-10-01 Emil Velikovwinsys/freedreno/drm: drop obsolete .gitignore
2013-10-01 Emil Velikovwinsys/freedreno/drm: consolidate C sources list into...
2013-10-01 Emil Velikovwinsys/nouveau/drm: consolidate C sources list into...
2013-10-01 Emil Velikovwinsys/i915/sw: consolidate C sources list into Makefil...
2013-09-25 Christian Königradeon/winsys: keep screen pointer in winsys v2
2013-09-25 Christian Königradeon/uvd: move alignment to winsys
2013-09-22 Christian Königwinsys/radeon: share winsys between different fd's
2013-09-22 Christian Königwinsys/radeon: remove cs_queue_empty
2013-09-22 Christian Königwinsys/radeon: fix killing the CS thread
2013-09-19 Gaetan Nadonwinsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
2013-09-06 Alex Deucherradeon/winsys: pad IBs to a multiple of 8 DWs
2013-08-29 Jonathan Grayradeonsi: Make sure libdrm_radeon headers are picked...
next