History log of /external/mesa3d/src/mesa/main/get_hash_generator.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a69dc2c41294a4b7126804050bd4d10f3208852e 29-Aug-2016 Ilia Mirkin <imirkin@alum.mit.edu> mesa: add a GLES3.2 enums section, and expose new MS line width params

This also exposes them for ARB_ES3_2_compatibility.

While both specs refer to the new MS line width parameters being
separate from the existing AA line widths, reality begs to differ. It's
the same on all hardware currently supported by mesa. Should hardware
come along that wants these to be different, they're easy enough to
separate out.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> (v1)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/mesa/main/get_hash_generator.py
d1bb3b4910e6c02344550b8982aa8442cd7efd29 23-Jul-2015 Marta Lofstedt <marta.lofstedt@intel.com> mesa/es3.1: Add ES 3.1 handling to get.c and get_hash_generator.py

Signed-off-by: Marta Lofstedt <marta.lofstedt@linux.intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
/external/mesa3d/src/mesa/main/get_hash_generator.py
53468dee0359a4ec3c9edd334656de0ddc47e477 01-Jun-2014 José Fonseca <jfonseca@vmware.com> mesa/main: Make get_hash.c values constant.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
/external/mesa3d/src/mesa/main/get_hash_generator.py
815ca0bf38de89cff533a413066a7e23a0aa5fb0 17-Apr-2013 Brian Paul <brianp@vmware.com> mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs

No longer pass -a flag to the get_hash_generate.py script to specify
OpenGL, ES1, ES2, etc. This updates the autoconf, scons and android
build files too (so we can bisect).

This is the last of the API-dependent conditional compilation in
core Mesa.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
/external/mesa3d/src/mesa/main/get_hash_generator.py
0cc018526f610deb4990587a6d1ac73d5d71bc90 14-Dec-2012 Matt Turner <mattst88@gmail.com> Add ES 3 handling to get.c and get_hash_generator.py

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/main/get_hash_generator.py
856464979bb50c9209c19b66147c8f94cdf5be43 10-Oct-2012 José Fonseca <jfonseca@vmware.com> mesa: Avoid C99 indexed initializers.

Not supported by MSVC.

Reviewed-by: Imre Deak <imre.deak@intel.com>
/external/mesa3d/src/mesa/main/get_hash_generator.py
98f880e0c47229ae6b6063527276096259d60b5a 10-Sep-2012 Imre Deak <imre.deak@intel.com> mesa: glGet: add script to generate hash tables in build time

This will be needed by the next patch, which will switch to using
the parameter descriptor- and hash tables generated by the script.

The hash algorithm remains the same, the output parameter descriptor
table format changes slightly. There the TYPE_API_MASK entries are
removed and an invalid NULL entry is inserted at the beginning. This is
ok, as get.c:find_value() doesn't rely on TYPE_API_MASK any more to
detect an invalid enum.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
/external/mesa3d/src/mesa/main/get_hash_generator.py