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