mesa/src/broadcom/cle
Mathieu Bridon 9ebd8372b9 python: Use range() instead of xrange()
Python 2 has a range() function which returns a list, and an xrange()
one which returns an iterator.

Python 3 lost the function returning a list, and renamed the function
returning an iterator as range().

As a result, using range() makes the scripts compatible with both Python
versions 2 and 3.

Signed-off-by: Mathieu Bridon <bochecha@daitauha.fr>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2018-07-24 11:07:04 -07:00
..
gen_pack_header.py python: Use range() instead of xrange() 2018-07-24 11:07:04 -07:00
meson.build v3d: Merge the V3D 4.1 and 4.2 XML into V3D 3.3'x XML. 2018-06-29 13:36:28 -07:00
v3d_decoder.c v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields. 2018-06-29 13:36:28 -07:00
v3d_decoder.h v3d: Add pack/unpack/decode support for fields with a "- 1" modifier. 2018-06-27 09:13:48 -07:00
v3d_packet_helpers.h v3d, vc4: Disable valgrind checking of CLE inputs when NDEBUG is set. 2018-06-21 15:46:40 -07:00
v3d_packet_v21.xml v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields. 2018-06-29 13:36:28 -07:00
v3d_packet_v33.xml v3d: Implement noperspective varyings on V3D 4.x. 2018-07-09 11:48:32 -07:00
v3dx_pack.h broadcom/vc5: Add XML for V3D 4.2. 2018-01-27 18:57:58 +11:00