r600g: optimize r600_resource_va
[mesa.git] / src / gallium / winsys / radeon / drm / radeon_drm_bo.c
2012-04-01 Marek Olšákr600g: optimize r600_resource_va
2012-02-21 Jerome Glisseradeon/r600g: fix virtual address space allocation
2012-02-14 Jerome Glisser600g: fix tiling with cayman and virtual memory
2012-02-06 Jerome Glisser600g: add support for common surface allocator for...
2012-01-13 Jerome Glisser600g: add support for virtual address space on cayman v11
2011-12-24 Marek Olšákwinsys/radeon: move managing GEM domains back to drivers
2011-12-05 Jerome Glissegallium/radeon: fix indentation
2011-11-10 Brian Paulradeon: silence initializer warnings
2011-10-24 Marek Olšákwinsys/radeon: don't use the new GEM_WAIT ioctl for now
2011-10-24 Mathias Fröhlichwinsys/radeon: restore the old r600g winsys memory...
2011-09-30 Marek Olšákwinsys/radeon: move GEM domains out of the drivers...
2011-09-30 Marek Olšákwinsys/radeon: remove a redundant parameter 'size'...
2011-09-28 Marek Olšákwinsys/radeon: remove redundant member radeon_bo::size
2011-09-28 Marek Olšákwinsys/radeon: simplify passing GEM domains through...
2011-09-16 Marek Olšákwinsys/radeon: use the cache bufmgr for buffers with...
2011-09-11 Marek Olšákpb_buffer: inline 'base' sub-struct
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Chia-I Wuwinsys/radeon: use os_mmap() for memory mapping
2011-08-16 Marek Olšákwinsys/radeon: take advantage of the new ioctl
2011-08-16 Marek Olšákwinsys/radeon: hook up the new DRM_RADEON_GEM_WAIT...
2011-08-16 Marek Olšákwinsys/radeon: remove broken bo-is-busy-for-write guessing
2011-08-16 Marek Olšákr600g: remove radeon_bo::handle
2011-08-16 Marek Olšákr600g: allocate/destroy buffers using radeon_winsys
2011-08-06 Marek Olšákwinsys/radeon: disable use of the buffer busy-for-write...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Marek Olšákwinsys/radeon: remove dummy function pb_buffer
2011-07-25 Marek Olšákwinsys/radeon: manage constant buffers by the cache...
2011-07-25 Marek Olšákwinsys/radeon: remove usage parameter from buffer_create
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Marek Olšákr300g/winsys: rename r300->radeon and do a little cleanup
2011-04-08 Marek Olšákr300g: add 'radeon: ' prefix to error messages in winsys
2011-04-03 Marek Olšákr300g: do not wait for a busy BO if neither GPU nor...
2011-04-03 Marek Olšákr300g: remove unused RADEON_PB_USAGE_CACHE
2011-04-03 Marek Olšákr300g: avoid mapping the same buffer twice
2011-04-03 Marek Olšákr300g: remove the redundant reference counter in radeon_bo
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Marek Olšákr300g: decide whether a flush should be asynchronous...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-16 Marek Olšákr300g: fix a race between CS and SET_TILING ioctls
2011-02-15 Marek Olšákr300g: offload the CS ioctl to another thread
2011-02-15 Marek Olšákr300g: actually implement the is_buffer_busy hook the...
2011-02-15 Marek Olšákr300g: handle interaction between UNSYNCHRONIZED and...
2011-02-15 Marek Olšákr300g: fix a possible race condition when mapping a...
2011-02-14 Marek Olšákr300g: flush CS in bo_map even if we get USAGE_DONTBLOCK
2011-02-14 Marek Olšákr300g: implement pb_manager::is_buffer_busy
2011-02-12 Marek Olšákr300g: fixup the handle_compare function
2011-02-12 Marek Olšákr300g: typecast void* to unsigned correctly
2011-02-12 Marek Olšákr300g: improve function radeon_bo_is_referenced_by_cs
2011-02-11 Marek Olšákr300g: remove unused function prototypes, update copyright
2011-02-11 Marek Olšákr300g: plug a memory leak in winsys
2011-02-11 Marek Olšákr300g: remove unneeded code in winsys
2011-02-11 Marek Olšákr300g: import the last bits of libdrm and cleanup the...