Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / math / m_translate.c
2015-02-23 Matt Turnermesa: Remove CHECK macro.
2015-02-19 Brian Paulmesa: remove unused _math_trans_4chan()
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2012-09-06 Brian Paulmesa: s/CONST/const/ in math/ files
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Brian Paulmesa: replace old MEMSET macro with memset
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-13 Brian PaulRename some functions/macros to better reflect their...
2006-06-13 Brian PaulFix a few conversion bugs. For example, GLshort->GLflo...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-05-28 Brian Paulsilence some warnings (Evgeny Kotsuba)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2001-09-18 Karl Schultzmore compiler warning fixes
2001-05-09 Keith Whitwelladd missing translate functions
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories