1. 543b233 r600g: implement transform feedback by Marek Olšák · 13 years ago
  2. 1d09831 r600g: reserve CS space for a draw command in begin_query and render_condition by Marek Olšák · 13 years ago
  3. 11bdd28 r600g: consolidate checking whether CS is full by Marek Olšák · 13 years ago
  4. b40edc6 r600g: shortcut ctx->screen->ws to ctx->ws by Marek Olšák · 13 years ago
  5. bf0baa7 r600g: move all files from winsys/r600 into drivers/r600 by Marek Olšák · 13 years ago[Renamed from src/gallium/winsys/r600/drm/r600_priv.h]
  6. 363ff84 winsys/radeon: move GEM domains out of the drivers into winsys by Marek Olšák · 13 years ago
  7. 90ce3cd r600g: remove struct radeon (or what's left of it) by Marek Olšák · 13 years ago
  8. 518557d r600g: move family and chip_class from struct radeon to r600_screen by Marek Olšák · 13 years ago
  9. 6101b6d r600g: merge r600_bo with r600_resource by Marek Olšák · 13 years ago
  10. 3603d15 r600g: compute tiling info in the pipe, not in the winsys by Marek Olšák · 13 years ago
  11. d26b49f r600g: do not loop in radeon_family_from_device by Marek Olšák · 13 years ago
  12. 47dcfb8 r600g: set read/write usage flags for each relocation by Marek Olšák · 13 years ago
  13. d6da518 r600g: don't include radeon_drm.h and xf86drm.h by Marek Olšák · 13 years ago
  14. 041ed55 r600g: remove an unused parameter from r600_bo_destroy by Marek Olšák · 13 years ago
  15. c6fec83 r600g: merge radeon_bo with r600_bo by Marek Olšák · 13 years ago
  16. 5229ba4 r600g: remove radeon_bo::handle by Marek Olšák · 13 years ago
  17. ab630b5 r600g: use buffer_map/unmap from radeon_winsys by Marek Olšák · 13 years ago
  18. 7ee6580 r600g: get tiling flags using radeon_winsys by Marek Olšák · 13 years ago
  19. ecfcf25 r600g: get winsys_handle using radeon_winsys by Marek Olšák · 13 years ago
  20. 1b542ac r600g: move more DRM queries into winsys/radeon by Marek Olšák · 13 years ago
  21. 03b25ad winsys/radeon: consolidate the add_reloc function by Marek Olšák · 13 years ago
  22. e6fb625 r600g: emit CS using radeon_winsys by Marek Olšák · 13 years ago
  23. 1acaf09 r600g: don't use RADEON_GEM_DOMAIN_CPU by Marek Olšák · 13 years ago
  24. 3e57972 r600g: remove reloc-related variables from radeon_bo by Marek Olšák · 13 years ago
  25. 638d751 r600g: let radeon_winsys maintain the list of relocations by Marek Olšák · 13 years ago
  26. 591d8c3 r600g: remove the fences which were used for the cache buffer manager by Marek Olšák · 13 years ago
  27. cdbb8a1 r600g: remove now-unused r600_bo::size by Marek Olšák · 13 years ago
  28. 60ff68a r600g: remove the cache buffer manager from winsys/r600 by Marek Olšák · 13 years ago
  29. 11daa7e r600g: allocate/destroy buffers using radeon_winsys by Marek Olšák · 13 years ago
  30. edca57e r600g: remove unused function declarations by Marek Olšák · 13 years ago
  31. 39db886 r600g: remove unused r600_bo::tiling_flags by Marek Olšák · 13 years ago
  32. c092e23 r600g: remove unused r600_bo::kernel_pitch by Marek Olšák · 13 years ago
  33. 2ce783d r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe by Marek Olšák · 13 years ago
  34. 354f76f r600g: cleanup includes in winsys by Marek Olšák · 13 years ago
  35. fb8cf51 r600g: move some queries into winsys/radeon by Marek Olšák · 13 years ago
  36. ce12f82 r600g: first step into winsys/radeon by Marek Olšák · 13 years ago
  37. 6eb94fc r600g: use backend mask for occlusion queries by Vadim Girlin · 13 years ago
  38. 04554c7 r600g: adjust vs/ps gprs on r600/r700 cards when needed. by Dave Airlie · 13 years ago
  39. 5f2deba gallium: s/bool/boolean/ by Brian Paul · 13 years ago
  40. 745abb5 r600g: move simple part of bo reloc processing inline. by Dave Airlie · 13 years ago
  41. ba78a5a r600g: split resource emit path from main register emit path by Dave Airlie · 13 years ago
  42. 4707ae2 r600g: inline r600_bo_reference. by Dave Airlie · 13 years ago
  43. 63184bc r600g: use an enabled list to track enabled blocks. by Dave Airlie · 13 years ago
  44. f356bb7 r600g/winsys: overhaul resource range/blocks. by Dave Airlie · 13 years ago
  45. cf0f02e r600g: move resource setting to its own structures. by Dave Airlie · 13 years ago
  46. 991dbd7 r600g: migrate macros from r600_priv.h to r600.h by Dave Airlie · 13 years ago
  47. c1159ee r600g: remote ctx arg to block/range macros. by Dave Airlie · 13 years ago
  48. b551883 r600g: cs init fixes by Alex Deucher · 13 years ago
  49. 65ee7cd r600g: don't emit color blend register on original R600. by Dave Airlie · 13 years ago
  50. ecc051d r600g: bump domain selection up one layer. by Dave Airlie · 13 years ago
  51. bd5b7a6 r600g: reduce flushes so only when texture and CB overlap. by Dave Airlie · 13 years ago
  52. 240049a r600g: make range/block act more like a page table by Dave Airlie · 13 years ago
  53. d79a4a6 r600g: reduce r600_reg footprint by Dave Airlie · 13 years ago
  54. d015d2f r600g: reduce memory usage from range/block hash table. by Dave Airlie · 13 years ago
  55. 5e15497 r600g: delay mapping until first map request. (v2) by Dave Airlie · 13 years ago
  56. ae7abf0 r600g: do RV6xx base updates inline with state updates. by Dave Airlie · 13 years ago
  57. 7166753 r600g: remove some pointless and unused functions by Marek Olšák · 13 years ago
  58. 5b5a16e r600g: deinline some large functions. by Dave Airlie · 13 years ago
  59. a6e32da r600g: consolidate r600/evergreen code for resource emission. by Dave Airlie · 13 years ago
  60. 162bc40 r600g: modify block to only emit the first few dirty registers. (v2) by Dave Airlie · 13 years ago
  61. c058067 r600g: track dirty registers better. (v2) by Dave Airlie · 13 years ago
  62. 70de270 r600g: consolidate the same piece of cut-n-paste code into a function. by Dave Airlie · 13 years ago
  63. e4b040c r600g: fix bo names causing -35 EDEADLCK by Dave Airlie · 13 years ago
  64. 929be6e r600g: start using drm minor version to enable things. by Dave Airlie · 13 years ago
  65. 90c2fd8 r600g: Implement timer queries. by Mathias Fröhlich · 14 years ago
  66. 63b9790 r600g: move user fence into base radeon structure by Jerome Glisse · 14 years ago
  67. 15753cf r600g: avoid using pb* helper we are loosing previous cpu cycle with it by Jerome Glisse · 14 years ago
  68. edda44e r600g: more indentation fix + warning silencing + dead code removal by Jerome Glisse · 14 years ago
  69. 46c1970 r600g: implement texture_get_handle (needed for eglExportDRMImageMESA) by Benjamin Franzke · 14 years ago
  70. 29c4a15 r600g: propogate resource usage flags to winsys, use to choose bo domains by Keith Whitwell · 14 years ago
  71. 86778da r600g: Made radeon_bo::map_count signed. by Tilman Sauerbeck · 14 years ago
  72. 4e34393 r600g: Removed unused 'ptr' argument from radeon_bo(). by Tilman Sauerbeck · 14 years ago
  73. 8a74f74 r600g: retrieve tiling info from kernel for shared buffers. by Dave Airlie · 14 years ago
  74. 7b3fa03 r600g: get tiling info from kernel by Dave Airlie · 14 years ago
  75. 3fabd21 r600g: fix dirty state handling by Jerome Glisse · 14 years ago
  76. ea5a74f r600g: userspace fence to avoid kernel call for testing bo busy status by Jerome Glisse · 14 years ago
  77. 2cf3199 r600g: simplify block relocation by Jerome Glisse · 14 years ago
  78. ac8a1eb r600g: use dirty list to track dirty blocks by Bas Nieuwenhuizen · 14 years ago
  79. 585e409 r600g: improve bo flushing by Jerome Glisse · 14 years ago
  80. 12d16e5 r600g: store reloc information in bo structure by Jerome Glisse · 14 years ago
  81. d2c06b5 r600g: drop use_mem_constant. by Dave Airlie · 14 years ago
  82. 46997d4 r600g: drop mman allocator by Dave Airlie · 14 years ago
  83. 05813ad r600g: add bo busy backoff. by Dave Airlie · 14 years ago
  84. 3c38e4f r600g: add bo fenced list. by Dave Airlie · 14 years ago
  85. 674452f r600g: use r600_bo for relocation argument, simplify code by Jerome Glisse · 14 years ago
  86. 294c9fc r600g: rename radeon_ws_bo to r600_bo by Jerome Glisse · 14 years ago
  87. 1c2b3cb r600g: fix wwarning in bo_map function by Dave Airlie · 14 years ago
  88. 40181ae r600g: keep a mapping around for each bo by John Doe · 14 years ago
  89. dde1391 r600g: don't double count dirty block by John Doe · 14 years ago
  90. dbcd652 r600g: clean up some code from move to new paths. by Dave Airlie · 14 years ago
  91. 1235bec r600g: cleanup by Jerome Glisse · 14 years ago
  92. 5646964 r600g: use a hash table instead of group by Jerome Glisse · 14 years ago
  93. 301ab49 r600g: move radeon.h members around to add back map flushing. by Dave Airlie · 14 years ago
  94. 0282682 r600g: fix occlusion query after change to block structure by Jerome Glisse · 14 years ago
  95. a852615 r600g: disable early cull optimization when occlusion query running by Jerome Glisse · 14 years ago
  96. eff1af6 r600g: evergreen fix for new design by Jerome Glisse · 14 years ago
  97. ca35292 r600g: occlusion query for new design by Jerome Glisse · 14 years ago
  98. 363dfb8 r600g: move chip class to radeon common structure by Jerome Glisse · 14 years ago
  99. fd266ec r600g: alternative command stream building from context by Jerome Glisse · 14 years ago