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