winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl
[mesa.git] / src / gallium / winsys / radeon / drm / radeon_drm_bo.c
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...