Git
- 457812d mesa: Disable use of "pragma export" on OS X. clang doesn't understand it. by thakis@chromium.org - 3 months ago master
- 66c1c78 Porting to x64 Android. Remove redefinitions of log2 and log2f. by rmcilroy@chromium.org - 3 months ago
- 3f79f50 Disable optimization on _swrast_write_zoomed_stencil_span by scottmg@chromium.org - 5 months ago
- e510ef0 mesa compile fixes for Clang / VS2013 by hans@chromium.org - 5 months ago
- ff34f1e Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows by bajones@chromium.org - 7 months ago
- e740c82 mesa compile fixes for VS2013 by scottmg@chromium.org - 9 months ago
- 009d829 Fix a bug with Multiple Render Targets. See https://code.google.com/p/chromium/issues/detail?id=308715 for more info. by hubbe@chromium.org - 9 months ago
- 2a34067 Don't use strtod_l in Mesa on Android by mymax@amazon.com - 1 year ago
- 99703ab Can't #define assert() before including assert.h on Android by mymax@amazon.com - 1 year ago
- 9511fdd Adding typedefs for EGLNative*Type in eglplatform.h by mymax@amazon.com - 1 year, 1 month ago
- 3f53ae5 In _mesa_add_parameter, in prog_parameter.c, |values| represents an array holding a variable number of values. These values get copied out of the array 4 at a time with the COPY_4V macro, however, the array might only contain a single element. In this case, ASAN reports a read-before-initialize because the last 3 of the 4 elements haven't been written to yet. by mymax@amazon.com - 1 year, 1 month ago
- f2304cf Checked in sources which are normally autogenerated during Mesa's build process. by kbr@chromium.org - 1 year, 1 month ago
- 5dc3c74 Changed typedefs for GLintptr and GLsizeiptr (and ARB variants) to work around conflicts with Skia's typedefs in src/third_party/skia/include/gpu/gl/GrGLFunctions.h . There is a fundamental conflict between the OpenGL and OpenGL ES headers for these typedefs. Without this modification, src/ui/gl/gl_bindings_skia_in_process.cc fails to compile. by kbr@chromium.org - 1 year, 1 month ago
- 4ba6f50 Disabled optimizations for a few files when compiled with Visual Studio due to the compiler taking an unreasonably long time. by kbr@chromium.org - 1 year, 1 month ago
- f2ba759 Incorporated verbatim Mesa 9.0.3 sources from http://mesa3d.org/ in preparation for upgrading the snapshot Chromium uses for testing. by kbr@chromium.org - 1 year, 1 month ago
- daf37f3 Deleted old, modified Mesa 7.9 sources in preparation for upgrade to Mesa 9.0.3. by kbr@chromium.org - 1 year, 1 month ago
- 6da9610 Copied src/third_party/mesa/MesaLib to deps/third_party/mesa in preparation for managing this code via DEPS. by kbr@chromium.org - 1 year, 1 month ago
- 9466a33 mesa: Clean up redundant comparison in nvvertparse.c. by hans@chromium.org - 1 year, 4 months ago
- a2b7353 Made Mesa use consistent *_FLOAT_TO_UBYTE conversions. by ernstm@chromium.org - 1 year, 4 months ago
- 6669f65 Allows the ADDRESS_SANITIZER define to be used on Windows. by sebmarchand@chromium.org - 1 year, 7 months ago