History log of /external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f0e693efb393f1135702c80a64f8733adc922db1 03-Apr-2015 Marius Predut <marius.predut@intel.com> tnl: replace __FUNCTION__ with __func__

Consistently just use C99's __func__ everywhere.
The patch was verified with Microsoft Visual studio 2013
redistributable package(RTM version number: 18.0.21005.1)
Next MSVC versions intends to support __func__.
No functional changes.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Marius Predut <marius.predut@intel.com>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
bfcdb843830bba0190e00e35e3c5c18c4bdb5de1 21-Feb-2015 Matt Turner <mattst88@gmail.com> mesa: Use assert() instead of ASSERT wrapper.

Acked-by: Eric Anholt <eric@anholt.net>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
877128505431adaf817dc8069172ebe4a1cdf5d8 17-Jan-2014 José Fonseca <jfonseca@vmware.com> s/Tungsten Graphics/VMware/

Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the
old copyright name is creating unnecessary confusion, hence this change.

This was the sed script I used:

$ cat tg2vmw.sed
# Run as:
#
# git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed
#

# Rename copyrights
s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g
/Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./
s/TUNGSTEN GRAPHICS/VMWARE/g

# Rename emails
s/alanh@tungstengraphics.com/alanh@vmware.com/
s/jens@tungstengraphics.com/jowen@vmware.com/g
s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/
s/jrfonseca\?@tungstengraphics.com/jfonseca@vmware.com/g
s/keithw\?@tungstengraphics.com/keithw@vmware.com/g
s/michel@tungstengraphics.com/daenzer@vmware.com/g
s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/
s/zack@tungstengraphics.com/zackr@vmware.com/

# Remove dead links
s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g

# C string src/gallium/state_trackers/vega/api_misc.c
s/"Tungsten Graphics, Inc"/"VMware, Inc"/

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
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/mesa/tnl_dd/t_dd_tritmp.h
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/mesa/tnl_dd/t_dd_tritmp.h
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/mesa/tnl_dd/t_dd_tritmp.h
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/mesa/tnl_dd/t_dd_tritmp.h
076d609aa3336ce850fd2729faf31cc57a5fb090 26-Aug-2011 Ian Romanick <ian.d.romanick@intel.com> tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around empty body in an ‘if’ statement"
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
f9995b30756140724f41daf963fa06167912be7f 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
e00b50c39ad13090c74877a421d10483c3c5bab1 27-Feb-2010 Ian Romanick <ian.d.romanick@intel.com> mesa/tnl_dd: White-space / indentation fixes after previous commit

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
78742f8e867d8819fca49cc6559ac5ef44fdd83f 27-Feb-2010 Ian Romanick <ian.d.romanick@intel.com> mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
9eb7fc6661a1d46c06cec8584b898e3e690af6fa 22-Dec-2009 Brian Paul <brianp@vmware.com> Merge branch 'mesa_7_7_branch'

Conflicts:
src/mesa/main/version.h
src/mesa/state_tracker/st_atom_shader.c
0a9187801505130738ae947c69cafa8a1dd118d1 18-Nov-2009 Eric Anholt <eric@anholt.net> tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
fc9a2970dc539b21b035ea0a770ec69822962145 18-Nov-2009 Eric Anholt <eric@anholt.net> tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
dc0a1ebc7369da62c2dfbd5ea8dec3273e099725 16-Dec-2009 Vinson Lee <vlee@vmware.com> unichrome: Silence compiler warnings.
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
0c1e96e6d38c0acfd3fe6b4116f2a67f5bf62136 04-Jul-2008 Xiang, Haihao <haihao.xiang@intel.com> mesa: fix polygon offset issue (bug #12061)
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
f30e4af73405aad3ec29b7337a3a0177e3fbe715 21-Jun-2008 Daniel Zhu <daniel.zhu@sun.com> Rename quad function to quadr to avoid clash with Solaris quad typedef

Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
b0b882b666da0673b5f2aa7676e54438538c6a7f 30-Nov-2007 Brian <brian.paul@tungstengraphics.com> fix-build: remove ctx->_Facing assignment
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
39e14d2cffb8627bf8b6587a6d5590f50c6910b0 25-May-2005 Keith Whitwell <keith@tungstengraphics.com> Provide initial values for some variables.
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
e4b2356c07d31fbeeabb13b2fb47db703b473080 04-May-2005 Brian Paul <brian.paul@tungstengraphics.com> Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
fbdd7a5e7487849bfe06a7bef68b4dad75f5d58c 14-Feb-2005 Dave Airlie <airliedfreedesktop.org> fix signed vs unsigned comparison warnings in tnl_dd
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
3b50f004333a922a259a4f733395c27002965ded 23-Jan-2005 Felix Kuehling <fxkuehl@gmx.de> My last attempt to fix polygon offsets with the reversed viewport depth
range used by the savage driver by negating ctx->MRD broke polygon
offsets with software fallbacks. This one adds a REVERSE_DEPTH parameter
to t_dd_tritmp.h (defaults to 0) that allows reversing polygon offsets
for hardware rendering but not for software fallbacks. For software
fallbacks depth values are reversed after polygon offsets have been
applied by the depth span functions.
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
574f3c7daf755c6b61aee661a1d322e1226d9cbe 10-Jan-2005 Keith Whitwell <keith@tungstengraphics.com> More changes to cope with color stride == 0
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
6cf002c0c2b4025492281840fb24eb2764eccc6f 12-Nov-2004 Roland Scheidegger <rscheidegger@gmx.ch> fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
f37383c1c6a9cf83c556f2131fab1adef0efc17e 12-Nov-2004 Daniel Borca <dborca@users.sourceforge.net> wip hack for EXT_stencil_two_side
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
ae0eaf93e092ac8e8b1c98f3e986de96940663fa 24-Nov-2003 Keith Whitwell <keith@tungstengraphics.com> Merge vtx-0-2-branch
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
ea7bf8b130604bcf5bcc455d510515fd3a6b30fb 17-Sep-2003 Jon Smirl <jonsmirl@gmail.com> Add cast to remove compiler warning
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h
5df82c82bd53db90eb72c5aad4dd20cf6f1116b1 22-Aug-2003 Brian Paul <brian.paul@tungstengraphics.com> patch to import Jon Smirl's work from Bitkeeper
/external/mesa3d/src/mesa/tnl_dd/t_dd_tritmp.h