gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
[mesa.git] / src / gallium / winsys /
2016-01-14 Nicolai Hähnlewinsys/radeon: fix warnings about incompatible pointer...
2016-01-06 Sinclair Yehsvga: Rename SVGA_HINT_FLAG_DRAW_EMITTED
2015-12-22 Ben Skeggsnouveau: enable use of new kernel interfaces
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-12-22 Ben Skeggsnouveau: fix screen creation failure paths
2015-12-22 Ben Skeggsnouveau: return nouveau_screen from hw-specific creatio...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::fd
2015-12-11 Marek Olšákwinsys/amdgpu: clear the buffer cache on mmap failure...
2015-12-11 Marek Olšákwinsys/radeon: clear the buffer cache on mmap failure...
2015-12-11 Marek Olšákwinsys/amdgpu: clear the buffer cache on allocation...
2015-12-11 Marek Olšákwinsys/radeon: clear the buffer cache on allocation...
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-11 Marek Olšákwinsys/radeon: use pb_cache instead of pb_cache_manager
2015-12-11 Marek Olšákwinsys/radeon: use radeon_bomgr less
2015-12-11 Marek Olšákwinsys/radeon: rename radeon_bomgr_init_functions
2015-12-11 Marek Olšákwinsys/radeon: move variables from radeon_bomgr to...
2015-12-11 Marek Olšákwinsys/radeon: remove redundant radeon_bomgr::va
2015-12-11 Marek Olšákwinsys/amdgpu: don't use the "rws" abbreviation for...
2015-12-11 Marek Olšákwinsys/amdgpu: use pb_cache instead of pb_cache_manager
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port a Fiji bug fix
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port Checks mip 0 for czDispCo...
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port fix error for workaround...
2015-12-06 Edward O'Callaghanwinsys/amdgpu: Make use of ARRAY_SIZE macro
2015-11-09 Michel Dänzerwinsys/radeon: Use CPU page size instead of hardcoding...
2015-11-07 Dave Airlievirgl: wrap ret assignment with braces to do correct...
2015-10-31 Dave Airlievirgl/vtest: fix extra malloc
2015-10-31 Dave Airliegallium/swrast: fixup build breakage and warnings
2015-10-31 Dave Airliegallium/swrast: fix front buffer blitting. (v2)
2015-10-30 Emil Velikovwinsys/virgl: rework line wrapping/indent
2015-10-30 Emil Velikovvirgl: unwrap the includes
2015-10-30 Emil Velikovwinsys/virgl: remove temporary ret variable
2015-10-30 Emil Velikovwinsys/virgl: always memset prior to ioctl
2015-10-30 Emil Velikovwinsys/virgl: use MALLOC to match FREE
2015-10-30 Emil Velikovwinsys/virgl: remove calloc/malloc casts
2015-10-30 Emil Velikovwinsys/virgl: throw in some inline wrappers
2015-10-30 Emil Velikovwinsys/virgl/drm: drop unneeded forward declaration
2015-10-30 Emil Velikovvirgl: move virgl_hw.h into the driver dir
2015-10-30 Emil Velikovvirgl: straighten the includes confusion
2015-10-30 Emil Velikovvirgl: remove the _FILE_OFFSET_BITS defines
2015-10-30 Emil Velikovwinsys/virgl/drm: add all files to the tarball
2015-10-30 Emil Velikovwinsys/virgl/vtest: list all files in Makefile.sources
2015-10-30 Emil Velikovvirgl: fix drm.h include path
2015-10-27 Marek Olšákwinsys/amdgpu: remove the dcc_enable surface flag
2015-10-23 Bas Nieuwenhuizenradeonsi: Allocate buffers for DCC.
2015-10-23 Samuel Liradeonsi: add support for Stoney asics (v3)
2015-10-23 Dave Airlievirgl/vtest: add vtest driver
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)
2015-10-22 Sinclair Yehsvga: Condition preemptive flush on draw emission
2015-10-03 Marek Olšákwinsys/radeon: implement cs_get_buffer_list
2015-10-03 Marek Olšákwinsys/amdgpu: add winsys function cs_get_buffer_list
2015-10-03 Marek Olšákgallium/radeon: stop using "reloc" in a few places
2015-10-03 Marek Olšákgallium/radeon: tell the winsys the exact resource...
2015-09-16 Rob Clarkfreedreno: one screen to rule them all
2015-09-10 Brian Paulwinsys/svga: remove useless assertion
2015-09-10 Marek Olšákwinsys/amdgpu: calculate the maximum number of compute...
2015-09-03 Marek Olšákwinsys/radeon: remove exported buffers from the cache
2015-09-03 Marek Olšákwinsys/amdgpu: remove exported buffers from the cache
2015-09-02 Brian Paulsvga/winsys: Add support for VGPU10
2015-09-02 Brian Paulwinsys/svga: add new vmw_query.c[h] files
2015-09-01 Marek Olšákwinsys/radeon: add a flag telling how gfx IBs should...
2015-09-01 Marek Olšákwinsys/amdgpu: remove IB padding for SI
2015-09-01 Marek Olšákwinsys/amdgpu: use small IBs for better performance...
2015-08-29 Marek Olšákwinsys/radeon: handle non-zero finite timeout when...
2015-08-26 Marek Olšákgallium/radeon: read_registers should return bool meani...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-23 Marek OlšákRevert "radeon/winsys: increase the IB size for VM"
2015-08-22 Emil Velikovwinsys/sw/kms-dri: don't attempt to bundle the sconscript
2015-08-22 Emil Velikovwinsys/amdgpu: automake: remove missing headers
2015-08-22 Mauro Rossiandroid: fix cflags and includes for amdgpu winsys
2015-08-19 Marek Olšákwinsys/amdgpu: fix the type of memory usage counters
2015-08-14 Leo Liuradeon/vce: disable VCE dual instance for harvest part
2015-08-14 Alex Deucherradeonsi: add support for FIJI (v4)
2015-08-14 Alex Deucherwinsys/amdgpu: add addrlib support for Fiji (v2)
2015-08-14 Marek Olšákwinsys/amdgpu: add addrlib - texture addressing and...
2015-08-14 Marek Olšákwinsys/amdgpu: add a new winsys for the new kernel...
2015-08-06 Marek Olšákwinsys/radeon: add a specific error message for cs_subm...
2015-08-06 Marek Olšákwinsys/radeon: add an interface for contexts
2015-08-06 Marek Olšákgallium/radeon: unify buffer_wait and buffer_is_busy...
2015-08-06 Marek Olšákwinsys/radeon: loosen up the requirements for how much...
2015-08-06 Marek Olšákradeon/winsys: increase the IB size for VM
2015-08-06 Marek Olšákgallium/radeon: allow the winsys to choose the IB size
2015-08-01 Emil Velikovwinsys/radeon: don't leak the fd when it is 0
2015-07-29 Emil Velikovsvga: scons: remove unused HAVE_SYS_TYPES_H define
2015-07-22 Marek Olšákwinsys/radeon: implement buffer_unmap
2015-07-22 Emil Velikovscons: don't build the kms-dri winsys
2015-07-22 Emil Velikovandroid: don't build the kms-dri winsys
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-05 Marek Olšákwinsys/radeon: use os_wait_until_zero in radeon_bo_set_...
2015-07-03 Mario Kleinerwinsys/radeon: Use dup fd as key in drm-winsys hash...
2015-07-03 Marek Olšákr600g,radeonsi: implement get_device_reset_status
2015-06-28 Mario Kleinernouveau: Use dup fd as key in drm-winsys hash table...
2015-06-24 Grigori Goronzywinsys/radeon: reduce BO cache timeout
2015-06-24 Grigori Goronzywinsys/radeon: align BO size to page size
2015-06-24 Michel Dänzerwinsys/radeon: Unmap GPU VM address range when destroyi...
2015-06-15 Eric Anholtgallium: Drop the gallium-specific Android sw winsys.
2015-06-15 Eric Anholtvc4: Add support for building on Android.
2015-06-09 Chih-Wei Huangandroid: add rules to build a gallium_dri.so
2015-05-15 Alexander von Gluck IVwinsys/hgl: Add needed extern "C" to hgl winsys
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
next