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. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  2. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  3. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
  4. AMD Radeon Gallium3D More Competitive With Catalyst On Linux
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. Modern Intel Gallium3D Driver Still Being Toyed With
  2. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  3. GCC 4.8.1 Compiler Due To Be Out Next Week
  4. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
  5. Linux's "Ondemand" Governor Is No Longer Fit
  6. Firefox 22 Beta Enables WebRTC Support
  7. OpenSUSE 13.1 Milestone 1 Released
  8. DRM Graphics Driver Comes For Dove/Cubox
  9. JADE: An LLVM-Based Video Decoder For MPEG RVC
  10. Ubuntu 13.10 Likely Switching To Chromium Browser
  11. Unity 7, Compiz To Be Polished For Ubuntu 13.10
Latest Forum Talk
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. Modern Intel Gallium3D Driver Still Being Toyed...
  3. Linux's "Ondemand" Governor Is No...
  4. Ubuntu 13.10 Likely Switching To Chromium Browser
  5. KDE's Krita Ported To OpenGL 3.1, OpenGL ES 2.0
  6. Ubuntu Looks Towards MySQL Alternatives
  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