History log of /external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25656753d765680ea4a592ff812deac132e2262d 03-Mar-2015 Brian Paul <brianp@vmware.com> st/xlib: include p_compiler.h to get PUBLIC definition

To prevent build break with following changes.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 05-Jun-2013 Rico Schüller <kgbricola@web.de> mesa: remove outdated version lines in comments

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
3d8d5b298a268b119d840bc9bae0ee9e0c9244a9 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 {} < vimscript

where 'vimscript' 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/glx/xlib/glx_getproc.c
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/glx/xlib/glx_getproc.c
dd404bc94f78a1766527becee03f8ef6ae3a799b 21-Apr-2013 Kenneth Graunke <kenneth@whitecape.org> mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.

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

The intention here is to protect all authors, not just Brian Paul. I
believe that was already the sensible interpretation, but spelling it
out is probably better.

More practically, it also prevents people from accidentally copy &
pasting the license into a new file which says Brian is not liable when
he isn't even one of the authors.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
9f865646f1fb05cec72dcb1d7411670d38b0a9b4 08-Jun-2011 José Fonseca <jfonseca@vmware.com> glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
7672305da56ca81d272b0588dc7f2931898cf19e 16-May-2010 Vinson Lee <vlee@vmware.com> st/xlib: Remove unnecessary header.
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
0e4e2c57d1b5659ba4fce2f9077fb6d4c7fd18d5 17-Jan-2010 Jakob Bornecrantz <jakob@vmware.com> st/xlib: Make glXGetProcAddressARB visible
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
cca66dbb59673168d57b4e3499ccc31f4ddc86ad 10-Jan-2010 Chia-I Wu <olvaffe@gmail.com> st/xlib: Mark GLX functions as public.

Mark all functions start with glX as public.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
10eb2ca9540dc4d96933fa1d7c1a92d3e040a5bd 12-Aug-2009 Brian Paul <brianp@vmware.com> gallium/glx/xlib: updated comments
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c
0528d6c70497a85ead1e17a3758f1b86617d9a05 12-Aug-2009 Brian Paul <brianp@vmware.com> gallium/glx/xlib: rename glxapi.c to glx_getproc.c
/external/mesa3d/src/gallium/state_trackers/glx/xlib/glx_getproc.c