1. ae7abf0 r600g: do RV6xx base updates inline with state updates. by Dave Airlie · 13 years ago
  2. 7166753 r600g: remove some pointless and unused functions by Marek Olšák · 13 years ago
  3. 5b5a16e r600g: deinline some large functions. by Dave Airlie · 13 years ago
  4. a6e32da r600g: consolidate r600/evergreen code for resource emission. by Dave Airlie · 13 years ago
  5. 162bc40 r600g: modify block to only emit the first few dirty registers. (v2) by Dave Airlie · 13 years ago
  6. c058067 r600g: track dirty registers better. (v2) by Dave Airlie · 13 years ago
  7. 70de270 r600g: consolidate the same piece of cut-n-paste code into a function. by Dave Airlie · 13 years ago
  8. e4b040c r600g: fix bo names causing -35 EDEADLCK by Dave Airlie · 13 years ago
  9. 929be6e r600g: start using drm minor version to enable things. by Dave Airlie · 13 years ago
  10. 90c2fd8 r600g: Implement timer queries. by Mathias Fröhlich · 14 years ago
  11. 63b9790 r600g: move user fence into base radeon structure by Jerome Glisse · 14 years ago
  12. 15753cf r600g: avoid using pb* helper we are loosing previous cpu cycle with it by Jerome Glisse · 14 years ago
  13. edda44e r600g: more indentation fix + warning silencing + dead code removal by Jerome Glisse · 14 years ago
  14. 46c1970 r600g: implement texture_get_handle (needed for eglExportDRMImageMESA) by Benjamin Franzke · 14 years ago
  15. 29c4a15 r600g: propogate resource usage flags to winsys, use to choose bo domains by Keith Whitwell · 14 years ago
  16. 86778da r600g: Made radeon_bo::map_count signed. by Tilman Sauerbeck · 14 years ago
  17. 4e34393 r600g: Removed unused 'ptr' argument from radeon_bo(). by Tilman Sauerbeck · 14 years ago
  18. 8a74f74 r600g: retrieve tiling info from kernel for shared buffers. by Dave Airlie · 14 years ago
  19. 7b3fa03 r600g: get tiling info from kernel by Dave Airlie · 14 years ago
  20. 3fabd21 r600g: fix dirty state handling by Jerome Glisse · 14 years ago
  21. ea5a74f r600g: userspace fence to avoid kernel call for testing bo busy status by Jerome Glisse · 14 years ago
  22. 2cf3199 r600g: simplify block relocation by Jerome Glisse · 14 years ago
  23. ac8a1eb r600g: use dirty list to track dirty blocks by Bas Nieuwenhuizen · 14 years ago
  24. 585e409 r600g: improve bo flushing by Jerome Glisse · 14 years ago
  25. 12d16e5 r600g: store reloc information in bo structure by Jerome Glisse · 14 years ago
  26. d2c06b5 r600g: drop use_mem_constant. by Dave Airlie · 14 years ago
  27. 46997d4 r600g: drop mman allocator by Dave Airlie · 14 years ago
  28. 05813ad r600g: add bo busy backoff. by Dave Airlie · 14 years ago
  29. 3c38e4f r600g: add bo fenced list. by Dave Airlie · 14 years ago
  30. 674452f r600g: use r600_bo for relocation argument, simplify code by Jerome Glisse · 14 years ago
  31. 294c9fc r600g: rename radeon_ws_bo to r600_bo by Jerome Glisse · 14 years ago
  32. 1c2b3cb r600g: fix wwarning in bo_map function by Dave Airlie · 14 years ago
  33. 40181ae r600g: keep a mapping around for each bo by John Doe · 14 years ago
  34. dde1391 r600g: don't double count dirty block by John Doe · 14 years ago
  35. dbcd652 r600g: clean up some code from move to new paths. by Dave Airlie · 14 years ago
  36. 1235bec r600g: cleanup by Jerome Glisse · 14 years ago
  37. 5646964 r600g: use a hash table instead of group by Jerome Glisse · 14 years ago
  38. 301ab49 r600g: move radeon.h members around to add back map flushing. by Dave Airlie · 14 years ago
  39. 0282682 r600g: fix occlusion query after change to block structure by Jerome Glisse · 14 years ago
  40. a852615 r600g: disable early cull optimization when occlusion query running by Jerome Glisse · 14 years ago
  41. eff1af6 r600g: evergreen fix for new design by Jerome Glisse · 14 years ago
  42. ca35292 r600g: occlusion query for new design by Jerome Glisse · 14 years ago
  43. 363dfb8 r600g: move chip class to radeon common structure by Jerome Glisse · 14 years ago
  44. fd266ec r600g: alternative command stream building from context by Jerome Glisse · 14 years ago