1. 7dac4a2 util/list: Add list splicing functions by Jason Ekstrand · 9 years ago
  2. 082f6d7 gallium/swr: confine c++11 flag to swr driver by Tim Rowley · 8 years ago
  3. ee72fec gallium/swr: allow swr use as a swrast dri driver by Tim Rowley · 8 years ago
  4. f6d21bc vc4: Fix subimage accesses to LT textures. by Eric Anholt · 8 years ago
  5. ade3108 util: Fix race condition on libgcrypt initialization by Mark Janes · 8 years ago
  6. 2d5bd66 configure: Add support for detecting valgrind headers by Jason Ekstrand · 8 years ago
  7. 7e4628d nir/print: Fix printing variable mode by Eduardo Lima Mitev · 8 years ago
  8. f8752e0 xlib: remove MESA_GLX_VISUAL_HACK by John Sheu · 8 years ago
  9. 8a9c0f1 xlib: fix leaks of returned values from XGetVisualInfo by John Sheu · 8 years ago
  10. 781232e xlib: fix memory leak of and remove vishandle from XMesaVisualInfo by John Sheu · 8 years ago
  11. fe9d8cd xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfig by John Sheu · 8 years ago
  12. eeff133 i965: Expose the surface format table by Jason Ekstrand · 8 years ago
  13. d7cddbd nir/lower_io: Add UBOs and SSBOs to get_io_offset_src by Jason Ekstrand · 8 years ago
  14. c825e29 nir/intrinsics: Add a vulkan_resource_index intrinsic by Jason Ekstrand · 8 years ago
  15. 1e0012e nir: Add a descriptor_set field to nir_variable by Jason Ekstrand · 8 years ago
  16. 7a835b3 dri: Fix robust context creation via EGL attribute by Chad Versace · 8 years ago
  17. 8f4340c radeon/uvd: fix tonga feedback buffer size by Leo Liu · 8 years ago
  18. f1d2909 i965: Push everything if pull_param == NULL by Jason Ekstrand · 8 years ago
  19. 963513b i965/fs: Push small uniform arrays by Jason Ekstrand · 9 years ago
  20. 71f8039 i965/fs: Rename demote_pull_constants to lower_constant_loads by Jason Ekstrand · 9 years ago
  21. 8e76f66 i965/vec4: Get rid of the uniform_size array by Jason Ekstrand · 9 years ago
  22. 0568497 i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants by Jason Ekstrand · 9 years ago
  23. 479e38a i965/fs: Get rid of the param_size array by Jason Ekstrand · 9 years ago
  24. 3087421 i965/fs: Stop relying on param_size in assign_constant_locations by Jason Ekstrand · 9 years ago
  25. 275855f i965/fs: Get rid of reladdr by Jason Ekstrand · 9 years ago
  26. 3c93cdf i965/fs: Use MOV_INDIRECT for all indirect uniform loads by Jason Ekstrand · 9 years ago
  27. 6310117 nir: Add another index to load_uniform to specify the range read by Jason Ekstrand · 9 years ago
  28. 27bd8ac i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware by Jason Ekstrand · 9 years ago
  29. 889e605 i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr by Jason Ekstrand · 9 years ago
  30. 7e08a13 i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions by Jason Ekstrand · 9 years ago
  31. 40a8fe0 i965/fs: Add support for doing MOV_INDIRECT on uniforms by Jason Ekstrand · 9 years ago
  32. a8975a9 i965: Make intel_get_param return an int by Ben Widawsky · 8 years ago
  33. aed975d st/mesa: fix sampler view leak in st_DrawAtlasBitmaps() by Brian Paul · 8 years ago
  34. a17911c gallium/radeon: handle failure when mapping staging buffer by Nicolai Hähnle · 8 years ago
  35. 8bd0f0d radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CS by Nicolai Hähnle · 8 years ago
  36. cb372b3 i965/vec4: Use UD rather than D for uniform indirects by Jason Ekstrand · 8 years ago
  37. 240d16e i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOAD by Jason Ekstrand · 9 years ago
  38. bb4cdee nvc0: do not break the universe on GK110+ by Samuel Pitoiset · 8 years ago
  39. 6e23fd4 nvc0: allow to use compute support on GM200 by Samuel Pitoiset · 8 years ago
  40. ffcc00c scons: Build NIR. by Jose Fonseca · 8 years ago
  41. feb6732 nir: Use _snprintf on Windows. by Jose Fonseca · 8 years ago
  42. ba0c0e3 nir: Avoid structure initalization expressions. by Jose Fonseca · 8 years ago
  43. 8f96524 nir: Remove unistd.h include. by Jose Fonseca · 8 years ago
  44. f8e2f1f nir: Avoid empty {} struct initializer. by Jose Fonseca · 8 years ago
  45. bb949e2 gallium/swr: fold the almost identical Makefiles by Emil Velikov · 8 years ago
  46. aee9767 install-gallium-links.mk: handle multiple libraries by Tim Rowley · 8 years ago
  47. 1122919 radeonsi: don't overwrite the scratch offset in shader prologs by Marek Olšák · 8 years ago
  48. ffe44d0 radeonsi: fold num_user_sgprs where it is possible by Marek Olšák · 8 years ago
  49. 51c4034 radeonsi: fix SGPRS calculation once more by Marek Olšák · 8 years ago
  50. aaf5be4 radeonsi: disable hw ETC2 on Polaris by Marek Olšák · 8 years ago
  51. 4358cfc doxygen: remove git rebase fallouts by Emil Velikov · 8 years ago
  52. 8fcacb4 appveyor: Run unit tests. by Jose Fonseca · 8 years ago
  53. 50ddf03 scons: Add a "check" target to run all unit tests. by Jose Fonseca · 8 years ago
  54. 9ae0e8e test/unit: Make translate_test invoke translate_create by default. by Jose Fonseca · 8 years ago
  55. f8a5103 test/unit: Make pipe_barrier_test actually check correct bahavior. by Jose Fonseca · 8 years ago
  56. 171a570 clover: Fix build against LLVM SVN >= r266163 by Michel Dänzer · 8 years ago
  57. b63a98b nir/dead_variables: Configurably work with any variable mode by Jason Ekstrand · 8 years ago
  58. 505a8fb i965: Switch to NIR for ldexp lowering. by Kenneth Graunke · 8 years ago
  59. 4455bfa nir/algebraic: Add lowering for ldexp by Jason Ekstrand · 8 years ago
  60. 765dd65 i965: Implement the new imod and irem opcodes by Jason Ekstrand · 8 years ago
  61. 745b3d2 nir: Add more modulus opcodes by Jason Ekstrand · 8 years ago
  62. d880c6f i965/vec4: Inline get_pull_constant_offset by Jason Ekstrand · 9 years ago
  63. dd616ca nir/lower_io: Allow for a full bitmask of modes by Jason Ekstrand · 8 years ago
  64. 2caaf0a nir/lower_indirect: nir_variable_mode is now a bitfield by Jason Ekstrand · 8 years ago
  65. ffa0e12 nir: Convert nir_variable_mode to a bitfield by Jason Ekstrand · 8 years ago
  66. f69a61b gallium/swr: Make flat shading tris work. by George Kyriazis · 8 years ago
  67. c53a12f Revert "freedreno/a4xx: better occlusion/sample counting" by Rob Clark · 8 years ago
  68. 46e9bbc freedreno/a4xx: rasterizer_discard support by Rob Clark · 8 years ago
  69. 216225c freedreno/ir3: fix array textures on a4xx by Rob Clark · 8 years ago
  70. 7e93b26 freedreno: fix stream-out offset handling for lines/tris by Rob Clark · 8 years ago
  71. 6ca6e80 freedreno: fix handling for stream-out offsets by Rob Clark · 8 years ago
  72. 0a4b0fc freedreno: fix prims-emitted query by Rob Clark · 8 years ago
  73. a7eb12d freedreno: fix max-line-width by Rob Clark · 8 years ago
  74. 6bf462a freedreno: add flag to enable dEQP hacks by Rob Clark · 8 years ago
  75. f68f6c0 freedreno/ir3: hack to avoid getting stuck in a loop by Rob Clark · 8 years ago
  76. dd70945 freedreno/ir3: use (ss) instead of (sy) for ldlv by Rob Clark · 8 years ago
  77. b35ad6e freedreno/ir3: cleanup double cmps.s from frontend by Rob Clark · 8 years ago
  78. 9bac27d glsl: Rename "vertex_input_slots" -> "is_vertex_input" by Matt Turner · 8 years ago
  79. 9586468 gallivm: Workaround LLVM PR 27332. by Jose Fonseca · 8 years ago
  80. dd0a296 gallium/radeon: move a comment to the correct place by Marek Olšák · 8 years ago
  81. 9e9a2bb radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM version by Nicolai Hähnle · 8 years ago
  82. f04565c doxygen: Generate Doxygen for NIR by Elie TOURNIER · 8 years ago
  83. 3157df5 doxygen: update glsl link by Elie TOURNIER · 8 years ago
  84. 0e9fc12 doxygen: Remove deprecated settings in common.doxy by Rhys Kidd · 8 years ago
  85. 3d18ab7 doxygen: Fix typo in doxygen/tnl.doxy by Rhys Kidd · 8 years ago
  86. 4ba409a doxygen: Correct TAGFILE linkage of main by Rhys Kidd · 8 years ago
  87. 7703a3e doxygen: Update .gitignore by Rhys Kidd · 8 years ago
  88. ced18f4 doxygen: Remove references to miniglx by Rhys Kidd · 8 years ago
  89. 29b805b doxygen: Fix doxygen/gbm.doxy TAGFILES by Rhys Kidd · 8 years ago
  90. 684e7a4 doxygen: Correct TAGFILE relative paths by Rhys Kidd · 8 years ago
  91. f066fb5 doxygen: Fix doxygen/glapi.doxy by Rhys Kidd · 8 years ago
  92. cf3bc91 doxygen: Remove src/mesa/shader/ references by Rhys Kidd · 8 years ago
  93. 04f15e4 gallium/radeon: add an env variable to force a level of aniso filtering by Marek Olšák · 8 years ago
  94. cc5d8b6 llvmpipe: Test rounding of x.5. by Jose Fonseca · 8 years ago
  95. cb438d8 gallivm: use llvm.nearbyint instead of llvm.round. by Roland Scheidegger · 8 years ago
  96. f525db6 nv50/ra: `isinf()` is in namespace `std` since C++11. by Pierre Moreau · 8 years ago
  97. fa46848 scons: Allow building with Address Sanitizer. by Jose Fonseca · 8 years ago
  98. d1c89f6 mesa: Change an error code in glSamplerParameterI[iu]v(). by Kenneth Graunke · 8 years ago
  99. 46bfcd6 softpipe: Free tgsi.image elements on context destruction. by Jose Fonseca · 8 years ago
  100. 5a3d928 softpipe: Enable ARB_framebuffer_no_attachments by Edward O'Callaghan · 8 years ago