| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: remove use_system_mesa bits. | phajdan.jr@chromium.org | 2013-08-05 | 1 | -827/+786 |
* | Deleted now-obsolete Mesa sources and removed exceptions from checklicenses.py. | kbr@chromium.org | 2013-08-02 | 3667 | -1382071/+0 |
* | mesa should not to use X11 headers when use_x11==0 | mostynb@opera.com | 2013-07-26 | 1 | -0/+9 |
* | Remove Windows linker warnings when compiling Mesa | mymax@amazon.com | 2013-07-11 | 1 | -0/+3 |
* | Don't use strtod_l in Mesa on Android | mymax@amazon.com | 2013-07-04 | 2 | -0/+4 |
* | Removing -include flag hack from compiler | mymax@amazon.com | 2013-07-04 | 2 | -3/+3 |
* | add additional checklicenses exceptions for mesa. | dpranke@chromium.org | 2013-07-02 | 2 | -0/+8 |
* | Add files to third_party/mesa missed in r209759. | dpranke@chromium.org | 2013-07-02 | 4 | -0/+707 |
* | Upgrading Mesa to 9.0.3 | dpranke@chromium.org | 2013-07-02 | 2 | -274/+372 |
* | Removing ppapi_egl target | dpranke@chromium.org | 2013-06-26 | 1 | -61/+0 |
* | Re-revert "Re-land r207660 - "Upgrading Mesa to 9.0.3.""" | dpranke@chromium.org | 2013-06-21 | 6 | -1074/+274 |
* | Re-land r207660 - "Upgrading Mesa to 9.0.3."" | dpranke@chromium.org | 2013-06-21 | 6 | -274/+1074 |
* | Revert r207660 - "Upgrading Mesa to 9.0.3." | dpranke@chromium.org | 2013-06-21 | 6 | -1081/+274 |
* | Upgrading Mesa to 9.0.3. | dpranke@chromium.org | 2013-06-21 | 6 | -274/+1081 |
* | Updated paths to Mesa sources to the version pulled in via DEPS. | kbr@chromium.org | 2013-06-08 | 3 | -538/+538 |
* | Android: Roll android_tools to b12d410c0ee23385da78e6c9f353d28fd992e0bd. | nileshagrawal@chromium.org | 2013-05-08 | 1 | -0/+8 |
* | suppress mesa build warning spam on windows | scottmg@chromium.org | 2013-04-12 | 1 | -5/+11 |
* | mesa: Clean up redundant comparison in nvvertparse.c. | hans@chromium.org | 2013-03-23 | 2 | -2/+3 |
* | Made Mesa use consistent *_FLOAT_TO_UBYTE conversions. | ernstm@chromium.org | 2013-03-12 | 2 | -1/+12 |
* | Added OWNERS file for third_party/mesa. | kbr@chromium.org | 2013-03-12 | 1 | -0/+6 |
* | enable -Wstring-conversion when compiling with clang | scottmg@chromium.org | 2013-02-22 | 1 | -0/+7 |
* | Linux: use generated shim headers for system mesa. | phajdan.jr@chromium.org | 2013-01-15 | 1 | -2/+26 |
* | Revert "Linux: include system Mesa headers when using system Mesa." | phajdan.jr@chromium.org | 2012-12-28 | 2 | -23/+0 |
* | Allows the ADDRESS_SANITIZER define to be used on Windows. | sebmarchand@chromium.org | 2012-12-13 | 3 | -7/+9 |
* | Plumb glDiscardFramebufferEXT entry point through command buffer | jamesr@chromium.org | 2012-12-12 | 2 | -0/+8 |
* | Linux: include system Mesa headers when using system Mesa. | phajdan.jr@chromium.org | 2012-11-30 | 2 | -0/+23 |
* | Disambiguate 'headers' targets in khronos and mesa. | bauerb@chromium.org | 2012-11-28 | 1 | -4/+4 |
* | Add a skeleton for use_system_mesa switch. | phajdan.jr@chromium.org | 2012-11-17 | 1 | -562/+584 |
* | Encapsulate mesa include paths in mesa.gyp, | phajdan.jr@chromium.org | 2012-11-16 | 1 | -2/+13 |
* | Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 3 | -702/+640 |
* | Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 3 | -640/+702 |
* | Get real GPU memory values on NV+Linux and OS X. Add an interface to GLContex... | ccameron@chromium.org | 2012-09-21 | 2 | -0/+9 |
* | Retry of warnings-as-errors for Windows third_party. | scottmg@google.com | 2012-08-24 | 1 | -0/+3 |
* | Revert 153092 - Turn on warnings as errors for (most) third_party code on Win... | scottmg@google.com | 2012-08-24 | 1 | -3/+0 |
* | Turn on warnings as errors for (most) third_party code on Windows | scottmg@chromium.org | 2012-08-23 | 1 | -0/+3 |
* | Fix the compile errors for mesa on Android | yongsheng.zhu@intel.com | 2012-08-21 | 7 | -18/+13 |
* | Hotfix compilation of prog_parameter.c | glider@chromium.org | 2012-08-13 | 1 | -0/+3 |
* | Annotate _mesa_add_parameter with __attribute__((no_address_safety_analysis))... | glider@chromium.org | 2012-08-13 | 2 | -0/+5 |
* | Fix license metadata for mesa | steveblock@chromium.org | 2012-08-02 | 2 | -3/+516 |
* | Suppress the ASan reports in swizzle_for_size() | glider@chromium.org | 2012-07-31 | 2 | -0/+10 |
* | Fix clip_span() to use memmove() instead of memcpy(). | glider@chromium.org | 2012-07-31 | 2 | -1/+4 |
* | Enable -Wself-assign-memvar for Mesa, merge upstream fix for the one violation | thakis@chromium.org | 2012-07-20 | 3 | -7/+3 |
* | Enforce all the source files to be encoded in UTF-8. | maruel@chromium.org | 2012-07-19 | 17 | -17/+19 |
* | Some misc gyp fix-up for Android | yfriedman@chromium.org | 2012-07-13 | 1 | -1/+1 |
* | roll clang 155835:159409 | thakis@chromium.org | 2012-06-29 | 1 | -0/+3 |
* | clang: Let target 'mesa' build without warnings. | thakis@chromium.org | 2012-04-03 | 1 | -1/+18 |
* | iCleanup: Delete a bunch of empty directories, part 4. | thestig@chromium.org | 2012-02-23 | 2 | -47/+0 |
* | Eliminate a warning in a failure case. | petermayo@chromium.org | 2011-08-15 | 6 | -70/+273 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -7/+0 |
* | Fix mesa not checking for a valid depth in mesa's _mesa_TexSubImage3D | rsleevi@chromium.org | 2011-05-28 | 2 | -1/+6 |