summaryrefslogtreecommitdiff
path: root/pygments/lexers/amdgpu.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* Extend the AMDGPU lexer. (#2327)Thomas Symalla2023-01-311-2/+3
| | | | | Add support for scratch_ instructions, the attr*.* argument as well as the off modifier. Without support for attr*.*, multiple v_interp instructions are previously rendered incorrectly.
* Happy new year.Georg Brandl2022-01-251-1/+1
|
* AMDGPU: Updated modifier tokenization. (#1775)Thomas Symalla2021-04-151-2/+6
| | | | | | | * Added new modifier tokenizer. * Add expected output for the AMDGPU test. * Used "words" function.
* minor formatting fixups for new lexersGeorg Brandl2021-02-141-2/+3
|
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-4/+8
|
* AMDGPU ISA Lexer (#1626)Thomas Symalla2021-01-301-0/+44
* This commit implements a basic lexer for the AMDGPU ISA definition. * Updated comment. * Updated comment. * Tried to fix case-sensitive issue. * Updated AUTHORS file. * Added shader unit test for the AMD ISA Parser. * Renamed AMDGCN lexer to AMDGPU. * Renamed example file. * Renames. Co-authored-by: Thomas Symalla <root@SEUCHOMAT.localdomain>