A Shader Disassembler For Radeon Gallium3D

Posted by Michael Larabel on December 29, 2012

Vadim Girlin has published a new Mesa branch that integrates a shader disassembler and ISA information tables within the AMD R600 Gallium3D graphics driver.

For aiding in the debugging process and for improving the Radeon Gallium3D driver with regard to shader optimizations, Vadim Girlin is looking to have a shader disassembler within the driver itself.

Adding the disassembler to the Gallium3D driver is small and is only used when an environment variable is set, but adding the ISA information tables is what makes the work large due to all of the data about the different possible shader instructions. Vadim says, "I had the complete tables already prepared for other work on shader optimization, so I think that it makes sense to use other stuff as well while I'm at it."

In terms of the Radeon shader disassembler capabilities:
All bytecode structs now contain the indices of instruction records in the tables instead of native opcodes - this allows easy access to all related information in the tables - e.g. number of operands for alu instructions, native opcode for current chip class, etc. Also this allows to use single id for instruction even if it has different opcodes on different chips, that is, e.g. we don't have to check for all possible opcodes to say that current instruction is DOT4, we can simply compare alu->op with ALU_OP2_DOT4 constant that represents the index in the table, so this simplifies the processing of the shader code. Also alu table contains the information about allowed slots (vector/scalar) for different chip classes and some additional flags - e.g. instead of comparing some opcode with all possible KILLxx opcodes we can simply check the flag that is set in the table for all KILLxx instructions.
Vadim is currently seeking comments on this R600g shader disassembler, per this mailing list thread. The Mesa branch containing the changes can be found in his r600-disasm Mesa Git branch. Tapping the shader disassembler is just a matter of setting the R600_DUMP_SHADERS environment variable to a value of 2 or 3 (the latter also provides the old shader dumps as if passing R600_DUMP_SHADERS=1 at present).

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  2. Intel Linux OpenGL Driver Leading Over Apple OS X
  3. The Cost Of Ubuntu Disk Encryption
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
Latest Linux News
  1. A New X.Org-Free Wayland LiveCD Released
  2. Unity 8, Mir Made Progress This Week On Features
  3. LLVM Clang 3.3 RC2 Is Ready For Testing
  4. AMD RadeonSI Gallium3D Begins Simple CL Demos
  5. Intel Shows Off GNOME3-Based Tizen Shell
  6. Linux Desktop Security Could Be A Whole Lot Better
  7. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  8. New NVIDIA Linux Driver Supports The GeForce GTX 780
  9. Chrome 28 To Offer More Speed Improvements
  10. Digia Announces "Boot To Qt" Project
  11. X.Org Libraries Hit By Round Of Security Issues
Latest Forum Talk
  1. Steam: No used games...
  2. AMD RadeonSI Gallium3D Begins Simple CL Demos
  3. KDE 4.11 Will Be The Last Major KDE4 Workspaces...
  4. Intel Shows Off GNOME3-Based Tizen Shell
  5. Openbenchmarking.org (again) issue
  6. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite