summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/MesaLib
Commit message (Expand)AuthorAgeFilesLines
* Suppress the ASan reports in swizzle_for_size()glider@chromium.org2012-07-311-0/+5
* Fix clip_span() to use memmove() instead of memcpy().glider@chromium.org2012-07-311-1/+1
* Enable -Wself-assign-memvar for Mesa, merge upstream fix for the one violationthakis@chromium.org2012-07-201-4/+0
* Enforce all the source files to be encoded in UTF-8.maruel@chromium.org2012-07-1916-17/+17
* iCleanup: Delete a bunch of empty directories, part 4.thestig@chromium.org2012-02-232-47/+0
* Eliminate a warning in a failure case.petermayo@chromium.org2011-08-154-70/+77
* Fix mesa not checking for a valid depth in mesa's _mesa_TexSubImage3Drsleevi@chromium.org2011-05-281-1/+1
* Dodge a GCC warning/error by reorganizing the code in the egl config header a...petermayo@chromium.org2011-01-041-4/+3
* Revert 69472 - Suppress a spurious warning in CompareConfig scherkus@chromium.org2010-12-161-14/+0
* Suppress a spurious warning in CompareConfig petermayo@chromium.org2010-12-161-0/+14
* Fixed warning on linux x64.alokp@chromium.org2010-12-153-4/+4
* Fixed compile error due to uninitialized variable.alokp@chromium.org2010-12-141-1/+1
* Added facility to compile Mesa EGL implementation. Fixed a few issues so that...alokp@chromium.org2010-12-132-0/+6
* Re-add disabling of optimization in s_texcombine.c on Windows lostkbr@chromium.org2010-10-265-1/+16
* Upgraded Mesa to 7.9 from 7.7 in order to pick up bug fixes to thekbr@chromium.org2010-10-253528-398685/+568735
* Fixed compilation errors for Windows multi-DLL build.apatrick@chromium.org2010-07-271-1/+5
* Added --use-gl command line flag to select GL implementation.apatrick@chromium.org2010-07-141-6/+10
* Disabled a pragma in gl.h that gcc does not support.apatrick@chromium.org2010-06-071-3/+5
* Removed Mesa EGL and GLES2 headers.apatrick@chromium.org2010-06-077-1695/+4
* Disable optimization for s_texcombine.c because it takesnsylvain@chromium.org2010-06-011-1/+3
* Windows OSMesa DLL only exports OSMesa functions.apatrick@chromium.org2010-04-261-0/+1
* Added MesaLib to third_party.apatrick@chromium.org2010-04-203267-0/+1213703