Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / winsys / r600 / drm / r600_priv.h
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-02 Tilman Sauerbeckr600g: Made radeon_bo::map_count signed.
2010-11-02 Tilman Sauerbeckr600g: Removed unused 'ptr' argument from radeon_bo().
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: get tiling info from kernel
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-06 Jerome Glisser600g: fix dirty state handling
2010-10-05 Jerome Glisser600g: userspace fence to avoid kernel call for testing...
2010-10-05 Jerome Glisser600g: simplify block relocation
2010-10-05 Bas Nieuwenhuizenr600g: use dirty list to track dirty blocks
2010-10-05 Jerome Glisser600g: improve bo flushing
2010-10-05 Jerome Glisser600g: store reloc information in bo structure
2010-10-05 Dave Airlier600g: drop use_mem_constant.
2010-10-05 Dave Airlier600g: drop mman allocator
2010-10-05 Dave Airlier600g: add bo busy backoff.
2010-10-05 Dave Airlier600g: add bo fenced list.
2010-10-04 Jerome Glisser600g: use r600_bo for relocation argument, simplify...
2010-10-04 Jerome Glisser600g: rename radeon_ws_bo to r600_bo
2010-10-04 Dave Airlier600g: fix wwarning in bo_map function
2010-09-30 John Doer600g: keep a mapping around for each bo
2010-09-30 John Doer600g: don't double count dirty block
2010-09-29 Dave Airlier600g: clean up some code from move to new paths.
2010-09-29 Jerome Glisser600g: cleanup
2010-09-29 Jerome Glisser600g: use a hash table instead of group
2010-09-28 Dave Airlier600g: move radeon.h members around to add back map...
2010-09-27 Jerome Glisser600g: fix occlusion query after change to block structure
2010-09-26 Jerome Glisser600g: disable early cull optimization when occlusion...
2010-09-24 Jerome Glisser600g: evergreen fix for new design
2010-09-22 Jerome Glisser600g: occlusion query for new design
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-17 Jerome Glisser600g: alternative command stream building from context