diff options
author | Anuj Phogat <[email protected]> | 2016-02-11 10:52:49 -0800 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2016-03-02 15:06:46 -0800 |
commit | 7026f27e33cfabaabe7fd73f5735c52d3739bbb5 (patch) | |
tree | 4bf6aed27a58d01e9a14c5365c2ba52e9e2803b3 /src/mesa/main/formats.csv | |
parent | 6ccead5b4874c8f189894e4cb9367484af56b572 (diff) |
mesa: Update comment
Signed-off-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/formats.csv')
-rw-r--r-- | src/mesa/main/formats.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.csv b/src/mesa/main/formats.csv index 529de31212c..a663c1e867f 100644 --- a/src/mesa/main/formats.csv +++ b/src/mesa/main/formats.csv @@ -26,7 +26,7 @@ # ########################################################################### -# This CSV file has the input data for gen_format.h and gen_format.c +# This CSV file has the input data for format_parser.py # # Each format entry contains: # - name, per enum mesa_format |