1. 50ddf03 scons: Add a "check" target to run all unit tests. by Jose Fonseca · 8 years ago
  2. 9ae0e8e test/unit: Make translate_test invoke translate_create by default. by Jose Fonseca · 8 years ago
  3. f8a5103 test/unit: Make pipe_barrier_test actually check correct bahavior. by Jose Fonseca · 8 years ago
  4. 171a570 clover: Fix build against LLVM SVN >= r266163 by Michel Dänzer · 8 years ago
  5. b63a98b nir/dead_variables: Configurably work with any variable mode by Jason Ekstrand · 8 years ago
  6. 505a8fb i965: Switch to NIR for ldexp lowering. by Kenneth Graunke · 8 years ago
  7. 4455bfa nir/algebraic: Add lowering for ldexp by Jason Ekstrand · 8 years ago
  8. 765dd65 i965: Implement the new imod and irem opcodes by Jason Ekstrand · 8 years ago
  9. 745b3d2 nir: Add more modulus opcodes by Jason Ekstrand · 8 years ago
  10. d880c6f i965/vec4: Inline get_pull_constant_offset by Jason Ekstrand · 9 years ago
  11. dd616ca nir/lower_io: Allow for a full bitmask of modes by Jason Ekstrand · 8 years ago
  12. 2caaf0a nir/lower_indirect: nir_variable_mode is now a bitfield by Jason Ekstrand · 8 years ago
  13. ffa0e12 nir: Convert nir_variable_mode to a bitfield by Jason Ekstrand · 8 years ago
  14. f69a61b gallium/swr: Make flat shading tris work. by George Kyriazis · 8 years ago
  15. c53a12f Revert "freedreno/a4xx: better occlusion/sample counting" by Rob Clark · 8 years ago
  16. 46e9bbc freedreno/a4xx: rasterizer_discard support by Rob Clark · 8 years ago
  17. 216225c freedreno/ir3: fix array textures on a4xx by Rob Clark · 8 years ago
  18. 7e93b26 freedreno: fix stream-out offset handling for lines/tris by Rob Clark · 8 years ago
  19. 6ca6e80 freedreno: fix handling for stream-out offsets by Rob Clark · 8 years ago
  20. 0a4b0fc freedreno: fix prims-emitted query by Rob Clark · 8 years ago
  21. a7eb12d freedreno: fix max-line-width by Rob Clark · 8 years ago
  22. 6bf462a freedreno: add flag to enable dEQP hacks by Rob Clark · 8 years ago
  23. f68f6c0 freedreno/ir3: hack to avoid getting stuck in a loop by Rob Clark · 8 years ago
  24. dd70945 freedreno/ir3: use (ss) instead of (sy) for ldlv by Rob Clark · 8 years ago
  25. b35ad6e freedreno/ir3: cleanup double cmps.s from frontend by Rob Clark · 8 years ago
  26. 9bac27d glsl: Rename "vertex_input_slots" -> "is_vertex_input" by Matt Turner · 8 years ago
  27. 9586468 gallivm: Workaround LLVM PR 27332. by Jose Fonseca · 8 years ago
  28. dd0a296 gallium/radeon: move a comment to the correct place by Marek Olšák · 8 years ago
  29. 9e9a2bb radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM version by Nicolai Hähnle · 8 years ago
  30. f04565c doxygen: Generate Doxygen for NIR by Elie TOURNIER · 8 years ago
  31. 3157df5 doxygen: update glsl link by Elie TOURNIER · 8 years ago
  32. 0e9fc12 doxygen: Remove deprecated settings in common.doxy by Rhys Kidd · 8 years ago
  33. 3d18ab7 doxygen: Fix typo in doxygen/tnl.doxy by Rhys Kidd · 8 years ago
  34. 4ba409a doxygen: Correct TAGFILE linkage of main by Rhys Kidd · 8 years ago
  35. 7703a3e doxygen: Update .gitignore by Rhys Kidd · 8 years ago
  36. ced18f4 doxygen: Remove references to miniglx by Rhys Kidd · 8 years ago
  37. 29b805b doxygen: Fix doxygen/gbm.doxy TAGFILES by Rhys Kidd · 8 years ago
  38. 684e7a4 doxygen: Correct TAGFILE relative paths by Rhys Kidd · 8 years ago
  39. f066fb5 doxygen: Fix doxygen/glapi.doxy by Rhys Kidd · 8 years ago
  40. cf3bc91 doxygen: Remove src/mesa/shader/ references by Rhys Kidd · 8 years ago
  41. 04f15e4 gallium/radeon: add an env variable to force a level of aniso filtering by Marek Olšák · 8 years ago
  42. cc5d8b6 llvmpipe: Test rounding of x.5. by Jose Fonseca · 8 years ago
  43. cb438d8 gallivm: use llvm.nearbyint instead of llvm.round. by Roland Scheidegger · 8 years ago
  44. f525db6 nv50/ra: `isinf()` is in namespace `std` since C++11. by Pierre Moreau · 8 years ago
  45. fa46848 scons: Allow building with Address Sanitizer. by Jose Fonseca · 8 years ago
  46. d1c89f6 mesa: Change an error code in glSamplerParameterI[iu]v(). by Kenneth Graunke · 8 years ago
  47. 46bfcd6 softpipe: Free tgsi.image elements on context destruction. by Jose Fonseca · 8 years ago
  48. 5a3d928 softpipe: Enable ARB_framebuffer_no_attachments by Edward O'Callaghan · 8 years ago
  49. 3b63301 vc4: Work around hardware limits on the number of verts in a single draw. by Eric Anholt · 10 years ago
  50. 6d6525a softpipe: avoid buffer overflow by Thomas Hindoe Paaboel Andersen · 8 years ago
  51. b89708f tgsi: fix buffer overflow by Thomas Hindoe Paaboel Andersen · 8 years ago
  52. b9294bc swr: handle pci cap requests by Tim Rowley · 8 years ago
  53. b19d214 swr: support samplers in vertex shaders by Tim Rowley · 8 years ago
  54. 10cfd7a radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2 by Nicolai Hähnle · 8 years ago
  55. 047e326 va: check null context in vlVaDestroyContext by Iurie Salomov · 8 years ago
  56. 8f3b516 nir/clone: Copy bit size when cloning registers by Jason Ekstrand · 8 years ago
  57. 8e70a58 radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was added by Marek Olšák · 8 years ago
  58. 95d622e glsl: Don't copy propagate or tree graft precise values. by Kenneth Graunke · 8 years ago
  59. 8ec971a i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typo by Kristian Høgsberg Kristensen · 8 years ago
  60. 1af0f01 glsl/linker: Recurse on struct fields when adding shader variables by Kristian Høgsberg Kristensen · 8 years ago
  61. 778fd46 glsl/linker: Pass name and type through to create_shader_variable() by Kristian Høgsberg Kristensen · 8 years ago
  62. 09f0121 glsl/linker: Pass absolute location to add_shader_variable() by Kristian Høgsberg Kristensen · 8 years ago
  63. 8ab6aae glsl/linker: Add add_shader_variable() helper by Kristian Høgsberg Kristensen · 8 years ago
  64. eafeb8d i965/tiled_memcpy: Unroll bytes==64 case. by Matt Turner · 8 years ago
  65. 0e605d9 i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle. by Roland Scheidegger · 9 years ago
  66. fc88b4b i965/tiled_memcpy: Move SSSE3 code back into inline functions. by Matt Turner · 8 years ago
  67. 0a5d8d9 i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle. by Matt Turner · 8 years ago
  68. a191e6b radeonsi: fix bounds check in si_create_vertex_elements by Nicolai Hähnle · 8 years ago
  69. 4285a97 docs: mark atomic counters and SSBOs as done for radeonsi by Nicolai Hähnle · 8 years ago
  70. bfd11c5 radeonsi: enable shader buffer pipe caps by Nicolai Hähnle · 8 years ago
  71. 4e81843 radeonsi: add shader buffer support to TGSI_OPCODE_RESQ by Nicolai Hähnle · 8 years ago
  72. 0110928 radeonsi: add shader buffer support to TGSI_OPCODE_STORE by Nicolai Hähnle · 8 years ago
  73. 745014c radeonsi: add shader buffer support to TGSI_OPCODE_LOAD by Nicolai Hähnle · 8 years ago
  74. 68bc25c radeonsi: add shader buffer support to TGSI_OPCODE_ATOM* by Nicolai Hähnle · 8 years ago
  75. c6f5d00 radeonsi: add offset parameter to buffer_append_args by Nicolai Hähnle · 8 years ago
  76. c565466 radeonsi: adjust buffer_append_args to take a 128 bit resource by Nicolai Hähnle · 8 years ago
  77. e88018f radeonsi: preload shader buffers in shaders by Nicolai Hähnle · 8 years ago
  78. c495c0a radeonsi: implement set_shader_buffers by Nicolai Hähnle · 8 years ago
  79. 73c8b85 radeonsi: move resetting of constant buffers into a separate function by Nicolai Hähnle · 8 years ago
  80. 35ade36 dri/i965: fix incorrect rgbFormat in intelCreateBuffer(). by Haixia Shi · 8 years ago
  81. e303e88 glsl: Reject illegal qualifiers on atomic counter uniforms. by Kenneth Graunke · 8 years ago
  82. 929e440 glsl: Add a method to print error messages for illegal qualifiers. by Kenneth Graunke · 8 years ago
  83. 7f08547 xlib: fix memory leak on Display close by John Sheu · 8 years ago
  84. d04bb14 st/mesa: Replace GLvoid with void by Jakob Sinclair · 8 years ago
  85. 126da23 radeonsi: Mark ARB_robust_buffer_access_behavior as supported. by Bas Nieuwenhuizen · 8 years ago
  86. 70dcd84 gallium: Add capability for ARB_robust_buffer_access_behavior. by Bas Nieuwenhuizen · 8 years ago
  87. 285dc05 mesa: Expose the ARB_robust_buffer_access_behavior extension. by Bas Nieuwenhuizen · 8 years ago
  88. aad8707 main: rework the compatibility check of visuals in glXMakeCurrent by Miklós Máté · 8 years ago
  89. df37b06 swr: [rasterizer core] warning cleanup by Tim Rowley · 8 years ago
  90. 06c59dc swr: [rasterizer] Put in rudimentary garbage collection for the global arena allocator by Tim Rowley · 8 years ago
  91. b990483 swr: [rasterizer core] Put DRAW_CONTEXT on a diet by Tim Rowley · 8 years ago
  92. a939a58 swr: [rasterizer core] Add experimental support for hyper-threaded front-end by Tim Rowley · 8 years ago
  93. 9a8146d swr: [rasterizer] Avoid segv in thread creation on machines with non-consecutive NUMA topology. by Tim Rowley · 8 years ago
  94. 2c71fd4 swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD / OSALIGNLINE by Tim Rowley · 8 years ago
  95. 32a8653 swr: [rasterizer] Ensure correct alignment of stack variables used as vectors by Tim Rowley · 8 years ago
  96. e1871c4 swr: [rasterizer core] Quantize depth to depth buffer precision prior to depth test/write. by Tim Rowley · 8 years ago
  97. 2a19aca swr: [rasterizer common] win32 build fixups by Tim Rowley · 8 years ago
  98. c25244f swr: [rasterizer core] Affinitize thread scratch space to numa node of worker by Tim Rowley · 8 years ago
  99. f89f6d5 swr: [rasterizer] Misc fixes identified by static code analysis by Tim Rowley · 8 years ago
  100. 6c01478 st/mesa: fix memleak in glDrawPixels cache code by Brian Paul · 8 years ago