util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
[mesa.git] / src / gallium / auxiliary / util / u_format_pack.py
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-24 Adam Jacksongallium: Fix a bunch of undefined left-shifts in u_format_*
2019-10-09 Marek Olšákgallium/util: add planar format layouts and helpers
2019-08-28 Eric Anholtgallium: Don't emit identical endian-dependent pack...
2019-08-28 Eric Anholtgallium: Drop a bit of dead code from the pack/unpack...
2019-08-28 Eric Anholtgallium: Drop the useless union wrapper on pack/unpack.
2019-08-28 Eric Anholtgallium: Skip generating the pack/unpack union if we...
2019-04-23 Jonathan Marekgallium: add ATC format support
2018-09-07 Dylan Bakermove u_math to src/util
2018-08-09 Mathieu Bridonpython: Better check for integer types
2018-08-07 Mathieu Bridonpython: Use explicit integer divisions
2018-07-06 Mathieu Bridonpython: Use the print function
2017-11-17 Gert Wollnygallium/aux/util/u_format_table.py: Add UNUSED decorati...
2017-03-10 Emil Velikovgallium: remove shebang from python scripts
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Ilia Mirkingallium: add ASTC formats
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2014-11-08 José Fonsecautil/format: Fix clamping to 32bit integers.
2014-11-08 José Fonsecautil/format: Generate floating point constants for...
2014-08-12 Ilia Mirkingallium: add basic support for BPTC formats
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-04-28 Richard Sandifordutil: Fix cross-compiles between endiannesses
2014-04-28 Richard Sandifordutil: Split out channel-printing Python code
2014-04-28 Richard Sandifordutil: Turn inv_swizzle into a global function
2014-04-28 Richard Sandifordutil: Add more query methods to u_format_parse.Format
2014-03-21 Roland Scheideggergallium: add b5g6r5 srgb format
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2012-11-27 James Bentonutil/format: Fix bug in float to non-float conversion...
2012-01-05 Marek Olšáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
2011-12-02 Chia-I Wugallium: add PIPE_FORMAT_ETC1_RGB8
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-10-08 Dave Airliegallium: add initial pure integer support (v2)
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Dave Airliegallium: add RGTC UNORM support to u_format.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Vinson Leeutil: Remove unused imports from Python scripts.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 José Fonsecautil: Fix typo in earlier commit.
2010-04-09 José Fonsecautil: ubyte_to_float and float_to_ubyte whenever possible.
2010-04-09 José Fonsecautil: Use consistent symbols in pack generator.
2010-04-09 José Fonsecautil: Add dedicated depth-stencil packing/unpacking...
2010-04-08 José Fonsecautil: Describe, implement, and test the new D3D9 color...
2010-04-08 José Fonsecautil: Keep const keyword when unpacking formats.
2010-04-08 José Fonsecautil: Reorder the code generated function so that they...
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 José Fonsecautil: Support fixed formats conversion.
2010-04-07 José Fonsecautil: Implement YUV and subsampled RGB format conversion.
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecautil: Support all SRGB formats.
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-01 Michal Krolutil: Generate correct format conversions for half...
2010-04-01 Michal Krolutil: Use u_half to perform half <--> float conversions.
2010-04-01 Luca Barbieriutil/format: fix big endian compilation by not trying...
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 José Fonsecautil: Hook into libtxc_dxtn.so (WIP).
2010-03-31 José Fonsecautil: Make the accessors bidimensional again.
2010-03-31 Michal Krolutil: First stab at half-float conversion.
2010-03-31 José Fonsecautil: Add callback to fetch a single pixel.
2010-03-31 José Fonsecautil: Use u_format_pack.py's code instead of u_format_a...
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 José Fonsecautil: Put the format pack/unpack functions in the descr...
2010-03-31 José Fonsecautil: Make pack/unpack operate on spans.
2010-03-31 José Fonsecautil: Make util_format_xxx_pack_xxx take pointer as...
2010-03-31 José Fonsecautil: Use VOID type for X channels in format descriptions.
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: make the python scripts for format parsing...
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Brian PaulMerge branch '7.8'
next