| Commit message (Expand) | Author | Age | Files | Lines |
* | c11/threads: Assert that mtx is non-NULL and check return values. | Matt Turner | 2015-09-25 | 1 | -25/+23 |
* | GL: update glext to svn 31811 | Dave Airlie | 2015-08-20 | 1 | -9/+285 |
* | radeonsi: add all new VI PCI IDs including Fiji | Marek Olšák | 2015-08-14 | 1 | -0/+24 |
* | radeonsi: add new OLAND pci id | Alex Deucher | 2015-08-10 | 1 | -0/+1 |
* | egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension | Frank Binns | 2015-08-04 | 1 | -2/+6 |
* | includes/GL: remove duplicated extension declarations from glx.h | Emil Velikov | 2015-08-01 | 1 | -92/+0 |
* | c99_math: (trivial) implement exp2 for MSVC too | Roland Scheidegger | 2015-07-29 | 1 | -0/+6 |
* | c99_math: Implement exp2f for MSVC. | Matt Turner | 2015-07-29 | 1 | -0/+6 |
* | i965: Support importing R8 and GR88 dma_bufs | Chad Versace | 2015-07-28 | 1 | -2/+7 |
* | egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB | Marek Olšák | 2015-07-22 | 1 | -0/+5 |
* | dri_interface: drop __NOT_HAVE_DRM_H magic | Emil Velikov | 2015-07-22 | 1 | -8/+1 |
* | egl: use unix defines on osx with clang | Julien Isorce | 2015-07-08 | 1 | -2/+2 |
* | darwin: Suppress type conversion warnings for GLhandleARB | Julien Isorce | 2015-07-08 | 1 | -0/+5 |
* | i965/bxt: Add basic Broxton infrastructure | Ben Widawsky | 2015-06-24 | 1 | -0/+3 |
* | egl: import platform headers from registry (v2) | Marek Olšák | 2015-06-05 | 2 | -13/+25 |
* | egl: import eglext.h from registry and cleanup eglmesaext.h (v2) | Marek Olšák | 2015-06-05 | 2 | -44/+247 |
* | egl: import egl.h from registry (v2) | Marek Olšák | 2015-06-05 | 1 | -294/+268 |
* | egl: remove remaining EGL_MESA_copy_context skeleton | Emil Velikov | 2015-05-14 | 1 | -11/+0 |
* | egl: fix the EGL_MESA_image_dma_buf_export header declarations | Emil Velikov | 2015-05-14 | 1 | -0/+6 |
* | radeonsi: add new bonaire pci id | Alex Deucher | 2015-05-12 | 1 | -0/+1 |
* | egl: Remove skeleton implementation of EGL_MESA_screen_surface | Adam Jackson | 2015-05-11 | 1 | -46/+0 |
* | egl: image_dma_buf_export - use KHR 64-bit type | Dave Airlie | 2015-05-05 | 1 | -2/+1 |
* | dri_interface: add an interface for fences | Marek Olšák | 2015-04-30 | 1 | -0/+60 |
* | i965: Add marketing names for CHV | Ville Syrjälä | 2015-04-16 | 1 | -4/+4 |
* | gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99 | Jose Fonseca | 2015-04-03 | 1 | -1/+6 |
* | configure: nuke --with-max-{width,height} | Emil Velikov | 2015-04-01 | 1 | -4/+2 |
* | egl: add initial EGL_MESA_image_dma_buf_export v2.4 | Dave Airlie | 2015-04-01 | 2 | -1/+11 |
* | c99_math: Don't reimplement lrint and friends on MSVC 2013. | Jose Fonseca | 2015-03-25 | 1 | -1/+2 |
* | include: Ensure float.h is included for DBL_MAX. | Jose Fonseca | 2015-03-22 | 1 | -0/+1 |
* | c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default | Felix Janda | 2015-03-16 | 1 | -6/+1 |
* | mesa: move fpclassify work-arounds into c99_math.h | Brian Paul | 2015-03-12 | 1 | -0/+44 |
* | c99_alloca.h: Also use <alloca.h> for cygwin | Jon TURNEY | 2015-03-07 | 1 | -1/+1 |
* | include: Add helper header to help trap includes inside extern C. | José Fonseca | 2015-03-06 | 2 | -0/+50 |
* | st/vega: Remove. | Jose Fonseca | 2015-03-04 | 4 | -1202/+0 |
* | windows/gdi: Remove. | Jose Fonseca | 2015-03-04 | 1 | -140/+0 |
* | c99_alloca.h: add case for __sun | Brian Paul | 2015-03-03 | 1 | -0/+4 |
* | c99_alloca.h: Include stdlib.h on all non-Windows. | Vinson Lee | 2015-03-02 | 1 | -5/+1 |
* | mesa: move FLT_MAX_EXP to c99_math.h | Brian Paul | 2015-02-28 | 1 | -0/+4 |
* | c99_alloca.h: fix #include for MinGW | Brian Paul | 2015-02-27 | 1 | -0/+4 |
* | nir: Use alloca instead of variable length arrays. | Jose Fonseca | 2015-02-27 | 1 | -0/+45 |
* | c99_math.h: add defines for M_PI, M_E, M_LOG2E | Brian Paul | 2015-02-27 | 1 | -0/+13 |
* | c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC | Brian Paul | 2015-02-26 | 1 | -0/+5 |
* | include,auxiliary: Remove support for MSVC older then 2008. | Jose Fonseca | 2015-02-26 | 2 | -76/+6 |
* | mesa: move signbit() macro to c99_math.h | Brian Paul | 2015-02-24 | 1 | -0/+8 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 1 | -0/+10 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -0/+11 |
* | mesa: move math-related function into new c99_math.h file | Brian Paul | 2015-02-23 | 2 | -143/+184 |
* | mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h. | Matt Turner | 2015-02-23 | 1 | -0/+143 |
* | i915: For the love of all that is holy, stop saying "IGD" | Adam Jackson | 2015-02-18 | 1 | -2/+2 |
* | st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID | Tiziano Bacocco | 2015-02-06 | 1 | -0/+1 |