1. 4c11099 gallium/radeon: use PRIu64 macro for printing uint64_t by Emil Velikov · 11 years ago
  2. ddc77c5 radeon/compute: Unconditionally inline all functions v2 by Tom Stellard · 11 years ago
  3. 751e869 radeonsi: implement MSAA for CIK by Marek Olšák · 11 years ago
  4. 7b136de radeonsi: enable 2D tiling on CIK by Marek Olšák · 11 years ago
  5. 5896100 drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILES by Emil Velikov · 11 years ago
  6. 7dac1b4 gallium/drivers: compact compiler flags into Automake.inc by Emil Velikov · 11 years ago
  7. 2be85e2 radeon/llvm: Free elf_buffer after use by Aaron Watry · 11 years ago
  8. d41b10f8 radeon/llvm: Free created llvm memory buffer by Aaron Watry · 11 years ago
  9. a2b93da radeon/llvm: Free libelf resources by Aaron Watry · 11 years ago
  10. df482fe radeon/llvm: fix spelling error by Aaron Watry · 11 years ago
  11. 88c8f19 r600/llvm: Store inputs in function arguments by Vincent Lejeune · 11 years ago
  12. 6f3465f radeon/llvm: Specify the DataLayout when running optimizations by Tom Stellard · 11 years ago
  13. 925ffa8 vl/h264: split fields into SPS/PPS by Christian König · 11 years ago
  14. 6f2410c radeon/uvd: fix H264 chroma format handling by Christian König · 11 years ago
  15. 9807556 r600g,radeonsi: use fences provided by the winsys by Marek Olšák · 11 years ago
  16. f250fd5 radeon: use staging for mapping linear textures by Grigori Goronzy · 11 years ago
  17. d7d539a radeon/llvm: show LLVM disassembly when available by Jay Cornwall · 11 years ago
  18. 5b4e2db radeon/uvd: disable VC-1 simple/main profile by Grigori Goronzy · 11 years ago
  19. 5403dd4 radeon/uvd: try to fix VC-1 decoding by Grigori Goronzy · 11 years ago
  20. 0bb0548 radeon/uvd: fix video format reporting by Grigori Goronzy · 11 years ago
  21. c787a97 gallium/radeon: don't export any private symbols by Marek Olšák · 11 years ago
  22. 731f547 radeon/uvd: optimize message handling a bit by Christian König · 11 years ago
  23. b280516 radeonsi/compute: Fix segfault caused by recent refactoring by Tom Stellard · 11 years ago
  24. c7d91a6 r600g: fix ínitialization of non_disp_tiling flag by Marek Olšák · 11 years ago
  25. b893bbf r600g,radeonsi: create aux_context last by Marek Olšák · 11 years ago
  26. 4e4c32b r600/llvm: Adds support for MSAA by Vincent Lejeune · 11 years ago
  27. 9f183eb r600g/llvm: fix txq for texture buffer by Vincent Lejeune · 11 years ago
  28. 4334666 gallium/radeon: drop unused variable LIBGALLIUM_LIBS by Emil Velikov · 11 years ago
  29. 4e9aa67 radeon: make texture logging more useful by Marek Olšák · 11 years ago
  30. e64633e r600g,radeonsi: share r600_texture.c by Marek Olšák · 11 years ago
  31. ef6680d r600g: move the low-level buffer functions for multiple rings to drivers/radeon by Marek Olšák · 11 years ago
  32. 1bb77f8 r600g,radeonsi: consolidate tiling_info initialization by Marek Olšák · 11 years ago
  33. 68f6dec r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon by Marek Olšák · 11 years ago
  34. 0cb9de1 radeonsi: move debug options to R600_DEBUG by Marek Olšák · 11 years ago
  35. ba650cc r600g: move some debug options to drivers/radeon by Marek Olšák · 11 years ago
  36. 2814202 r600g,radeonsi: share the async dma interface by Marek Olšák · 11 years ago
  37. bfea9c4 r600g,radeonsi: consolidate r600_texture structures by Marek Olšák · 11 years ago
  38. 39801d4 r600g,radeonsi: consolidate transfer, cmask, and fmask structures by Marek Olšák · 11 years ago
  39. 900b186 radeon/llvm: fix TGSI_OPCODE_UCMP by Marek Olšák · 11 years ago
  40. 028b26e radeon/llvm: fix shadow cube texturing for GL3.0 by Marek Olšák · 11 years ago
  41. 1c57d9a radeon/uvd: try to place msg/fb buffer into GART by Christian König · 11 years ago
  42. f9f1420 radeon/uvd: move alignment to winsys by Christian König · 11 years ago
  43. 8bbcc43 radeon/uvd: async flush the UVD cs by Christian König · 11 years ago
  44. f4e35f8 radeonsi: fix and enable transform feedback for CIK by Marek Olšák · 11 years ago
  45. 4ea3502 radeon: don't emit streamout state if there are no streamout buffers by Marek Olšák · 11 years ago
  46. 60416cb radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI by Marek Olšák · 11 years ago
  47. 2487324 radeon/uvd: move more logic into the common files by Christian König · 11 years ago
  48. 56be937 radeon/uvd: use more sane defaults for bitstream buffer size by Christian König · 11 years ago
  49. 3e81b8e radeon/uvd: save the aligned width & height by Christian König · 11 years ago
  50. a77ee8b radeonsi: simplify and improve flushing by Marek Olšák · 11 years ago
  51. a81c3e0 radeonsi: use r600_common_context, r600_common_screen, r600_resource by Marek Olšák · 11 years ago
  52. d5b23df r600g: move streamout state to drivers/radeon by Marek Olšák · 11 years ago
  53. aebd065 radeon/uvd: fix MPEG2/4 ref frame index limit by Christian König · 11 years ago
  54. 5ddd840 vl: add entrypoint to is_video_format_supported by Christian König · 11 years ago
  55. a15cbab vl: add entrypoint to get_video_param by Christian König · 11 years ago
  56. f2f7064 vl: rename pipe_video_decoder to pipe_video_codec by Christian König · 11 years ago
  57. 8e423ab vl: rename enum pipe_video_codec to pipe_video_format by Christian König · 11 years ago
  58. 53e20b8 vl: use a template for create_video_decoder by Christian König · 11 years ago
  59. 7727fbb r600/radeonsi: implement new float comparison instructions by Roland Scheidegger · 11 years ago
  60. d1ba105 vl: Add support for max level query v2 by Rico Schüller · 11 years ago
  61. 9298f53 radeon/llvm: Add missing "%s" format string to fprintf. by Jon Severinsson · 11 years ago
  62. 46205ab tgsi: rename the TGSI fragment kill opcodes by Brian Paul · 11 years ago
  63. 1681bd7 radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2 by Christian König · 11 years ago
  64. 0495adb radeonsi: Handle TGSI TXQ opcode by Michel Dänzer · 11 years ago
  65. 3623111 radeonsi: Add support for TGSI TXF opcode by Michel Dänzer · 11 years ago
  66. 36e2c7c radeon: Initialize variables in radeon_llvm_context_init. by Vinson Lee · 11 years ago
  67. 9fd7ea7 r600g/llvm: fix cubemap lod/bias by Vincent Lejeune · 11 years ago
  68. 32c9cbb r600g/llvm: Fix cubearray textureSize by Vincent Lejeune · 11 years ago
  69. e230d9d radeon/llvm: Run standard optimization passes on conpute shader modules by Tom Stellard · 11 years ago
  70. bb94d4d r600g/llvm: Parse config values in register / value pairs by Tom Stellard · 11 years ago
  71. df27320 r600g/llvm: Don't feed LLVM output through r600_bytecode_build() by Tom Stellard · 11 years ago
  72. e917ed9 r600g/llvm: Don't emit CALL_FS for vertex shaders by Tom Stellard · 11 years ago
  73. 914d797 radeon/llvm: Always build libradeonllvm as static by Tom Stellard · 12 years ago
  74. 024fe68 radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2 by Tom Stellard · 12 years ago
  75. 55eb8ea gallivm: Move LLVMStartMultithreaded() static initializer into gallivm by Tom Stellard · 11 years ago
  76. 7cc98ea radeon/llvm: Don't use the global context when parsing LLVM IR by Tom Stellard · 11 years ago
  77. ec143dc r600g/llvm: Update radeon family mappings for LLVM backend by Tom Stellard · 11 years ago
  78. b4b3041 radeon/uvd: enable interlaced buffers by default by Christian König · 11 years ago
  79. 9c353ea radeon/uvd: fix some MPEG4 artifacts by Christian König · 11 years ago
  80. cd84353 radeon: Fix build with LLVM 3.3 by Armin K · 11 years ago
  81. e2b985d radeon/uvd: Fix build failure with non-standard libdrm installation prefix by Lauri Kasanen · 11 years ago
  82. 163b4da radeon/uvd: fix quant scan order for mpeg2 by Christian König · 11 years ago
  83. 51e9bfd r600g/llvm: get use_kill from compiler shader by Vincent Lejeune · 11 years ago
  84. e3ac293 r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2 by Christian König · 11 years ago
  85. 2c2c54b radeon/uvd: stop using anonymous unions by Christian König · 11 years ago
  86. abb96fd winsys/radeon: consolidate tracing into winsys v2 by Jerome Glisse · 12 years ago
  87. d9a32b8 radeon/llvm: Fix segfault with a specifc libelf implementation by Tom Stellard · 12 years ago
  88. edd90a1 r600/llvm: Read stacksize from config header by Vincent Lejeune · 12 years ago
  89. a7f73f5 /bin/bash: q : commande introuvable by Vincent Lejeune · 12 years ago
  90. a0c8942 radeon/llvm: Fix build with LLVM >= r180063 by Tom Stellard · 12 years ago
  91. 2b9ed25 r600g/llvm: Use gprcount from llvm by Vincent Lejeune · 12 years ago
  92. 50b3fc6 gallium: Disambiguate TGSI_OPCODE_IF. by José Fonseca · 12 years ago
  93. d50343d radeonsi: Read config values from the .AMDGPU.config ELF section by Tom Stellard · 12 years ago
  94. 9277b04 radeon/llvm: Handle ELF formatted binary output from the LLVM backend by Tom Stellard · 12 years ago
  95. 7782d19 radeon/llvm: Use a struct for storing compiled code by Tom Stellard · 12 years ago
  96. 5b2855b radeon/uvd: add UVD implementation v5 by Christian König · 12 years ago
  97. ccf3e8f radeonsi: remove sampler writemask v3 by Christian König · 12 years ago
  98. 5019af2 r600g/llvm: Add support for native isa for pre EG by Vincent Lejeune · 12 years ago
  99. 302f53d radeonsi: Add compute support v3 by Tom Stellard · 12 years ago
  100. c5e5b34 gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2 by Tom Stellard · 12 years ago