1. f97166e docs: update GL_ARB_copy_image, GL_ARB_clear_texture gallium status by Brian Paul · 9 years ago
  2. 51d08d5 gallium/util: silence silence unused var warnings for non-debug build by Brian Paul · 9 years ago
  3. 54070a9 egl/dri2: silence uninitialized variable warnings by Brian Paul · 9 years ago
  4. 87813c5 gallivm: silence unused var warnings for non-debug build by Brian Paul · 9 years ago
  5. 71afc13 pipebuffer: silence unused var warnings for non-debug build by Brian Paul · 9 years ago
  6. 8759185 st/mesa: silence unused var warnings for non-debug build by Brian Paul · 9 years ago
  7. ae5d6db draw: silence unused var warnings for non-debug build by Brian Paul · 9 years ago
  8. 512117c gallivm: Remove stub disassemblerSymbolLookupCB. by Jose Fonseca · 9 years ago
  9. 7f62fda i965: Don't add base_binding_table_index if it's zero by Neil Roberts · 9 years ago
  10. 6c846dc i965: Don't use a temporary when generating an indirect sample by Neil Roberts · 9 years ago
  11. ec1c72d vc4: Don't bother with safe list traversal in CSE. by Eric Anholt · 9 years ago
  12. 78c773b vc4: Convert from simple_list.h to list.h by Eric Anholt · 9 years ago
  13. 21a22a6 vc4: Make sure we allocate idle BOs from the cache. by Eric Anholt · 9 years ago
  14. c821ccf vc4: Fix return value handling for BO waits. by Eric Anholt · 9 years ago
  15. fcc79af mesa: remove unused function declaration by Timothy Arceri · 9 years ago
  16. 82305f7 dri_util: make version var unsigned to silence warnings by Brian Paul · 9 years ago
  17. b307921 i965: Disable compaction for EOT send messages by Ben Widawsky · 9 years ago
  18. c0d2b83 gallivm: make sampling more robust when the sampler setup is bogus by Roland Scheidegger · 9 years ago
  19. 0ad15e5 configure.ac: Link mcdisassembler component. by Jose Fonseca · 9 years ago
  20. 9119cd7 configure.ac: Don't bother checking whether LLVM's MCJIT component is available. by Jose Fonseca · 9 years ago
  21. 0db4ef9 gallivm: Use the LLVM's C disassembly interface. by Jose Fonseca · 9 years ago
  22. 29203e7 gallivm: Disable frame pointer omission on LLVM 3.7. by Jose Fonseca · 9 years ago
  23. dd04854 configure.ac: enable building GLES1 and GLES2 by default by Marek Olšák · 9 years ago
  24. 25e9ae2 st/dri: fix postprocessing crash when there's no depth buffer by Marek Olšák · 9 years ago
  25. 7116250 radeon/llvm: reset temps_count on deallocation by Marek Olšák · 9 years ago
  26. 7afc992 radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2) by Marek Olšák · 9 years ago
  27. 065978d softpipe: fix offset wrapping calculations (v2) by Dave Airlie · 9 years ago
  28. b95ec49 i965/vs: Rework the logic for generating NIR from ARB vertex programs by Jason Ekstrand · 9 years ago
  29. 78644ff i965/fs: Remove the ir_visitor code by Jason Ekstrand · 9 years ago
  30. 66a03a4 i965: Remove the old fragment program code by Jason Ekstrand · 9 years ago
  31. 114497a i965: Make NIR non-optional for scalar shaders by Jason Ekstrand · 9 years ago
  32. 8b9ecff i965: Make fs/vec4_visitor inherit from ir_visitor directly by Jason Ekstrand · 9 years ago
  33. 99cb423 i965: Rename backend_visitor to backend_shader by Jason Ekstrand · 9 years ago
  34. 1ca60de mesa: Enable ARB_direct_state_access by default for core profile by Ian Romanick · 9 years ago
  35. ef4dd0f dispatch_sanity: Validate the compatibility profile dispatch table too by Ian Romanick · 9 years ago
  36. 49ab670 dispatch_sanity: Split list of GL 3.1 functions in to core and common by Ian Romanick · 9 years ago
  37. a6fa74e mesa: Don't install glVertexAttribL* functions in compatibility profile by Ian Romanick · 9 years ago
  38. 4e5efa9e glapi: Make GL_ARB_direct_state_access functions exclusive to core profile by Ian Romanick · 9 years ago
  39. f20899b glapi: Store exec table version info outside the XML by Ian Romanick · 9 years ago
  40. 5c4aab5 Revert "mesa: Add an extension flag for ARB_direct_state_access" by Ian Romanick · 9 years ago
  41. 832ea23 mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE_MAP by Ian Romanick · 9 years ago
  42. 90e98ea Revert "mesa: Add ARB_direct_state_access checks in XFB functions" by Ian Romanick · 9 years ago
  43. cab233f Revert "mesa: Add ARB_direct_state_access checks in buffer object functions" by Ian Romanick · 9 years ago
  44. 8bcd14f Revert "mesa: Add ARB_direct_state_access checks in FBO functions" by Ian Romanick · 9 years ago
  45. f3e8596 Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions" by Ian Romanick · 9 years ago
  46. 1ac6a8f Revert "mesa: Add ARB_direct_state_access checks in texture functions" by Ian Romanick · 9 years ago
  47. 92e3621 Revert "mesa: Add ARB_direct_state_access checks in VAO functions" by Ian Romanick · 9 years ago
  48. ae54577 Revert "mesa: Add ARB_direct_state_access checks in sampler object functions" by Ian Romanick · 9 years ago
  49. a9dcf45 Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions" by Ian Romanick · 9 years ago
  50. a9f678a Revert "mesa: Add ARB_direct_state_access checks in query object functions" by Ian Romanick · 9 years ago
  51. f1fcf79 Revert "i915: Enable ARB_direct_state_access" by Ian Romanick · 9 years ago
  52. 4bc00b1 Revert "i965: Enable ARB_direct_state_access" by Ian Romanick · 9 years ago
  53. 73cf10e Revert "st/mesa: Enable ARB_direct_state_access" by Ian Romanick · 9 years ago
  54. 9b5e92f mesa: Allow overriding the version of ES2+ contexts by Ian Romanick · 9 years ago
  55. 03fd670 mesa: Add support for a new override string MESA_GLES_VERSION_OVERRIDE by Ian Romanick · 9 years ago
  56. 464c56d dri_util: Use _mesa_override_gl_version_contextless by Ian Romanick · 9 years ago
  57. 1fe2439 mesa/es3.1: Enable ES 3.1 API and shading language version by Ian Romanick · 9 years ago
  58. 366ceac gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions by Ian Romanick · 9 years ago
  59. 8bbe7fa i965/fs: Properly handle explicit depth in SIMD16 with dual-source blend by Jason Ekstrand · 9 years ago
  60. e354cc9 i965: Silence warning in 3-src type-setting. by Matt Turner · 9 years ago
  61. 0596134 i965/fs: Fix lowering of integer multiplication with cmod. by Matt Turner · 9 years ago
  62. 2231cf0 nir: Fix output swizzle in get_mul_for_src by Iago Toral Quiroga · 9 years ago
  63. 09d6243 gallivm: Workaround LLVM PR23628. by Jose Fonseca · 9 years ago
  64. 10aacf5 vc4: Just stream out fallback IB contents. by Eric Anholt · 9 years ago
  65. f8de627 vc4: Don't try to put our dmabuf-exported BOs into the BO cache. by Eric Anholt · 9 years ago
  66. b0edc19 vc4: Don't forget to make our raster shadow textures non-raster. by Eric Anholt · 9 years ago
  67. 41630c0 vc4: make vc4_begin_query() return a boolean by Samuel Pitoiset · 9 years ago
  68. e2d84d9 i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+) by Ben Widawsky · 9 years ago
  69. 147ffd4 gallivm: Do not use NoFramePointerElim with LLVM 3.7. by Vinson Lee · 9 years ago
  70. 70c6f23 i965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS_EXTRA. by Kenneth Graunke · 9 years ago
  71. bb18df0 i965: Delete GS scratch space workaround warning. by Kenneth Graunke · 9 years ago
  72. 4066536 clover: Log build options when dumping clc source. by EdB · 9 years ago
  73. 2b8c518 glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table function by Ian Romanick · 9 years ago
  74. 8d813d1 docs: Fix some typos in the developer notes by Thomas Helland · 9 years ago
  75. be71bbf mesa: do not use _glapi_new_nop_table() for DRI builds by Brian Paul · 9 years ago
  76. 2ab0ca3 docs: add information about reviewing patches by Brian Paul · 9 years ago
  77. c6184f8 docs: update the coding style information by Brian Paul · 9 years ago
  78. d959885 docs: update documentation about patch formatting, testing, etc by Brian Paul · 9 years ago
  79. 98f2f47 docs: reorganize devnotes.html file by Brian Paul · 9 years ago
  80. eec904d xlib: fix X_GLXCreateContextAtrribs/Attribs typo by Brian Paul · 9 years ago
  81. dce53a7 mesa: add some comments in copyimage.c by Brian Paul · 9 years ago
  82. 0b76541 mesa: move decls, add const qualifiers in copyimage.c by Brian Paul · 9 years ago
  83. 8369675 mesa: code clean-ups in textureview.[ch] by Brian Paul · 9 years ago
  84. 3ddd1cf mesa: const qualify, return bool for _mesa_texture_view_compatible_format() by Brian Paul · 9 years ago
  85. 09eabf5 mesa: add const qualifer on _mesa_is_compressed_format() by Brian Paul · 9 years ago
  86. b787f48 glapi: Avoid argparse type argument for API XML input files. by Jose Fonseca · 9 years ago
  87. 224a77c radeonsi: use a switch statement in si_delete_shader_selector by Marek Olšák · 9 years ago
  88. 0c5a309 radeonsi: use a switch statement in si_shader_selector_key by Marek Olšák · 9 years ago
  89. fa7f606 radeonsi: fix scratch buffer setup for geometry shaders by Marek Olšák · 9 years ago
  90. f415172 radeonsi: remove unused cases from si_shader_io_get_unique_index by Marek Olšák · 9 years ago
  91. af4b9c7 radeonsi: don't count special outputs for the VS export count by Marek Olšák · 9 years ago
  92. e4339bc radeonsi: add support for PIPE_CAP_TGSI_TEXCOORD by Marek Olšák · 9 years ago
  93. 3d35027 tgsi/ureg: enable creating tessellation shaders with ureg_create_shader by Marek Olšák · 9 years ago
  94. c1266f2 tgsi/text: enable parsing tessellation shaders by Marek Olšák · 9 years ago
  95. 0d84b6c gallium: rename TGSI tessellation processor types to match pipe shader names by Marek Olšák · 9 years ago
  96. 92c31bb gallium: use const in set_tess_state by Marek Olšák · 9 years ago
  97. 967825d clover: Build fix for FreeBSD. by Koop Mast · 9 years ago
  98. 5ae6c7b i965/skl: Add a message header for the TXF_MCS instruction in vec4vs by Neil Roberts · 9 years ago
  99. 3ec1815 nv30: falling back to draw path for edgeflag does no good by Ilia Mirkin · 9 years ago
  100. 25be704 nv30/draw: switch varying hookup logic to know about texcoords by Ilia Mirkin · 9 years ago