1. f00c840 radeonsi: add Polaris PCI IDs by Sonny Jiang · 9 years ago
  2. d1ab544 i965/chv: Display proper branding by Ben Widawsky · 8 years ago
  3. f3e23ea egl: remove remnants of MESA_drm_display by Emil Velikov · 8 years ago
  4. d943ac4 dri: add backbuffer use flag by Axel Davy · 9 years ago
  5. f1d12e7 virtio_gpu: Add virtio 1.0 PCI ID to driver map by Marc-André Lureau · 8 years ago
  6. 20e8ee3 i965/skl: Update Skylake renderer strings by Ben Widawsky · 8 years ago
  7. 644c8a5 i965/skl: Add two missing device IDs by Ben Widawsky · 8 years ago
  8. 0d4898a include,gallium: Remove pre-MSVC 2013 compatibility. by Jose Fonseca · 8 years ago
  9. a961ec3 st/nine: Handle Window Occlusion by Patrick Rudolph · 9 years ago
  10. 657dc4f virtio_gpu: Add PCI ID to driver map by Rob Herring · 9 years ago
  11. 39c41be mesa: Add KBL PCI IDs and platform information. by Sarah Sharp · 9 years ago
  12. a34e761 osmesa: add new OSMesaCreateContextAttribs function by Brian Paul · 9 years ago
  13. 56aff6bb Remove Sun CC specific code. by Jose Fonseca · 9 years ago
  14. 1d5b88e gles2: Update gl2ext.h to revision: 32120 by Marta Lofstedt · 9 years ago
  15. dde33fc i965/skl: PCI ID cleanup and brand strings by Ben Widawsky · 9 years ago
  16. 7cbd660 i965/skl: Add GT4 PCI IDs by Ben Widawsky · 9 years ago
  17. 2b67657 gallium/swrast: fix front buffer blitting. (v2) by Dave Airlie · 9 years ago
  18. 98546bf radeonsi: add Stoney pci ids by Samuel Li · 9 years ago
  19. c8031a8 c11/threads: initialize timeout structure by Jan Vesely · 9 years ago
  20. c8dc04d c11/threads: Assert that mtx is non-NULL and check return values. by Matt Turner · 9 years ago
  21. 3547d98 GL: update glext to svn 31811 by Dave Airlie · 9 years ago
  22. 7bfb9ee radeonsi: add all new VI PCI IDs including Fiji by Marek Olšák · 9 years ago
  23. 87cea61 radeonsi: add new OLAND pci id by Alex Deucher · 9 years ago
  24. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  25. 2b83133 includes/GL: remove duplicated extension declarations from glx.h by Emil Velikov · 9 years ago
  26. 2b916c6 c99_math: (trivial) implement exp2 for MSVC too by Roland Scheidegger · 9 years ago
  27. ecc5592 c99_math: Implement exp2f for MSVC. by Matt Turner · 9 years ago
  28. 56f1f47 i965: Support importing R8 and GR88 dma_bufs by Chad Versace · 9 years ago
  29. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  30. 0efd773 dri_interface: drop __NOT_HAVE_DRM_H magic by Emil Velikov · 9 years ago
  31. 7d64244 egl: use unix defines on osx with clang by Julien Isorce · 9 years ago
  32. c7f3657 darwin: Suppress type conversion warnings for GLhandleARB by Julien Isorce · 9 years ago
  33. d1663cc i965/bxt: Add basic Broxton infrastructure by Ben Widawsky · 9 years ago
  34. 20249d3 egl: import platform headers from registry (v2) by Marek Olšák · 9 years ago
  35. 6b31f22 egl: import eglext.h from registry and cleanup eglmesaext.h (v2) by Marek Olšák · 9 years ago
  36. 49ae822 egl: import egl.h from registry (v2) by Marek Olšák · 9 years ago
  37. 0c4eef6 egl: remove remaining EGL_MESA_copy_context skeleton by Emil Velikov · 9 years ago
  38. f9bf913 egl: fix the EGL_MESA_image_dma_buf_export header declarations by Emil Velikov · 9 years ago
  39. 71ba30f radeonsi: add new bonaire pci id by Alex Deucher · 9 years ago
  40. 7a58262 egl: Remove skeleton implementation of EGL_MESA_screen_surface by Adam Jackson · 9 years ago
  41. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 9 years ago
  42. b02a5bf dri_interface: add an interface for fences by Marek Olšák · 9 years ago
  43. 4fc645a i965: Add marketing names for CHV by Ville Syrjälä · 9 years ago
  44. 328375d gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99 by Jose Fonseca · 9 years ago
  45. d99135b configure: nuke --with-max-{width,height} by Emil Velikov · 9 years ago
  46. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 10 years ago
  47. fdb507e c99_math: Don't reimplement lrint and friends on MSVC 2013. by Jose Fonseca · 9 years ago
  48. 8d5c303 include: Ensure float.h is included for DBL_MAX. by Jose Fonseca · 9 years ago
  49. aead7fe c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default by Felix Janda · 9 years ago
  50. be4e198 mesa: move fpclassify work-arounds into c99_math.h by Brian Paul · 9 years ago
  51. 72d4f6c c99_alloca.h: Also use <alloca.h> for cygwin by Jon TURNEY · 9 years ago
  52. bfb4db8 include: Add helper header to help trap includes inside extern C. by José Fonseca · 10 years ago
  53. 3acd7a3 st/vega: Remove. by Jose Fonseca · 9 years ago
  54. 17b2825 windows/gdi: Remove. by Jose Fonseca · 9 years ago
  55. 5ece288 c99_alloca.h: add case for __sun by Brian Paul · 9 years ago
  56. 3de01d2 c99_alloca.h: Include stdlib.h on all non-Windows. by Vinson Lee · 9 years ago
  57. 61d344e mesa: move FLT_MAX_EXP to c99_math.h by Brian Paul · 9 years ago
  58. 098e5bf c99_alloca.h: fix #include for MinGW by Brian Paul · 9 years ago
  59. f320ecf nir: Use alloca instead of variable length arrays. by Jose Fonseca · 9 years ago
  60. 06ed810 c99_math.h: add defines for M_PI, M_E, M_LOG2E by Brian Paul · 9 years ago
  61. 688d765 c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC by Brian Paul · 9 years ago
  62. 46110c5 include,auxiliary: Remove support for MSVC older then 2008. by Jose Fonseca · 9 years ago
  63. f847ddb mesa: move signbit() macro to c99_math.h by Brian Paul · 9 years ago
  64. 79b480c mesa: replace LOGF, EXPF with logf, expf by Brian Paul · 9 years ago
  65. e25f777 mesa: replace FREXPF, LDEXPF with frexpf, ldexpf by Brian Paul · 9 years ago
  66. cbd287f mesa: move math-related function into new c99_math.h file by Brian Paul · 9 years ago
  67. 5a191f4 mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h. by Matt Turner · 9 years ago
  68. b290330 i915: For the love of all that is holy, stop saying "IGD" by Adam Jackson · 10 years ago
  69. 1c1d26c st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID by Tiziano Bacocco · 10 years ago
  70. 50f0e01 st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER by Tiziano Bacocco · 10 years ago
  71. 33617ef st/nine: Return E_FAIL for unused vertexdeclaration type by Patrick Rudolph · 10 years ago
  72. 7567688 st/nine: Implement ATOC hack by Axel Davy · 10 years ago
  73. 42ac71a st/nine: Implement RESZ hack by Axel Davy · 10 years ago
  74. 77cc799 GL: Update glext.h to Revision 29735 (20150202). by Laura Ekstrand · 9 years ago
  75. ad2c64a GL: Update glext.h to Khronos Revision 29537. by Laura Ekstrand · 10 years ago
  76. d2f2a55 st/nine: Add new texture format strings by Axel Davy · 10 years ago
  77. 072e2ba st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9 by Xavier Bouchoux · 10 years ago
  78. 8bb550b st/nine: Additional defines to d3dtypes.h by Xavier Bouchoux · 10 years ago
  79. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  80. 400b833 egl: Add Haiku code and support by Alexander von Gluck IV · 10 years ago
  81. 5eec7c8 mesa: remove support for GCC older than 3.3.0 by Timothy Arceri · 10 years ago
  82. cae7a2a i965/skl: Add Skylake PCI IDs by Kristian Høgsberg · 10 years ago
  83. cd8a725 mesa: update glext.h to version 20141118 by Brian Paul · 10 years ago
  84. fdd9657 nine: Add state tracker nine for Direct3D9 (v3) by Joakim Sindholt · 13 years ago
  85. 1ecf6e1 gles2: Update gl2ext.h to revision 28335 by Neil Roberts · 10 years ago
  86. 3b36ba4 include/haiku: fix comment typo by Emil Velikov · 10 years ago
  87. dd46f09 include: move sarea.h next to it's only user by Emil Velikov · 10 years ago
  88. 153df68 radeonsi: add new SI pci ids by Alex Deucher · 10 years ago
  89. f50b6b4 radeonsi: add new CIK pci ids by Alex Deucher · 10 years ago
  90. 469416f c11/threads: correct assertion by Emil Velikov · 10 years ago
  91. 2577485 mesa: pull Khronos glcorearb.h header into include/GL/ by Brian Paul · 10 years ago
  92. fa5b76e mesa: regenerate gl_mangle.h by Brian Paul · 10 years ago
  93. 0a96e7a mesa: update wglext.h to version 20140810 by Brian Paul · 10 years ago
  94. eeb7fc8 mesa: update glxext.h to version 20140810 by Brian Paul · 10 years ago
  95. b7d36efe mesa: update glext.h to version 20140810 by Brian Paul · 10 years ago
  96. 8563335 mesa: update wglext.h to version 20140630 by Brian Paul · 10 years ago
  97. c344f45 mesa: update glxext.h to version 20140725 by Brian Paul · 10 years ago
  98. d966079 mesa: update glext.h to version 20140725 by Brian Paul · 10 years ago
  99. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  100. 8392179 xmlconfig/dri: bool -> unsigned char by Dave Airlie · 10 years ago