History log of /external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6706cc1671bfd8e6c021db8b68815959fa7fceba 31-Oct-2015 Ilia Mirkin <imirkin@alum.mit.edu> st/clover: provide a path for drivers to call through to pfn_notify

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>

[ Francisco Jerez: Clean up clover::context interface by passing
around a function object. ]
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
9b2fe7cf96dc25f52ae43c8dfda20ee354c329f2 18-Feb-2014 Francisco Jerez <currojerez@riseup.net> clover: Unabbreviate a few data accessor names for consistency.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
c4578d2277155c50c8680849763850cddb8e8ec2 18-Feb-2014 Francisco Jerez <currojerez@riseup.net> clover: Migrate a bunch of pointers and references in the object tree to smart references.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
10284b1d2d3f59c2d54b8c975c400be29548e0cc 17-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Clean up the interface of the context object slightly.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
369419f761f26dffd61fd614e5e28bb4cd02e867 17-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Define a few convenience equality operators.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
e5fc61fa3f4ef7e00d66003b7f0298f7e20b2cc3 17-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Add property list helpers with a syntax consistent with other API objects.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp
9d06fb8fa86a70d1c3a4924960dfebabaf1fa3bf 16-Sep-2013 Francisco Jerez <currojerez@riseup.net> clover: Switch context objects to the new model.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/state_trackers/clover/core/context.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/context.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/context.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/context.cpp
c6db1b3396384186aab5b685fe1fd540e17b3a62 20-Apr-2012 Francisco Jerez <currojerez@riseup.net> clover: Import OpenCL state tracker.
/external/mesa3d/src/gallium/state_trackers/clover/core/context.cpp