History log of /external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d8f817ae7f4241a9ea23140805aaeb724a0ac851 23-Apr-2015 EdB <edb+mesa@sigluy.net> clover: remove util/compat

Acked-by: Francisco Jerez <currojerez@riseup.net>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
2d112ed96152bc62e5417472270f29966c8feece 24-Apr-2015 EdB <edb+mesa@sigluy.net> clover: make module::symbol::name a string

Acked-by: Francisco Jerez <currojerez@riseup.net>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
8cf6482c3da9493dacf4a6a495ae3c0193cf75a7 14-Oct-2014 Tom Stellard <thomas.stellard@amd.com> clover: Fix regression in module serialization

We need to serialize semantic information for arguments, which was added
in 06139c56fa070f84a931a4ddbdb894c9e8d24f55.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
7c1e6d582c772753cfdbfd3d09509af608b54d91 18-Aug-2014 Francisco Jerez <currojerez@riseup.net> clover/util: Have compat::vector track separate size and capacity.

In order to make the behaviour of resize() and reserve() closer to the
standard.

Reported-by: EdB <edb+mesa@sigluy.net>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
4a39e5073a7d0cd8243c6f963567a9945265490c 14-Jun-2014 Francisco Jerez <currojerez@riseup.net> clover: Calculate the serialized size of a module efficiently.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
ab023c27a374bb69bd7300b5b6f0789844fc8ba9 14-Jun-2014 Francisco Jerez <currojerez@riseup.net> clover: Optimize module serialization for vectors of fundamental types.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
5195f1d9c666bb6ac5faf39ea0df693ed28adbf0 14-Jan-2014 Francisco Jerez <currojerez@riseup.net> clover: Add missing fields to the clover::module serialization code.

Tested-by: "Dorrington, Albert" <albert.dorrington@lmco.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
7a9bbff7d641b82deae73e043fe1f02b7492993b 17-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Clean up the kernel and program object interface.

[ Tom Stellard: Make sure to bind global arguments before retrieving handles. ]
Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
8e14b82fd2c561cac3e0d5f84d5f67815ad53867 18-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Replace a bunch of double underscores with single underscores.

Identifiers with double underscores are reserved, and using them has
undefined behavior according to the C++ spec. It's unlikely to make
any difference, but...

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
f0cb66b69904b0a3e4083aa8874af63cf1c14321 21-Apr-2013 Kenneth Graunke <kenneth@whitecape.org> mesa: Restore 78-column wrapping of license text in C++-style comments.

The previous commit introduced extra words, breaking the formatting.

This text transformation was done automatically via the following shell
command:
$ git grep 'THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY' | sed 's/:.*$//' | xargs -I {} sh -c 'vim -e -s {} < vimscript2

where 'vimscript2' is a file containing:
/THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY/;/^ *$/ !fmt -w 78 -p '// '
:wq

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
96ff2edc73ccf11d4d198ba3665507f73ae4a9f7 21-Apr-2013 Kenneth Graunke <kenneth@whitecape.org> mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.

This brings the license text in line with the MIT License as published
on the Open Source Initiative website:

http://opensource.org/licenses/mit-license.php

Generated automatically be the following shell command:
$ git grep 'THE AUTHORS BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \
sed -i 's/THE AUTHORS/THE AUTHORS OR COPYRIGHT HOLDERS/' {}

This introduces some wrapping issues, to be fixed in the next commit.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
6ace4520559094b755ff1eb038ac68f38faa83c6 13-Apr-2013 Francisco Jerez <currojerez@riseup.net> clover: Add missing fields to the module serializer.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp
c6db1b3396384186aab5b685fe1fd540e17b3a62 20-Apr-2012 Francisco Jerez <currojerez@riseup.net> clover: Import OpenCL state tracker.
/external/mesa3d/src/gallium/state_trackers/clover/core/module.cpp