1. c8dc04d c11/threads: Assert that mtx is non-NULL and check return values. by Matt Turner · 9 years ago
  2. 3547d98 GL: update glext to svn 31811 by Dave Airlie · 9 years ago
  3. 7bfb9ee radeonsi: add all new VI PCI IDs including Fiji by Marek Olšák · 9 years ago
  4. 87cea61 radeonsi: add new OLAND pci id by Alex Deucher · 9 years ago
  5. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  6. 2b83133 includes/GL: remove duplicated extension declarations from glx.h by Emil Velikov · 9 years ago
  7. 2b916c6 c99_math: (trivial) implement exp2 for MSVC too by Roland Scheidegger · 9 years ago
  8. ecc5592 c99_math: Implement exp2f for MSVC. by Matt Turner · 9 years ago
  9. 56f1f47 i965: Support importing R8 and GR88 dma_bufs by Chad Versace · 9 years ago
  10. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  11. 0efd773 dri_interface: drop __NOT_HAVE_DRM_H magic by Emil Velikov · 9 years ago
  12. 7d64244 egl: use unix defines on osx with clang by Julien Isorce · 9 years ago
  13. c7f3657 darwin: Suppress type conversion warnings for GLhandleARB by Julien Isorce · 9 years ago
  14. d1663cc i965/bxt: Add basic Broxton infrastructure by Ben Widawsky · 9 years ago
  15. 20249d3 egl: import platform headers from registry (v2) by Marek Olšák · 9 years ago
  16. 6b31f22 egl: import eglext.h from registry and cleanup eglmesaext.h (v2) by Marek Olšák · 9 years ago
  17. 49ae822 egl: import egl.h from registry (v2) by Marek Olšák · 9 years ago
  18. 0c4eef6 egl: remove remaining EGL_MESA_copy_context skeleton by Emil Velikov · 9 years ago
  19. f9bf913 egl: fix the EGL_MESA_image_dma_buf_export header declarations by Emil Velikov · 9 years ago
  20. 71ba30f radeonsi: add new bonaire pci id by Alex Deucher · 9 years ago
  21. 7a58262 egl: Remove skeleton implementation of EGL_MESA_screen_surface by Adam Jackson · 9 years ago
  22. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 9 years ago
  23. b02a5bf dri_interface: add an interface for fences by Marek Olšák · 9 years ago
  24. 4fc645a i965: Add marketing names for CHV by Ville Syrjälä · 9 years ago
  25. 328375d gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99 by Jose Fonseca · 9 years ago
  26. d99135b configure: nuke --with-max-{width,height} by Emil Velikov · 9 years ago
  27. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 10 years ago
  28. fdb507e c99_math: Don't reimplement lrint and friends on MSVC 2013. by Jose Fonseca · 9 years ago
  29. 8d5c303 include: Ensure float.h is included for DBL_MAX. by Jose Fonseca · 9 years ago
  30. aead7fe c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default by Felix Janda · 9 years ago
  31. be4e198 mesa: move fpclassify work-arounds into c99_math.h by Brian Paul · 9 years ago
  32. 72d4f6c c99_alloca.h: Also use <alloca.h> for cygwin by Jon TURNEY · 9 years ago
  33. bfb4db8 include: Add helper header to help trap includes inside extern C. by José Fonseca · 10 years ago
  34. 3acd7a3 st/vega: Remove. by Jose Fonseca · 9 years ago
  35. 17b2825 windows/gdi: Remove. by Jose Fonseca · 9 years ago
  36. 5ece288 c99_alloca.h: add case for __sun by Brian Paul · 9 years ago
  37. 3de01d2 c99_alloca.h: Include stdlib.h on all non-Windows. by Vinson Lee · 9 years ago
  38. 61d344e mesa: move FLT_MAX_EXP to c99_math.h by Brian Paul · 9 years ago
  39. 098e5bf c99_alloca.h: fix #include for MinGW by Brian Paul · 9 years ago
  40. f320ecf nir: Use alloca instead of variable length arrays. by Jose Fonseca · 9 years ago
  41. 06ed810 c99_math.h: add defines for M_PI, M_E, M_LOG2E by Brian Paul · 9 years ago
  42. 688d765 c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC by Brian Paul · 9 years ago
  43. 46110c5 include,auxiliary: Remove support for MSVC older then 2008. by Jose Fonseca · 9 years ago
  44. f847ddb mesa: move signbit() macro to c99_math.h by Brian Paul · 9 years ago
  45. 79b480c mesa: replace LOGF, EXPF with logf, expf by Brian Paul · 9 years ago
  46. e25f777 mesa: replace FREXPF, LDEXPF with frexpf, ldexpf by Brian Paul · 9 years ago
  47. cbd287f mesa: move math-related function into new c99_math.h file by Brian Paul · 9 years ago
  48. 5a191f4 mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h. by Matt Turner · 9 years ago
  49. b290330 i915: For the love of all that is holy, stop saying "IGD" by Adam Jackson · 10 years ago
  50. 1c1d26c st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID by Tiziano Bacocco · 10 years ago
  51. 50f0e01 st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER by Tiziano Bacocco · 10 years ago
  52. 33617ef st/nine: Return E_FAIL for unused vertexdeclaration type by Patrick Rudolph · 10 years ago
  53. 7567688 st/nine: Implement ATOC hack by Axel Davy · 10 years ago
  54. 42ac71a st/nine: Implement RESZ hack by Axel Davy · 10 years ago
  55. 77cc799 GL: Update glext.h to Revision 29735 (20150202). by Laura Ekstrand · 9 years ago
  56. ad2c64a GL: Update glext.h to Khronos Revision 29537. by Laura Ekstrand · 10 years ago
  57. d2f2a55 st/nine: Add new texture format strings by Axel Davy · 10 years ago
  58. 072e2ba st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9 by Xavier Bouchoux · 10 years ago
  59. 8bb550b st/nine: Additional defines to d3dtypes.h by Xavier Bouchoux · 10 years ago
  60. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  61. 400b833 egl: Add Haiku code and support by Alexander von Gluck IV · 10 years ago
  62. 5eec7c8 mesa: remove support for GCC older than 3.3.0 by Timothy Arceri · 10 years ago
  63. cae7a2a i965/skl: Add Skylake PCI IDs by Kristian Høgsberg · 10 years ago
  64. cd8a725 mesa: update glext.h to version 20141118 by Brian Paul · 10 years ago
  65. fdd9657 nine: Add state tracker nine for Direct3D9 (v3) by Joakim Sindholt · 13 years ago
  66. 1ecf6e1 gles2: Update gl2ext.h to revision 28335 by Neil Roberts · 10 years ago
  67. 3b36ba4 include/haiku: fix comment typo by Emil Velikov · 10 years ago
  68. dd46f09 include: move sarea.h next to it's only user by Emil Velikov · 10 years ago
  69. 153df68 radeonsi: add new SI pci ids by Alex Deucher · 10 years ago
  70. f50b6b4 radeonsi: add new CIK pci ids by Alex Deucher · 10 years ago
  71. 469416f c11/threads: correct assertion by Emil Velikov · 10 years ago
  72. 2577485 mesa: pull Khronos glcorearb.h header into include/GL/ by Brian Paul · 10 years ago
  73. fa5b76e mesa: regenerate gl_mangle.h by Brian Paul · 10 years ago
  74. 0a96e7a mesa: update wglext.h to version 20140810 by Brian Paul · 10 years ago
  75. eeb7fc8 mesa: update glxext.h to version 20140810 by Brian Paul · 10 years ago
  76. b7d36efe mesa: update glext.h to version 20140810 by Brian Paul · 10 years ago
  77. 8563335 mesa: update wglext.h to version 20140630 by Brian Paul · 10 years ago
  78. c344f45 mesa: update glxext.h to version 20140725 by Brian Paul · 10 years ago
  79. d966079 mesa: update glext.h to version 20140725 by Brian Paul · 10 years ago
  80. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  81. 8392179 xmlconfig/dri: bool -> unsigned char by Dave Airlie · 10 years ago
  82. 29800e6 dri: remove GL types from config queries by Dave Airlie · 10 years ago
  83. 8a66a5d dri/image: add blitImage to the specification by Axel Davy · 10 years ago
  84. b4dcf87 glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event by Jasper St. Pierre · 10 years ago
  85. 05126b9 i965: Include marketing names for Broadwell GPUs. by Kenneth Graunke · 10 years ago
  86. f6e5099 Import eglextchromium.h from Chromium. by Sarah Sharp · 10 years ago
  87. 7f8f679 radeonsi: add Mullins pci ids. by Samuel Li · 11 years ago
  88. 927c3c9 Regenerate gl_mangle.h. by Petri Latvala · 10 years ago
  89. beadd6b clover: Update OpenCL headers to version 1.2 from Khronos. by Francisco Jerez · 10 years ago
  90. 50034c0 mesa: remove unused #pragma export on/off lines by Brian Paul · 10 years ago
  91. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  92. b45f65e mesa: update glext.h to version 20140313 by Petri Latvala · 10 years ago
  93. 7c379eb include/GLES3: add OpenGL ES 3.1 Headers by Jordan Justen · 10 years ago
  94. 9b6b084 i965: Add Cherryview support. by Kenneth Graunke · 10 years ago
  95. eaf9aff c11/threads: don't include assert.h if the assert macro is already defined by Brian Paul · 10 years ago
  96. 5198981 loader: add special logic to distinguish nouveau from nouveau_vieux by Ilia Mirkin · 10 years ago
  97. 38848b6 egl: Update to revision 24567 of eglext.h by Chad Versace · 11 years ago
  98. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 10 years ago
  99. 6b13cd1 glx: Update glxext.h to revision 25407 by Adel Gadllah · 10 years ago
  100. a61d859 c11/threads: Don't implement thrd_current on Windows. by José Fonseca · 10 years ago