summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-02Porting to x64 Android. Remove redefinitions of log2 and log2f.rmcilroy@chromium.org
2014-03-02Disable optimization on _swrast_write_zoomed_stencil_spanscottmg@chromium.org
2014-02-21mesa compile fixes for Clang / VS2013hans@chromium.org
2013-10-22mesa compile fixes for VS2013scottmg@chromium.org
2013-10-17Fix a bug with Multiple Render Targets.hubbe@chromium.org
2013-07-04Don't use strtod_l in Mesa on Androidmymax@amazon.com
2013-07-04Can't #define assert() before including assert.h on Androidmymax@amazon.com
2013-06-17In _mesa_add_parameter, in prog_parameter.c, |values| represents anmymax@amazon.com
2013-06-14Disabled optimizations for a few files when compiled with Visualkbr@chromium.org
2013-06-14Incorporated verbatim Mesa 9.0.3 sources from http://mesa3d.org/ inkbr@chromium.org
2013-06-14Deleted old, modified Mesa 7.9 sources in preparation for upgrade tokbr@chromium.org
2013-03-23mesa: Clean up redundant comparison in nvvertparse.c.hans@chromium.org
2013-03-12Made Mesa use consistent *_FLOAT_TO_UBYTE conversions.ernstm@chromium.org
2012-12-13Allows the ADDRESS_SANITIZER define to be used on Windows.sebmarchand@chromium.org
2012-10-30Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere.bungeman@chromium.org
2012-10-30Revert 165005 until skia_webkit.gyp is present everywhere.bungeman@chromium.org
2012-08-21Fix the compile errors for mesa on Androidyongsheng.zhu@intel.com
2012-08-13Hotfix compilation of prog_parameter.cglider@chromium.org
2012-08-13Annotate _mesa_add_parameter with __attribute__((no_address_safety_analysis))...glider@chromium.org
2012-07-31Suppress the ASan reports in swizzle_for_size()glider@chromium.org
2012-07-31Fix clip_span() to use memmove() instead of memcpy().glider@chromium.org
2012-07-20Enable -Wself-assign-memvar for Mesa, merge upstream fix for the one violationthakis@chromium.org
2012-07-19Enforce all the source files to be encoded in UTF-8.maruel@chromium.org
2011-08-15Eliminate a warning in a failure case.petermayo@chromium.org
2011-05-28Fix mesa not checking for a valid depth in mesa's _mesa_TexSubImage3Drsleevi@chromium.org
2011-01-04Dodge a GCC warning/error by reorganizing the code in the egl config header a...petermayo@chromium.org
2010-12-16Revert 69472 - Suppress a spurious warning in CompareConfig scherkus@chromium.org
2010-12-16Suppress a spurious warning in CompareConfig petermayo@chromium.org
2010-12-15Fixed warning on linux x64.alokp@chromium.org
2010-12-14Fixed compile error due to uninitialized variable.alokp@chromium.org
2010-12-13Added facility to compile Mesa EGL implementation. Fixed a few issues so that...alokp@chromium.org
2010-10-26Re-add disabling of optimization in s_texcombine.c on Windows lostkbr@chromium.org
2010-10-25Upgraded Mesa to 7.9 from 7.7 in order to pick up bug fixes to thekbr@chromium.org
2010-06-01Disable optimization for s_texcombine.c because it takesnsylvain@chromium.org
2010-04-26Windows OSMesa DLL only exports OSMesa functions.apatrick@chromium.org
2010-04-20Added MesaLib to third_party.apatrick@chromium.org