1. adcf8f8 softpipe: enable ARB_texture_view by Roland Scheidegger · 9 years ago
  2. e6c66f4 llvmpipe: enable ARB_texture_view by Roland Scheidegger · 9 years ago
  3. 2712f70 gallium/util: fix blitter sampler view target initialization by Roland Scheidegger · 9 years ago
  4. cf71e70 glapi/hgl: Drop extern "C" as it was added to glapi by Alexander von Gluck IV · 9 years ago
  5. d27b114 glapi: Add extern "C" to glapi_priv.h by Alexander von Gluck IV · 9 years ago
  6. 915d808 gallium/st + hgl: Build fixes for Haiku by Alexander von Gluck IV · 9 years ago
  7. d247615 i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage(). by Francisco Jerez · 10 years ago
  8. 58715b7 i965/fs: set execution size to 8 with simd8 ddy instruction by Tapani Pälli · 9 years ago
  9. 71fc520 i965/cs: drop explicit initialisers in C++ file by Dave Airlie · 9 years ago
  10. c696a31 nouveau: document nouveau_heap by Ilia Mirkin · 9 years ago
  11. d06ce2f nvc0: switch mechanism for shader eviction to be a while loop by Ilia Mirkin · 9 years ago
  12. 380f761 st/mesa: update stencil surface if it comes from texture by Ilia Mirkin · 9 years ago
  13. 71ba30f radeonsi: add new bonaire pci id by Alex Deucher · 9 years ago
  14. 0ea1047 st/mesa: translate st_api robustness flags to gl_context flags by Marek Olšák · 9 years ago
  15. f1c4247 st/dri: add support for create_context_robustness GLX and EGL extensions by Marek Olšák · 9 years ago
  16. a0ad185 st/mesa: implement GetGraphicsResetStatus by Marek Olšák · 9 years ago
  17. 79ffc08a gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY by Marek Olšák · 9 years ago
  18. cacd0e2 gallium: add an interface for querying a device reset status by Marek Olšák · 9 years ago
  19. a533d4e clover: Implement locking of the wait_count, _chain and _status members of event. by Francisco Jerez · 9 years ago
  20. 4022a46 clover: Wrap event::_status in a method to prevent unlocked access. by Francisco Jerez · 9 years ago
  21. 2232b92 clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues. by Francisco Jerez · 9 years ago
  22. d91d6b3 nir: Translate memory barrier intrinsics from GLSL IR. by Francisco Jerez · 9 years ago
  23. f8f8b31 nir: Translate image load, store and atomic intrinsics from GLSL IR. by Francisco Jerez · 9 years ago
  24. 6de78e6 nir: Fix indexing of atomic counter arrays with a constant value. by Francisco Jerez · 9 years ago
  25. f1269a3 nir: Add memory barrier intrinsic. by Francisco Jerez · 9 years ago
  26. d9e9309 nir: Define image load, store and atomic intrinsics. by Francisco Jerez · 9 years ago
  27. ee1a8b5 i965/fs: Have component() set the register stride to zero. by Francisco Jerez · 9 years ago
  28. 4171ef3 i965/fs: Fix offset() for registers with zero stride. by Francisco Jerez · 9 years ago
  29. 0db6635 i965: Don't forget the force_sechalf flag in lower_load_payload(). by Francisco Jerez · 9 years ago
  30. cbf2040 i965: Document brw_mask_reg(). by Francisco Jerez · 9 years ago
  31. 95774ca nir: fix sampler lowering pass for arrays by Tapani Pälli · 9 years ago
  32. 4260230 i965: Use predicate enable bit for conditional rendering w/o stalling by Neil Roberts · 10 years ago
  33. 9585879 i956: Add a function to load a 64-bit register from a buffer by Neil Roberts · 9 years ago
  34. 8a59f2f i965: Store the command parser version number in intel_screen by Neil Roberts · 10 years ago
  35. 971be2b docs/GL3: (trivial) mark some tf extensions as done for softpipe/llvmpipe by Roland Scheidegger · 9 years ago
  36. 95089bf docs: add news item and link release notes for mesa 10.5.5 by Emil Velikov · 9 years ago
  37. d4125c4 docs: Add sha256 sums for the 10.5.5 release by Emil Velikov · 9 years ago
  38. 22aaa74 Add release notes for the 10.5.5 release by Emil Velikov · 9 years ago
  39. 2b5355c st/mesa: make sure to create a "clean" bool when doing i2b by Ilia Mirkin · 9 years ago
  40. 9c4dc98 clover: Fix a bug with multi-threaded events v2 by Tom Stellard · 9 years ago
  41. f546902 clover: Add a mutex to guard queue::queued_events by Tom Stellard · 9 years ago
  42. 73f4010 i965/fs: Add missing initializer in fs_visitor(). by Matt Turner · 9 years ago
  43. 7a58262 egl: Remove skeleton implementation of EGL_MESA_screen_surface by Adam Jackson · 9 years ago
  44. 13fa84e egl/swrast: Enable config extension for swrast by Axel Davy · 9 years ago
  45. cdcfe48 egl/wayland: Implement swrast support by Axel Davy · 9 years ago
  46. cd25e52 egl/wayland: Simplify dri2_wl_create_surface by Axel Davy · 9 years ago
  47. f1cc478 egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h by Axel Davy · 9 years ago
  48. 4cd546d egl/wayland: Implement DRI_PRIME support by Axel Davy · 9 years ago
  49. fb0960a egl/wayland: Add support for render-nodes by Axel Davy · 9 years ago
  50. c4ff6d0 glx/dri3: Add additional check for gpu offloading case by Axel Davy · 9 years ago
  51. 05ac39a doc/egl: Remove depreciated EGL_SOFTWARE by Axel Davy · 9 years ago
  52. 6aaf09b egl/wayland: properly destroy wayland objects by Axel Davy · 9 years ago
  53. bfdae91 i965/fs: Disable opt_sampler_eot for textureGather by Neil Roberts · 9 years ago
  54. abf3fef mesa: use _mesa_has_compute_shaders instead of extension check by Tapani Pälli · 9 years ago
  55. 4a8cd27 main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE by Marta Lofstedt · 9 years ago
  56. 9ab90c0 r600: use pipe->hw prim convert from radeonsi by Dave Airlie · 9 years ago
  57. 1cbdafc freedreno/ir3/nir: fix build break after f752effa by Rob Clark · 9 years ago
  58. da136dc nv50/ir: only enable mul saturate on G200+ by Ilia Mirkin · 9 years ago
  59. 7892210 nvc0: reset the instanced elements state when doing blit using 3d engine by Ilia Mirkin · 9 years ago
  60. e9b1ea2 nvc0: keep track of PGRAPH state in nvc0_screen by Ilia Mirkin · 9 years ago
  61. f617029 nv50: keep track of PGRAPH state in nv50_screen by Ilia Mirkin · 9 years ago
  62. d6fb155 nir: Fix aggressive typos in nir_from_ssa.c. by Kenneth Graunke · 9 years ago
  63. fb5f411 nir/search: Save/restore the variables_seen bitmask when matching by Jason Ekstrand · 9 years ago
  64. e0cfe59 nir/search: Assert that variable id's are in range by Jason Ekstrand · 9 years ago
  65. 13facfb nir/search: handle explicitly sized sources in match_value by Jason Ekstrand · 9 years ago
  66. f752eff nir/nir: Use a linked list instead of a hash set for use/def sets by Jason Ekstrand · 9 years ago
  67. 2c2cd36 util/list: Add a list validation function by Jason Ekstrand · 9 years ago
  68. addcf41 util/list: Add list_empty and list_length functions by Jason Ekstrand · 9 years ago
  69. b31d898 util/list: Add C99-based iterator macros by Jason Ekstrand · 9 years ago
  70. 7a30668 util: Move gallium's linked list to util by Jason Ekstrand · 9 years ago
  71. 258b419 gallium/double_list: s/INLINE/inline and remove the p_compiler include by Jason Ekstrand · 9 years ago
  72. ecc2cfc nir: Use nir_instr_rewrite_src in copy propagation by Jason Ekstrand · 9 years ago
  73. f72a8d1 nir: Add a function for rewriting the condition of an if statement by Jason Ekstrand · 9 years ago
  74. 300d729 nir: Add and use initializer #defines for nir_src and nir_dest by Jason Ekstrand · 9 years ago
  75. 6702ebc nir: Modernize the out-of-SSA pass by Jason Ekstrand · 9 years ago
  76. 7ee0216 nir/validate: Validate SSA def parent instructions by Jason Ekstrand · 9 years ago
  77. c4ac09e nv50/ir: only propagate saturate up if some actual folding took place by Ilia Mirkin · 9 years ago
  78. 3bdbc1e nir: Delete all traces of nir_op_flog by Ian Romanick · 9 years ago
  79. ad51f9b nir: Don't produce nir_op_flog from GLSL IR by Ian Romanick · 9 years ago
  80. e0a17f6 nir: Delete all traces of nir_op_fexp by Ian Romanick · 9 years ago
  81. a45d55f nir: Don't produce nir_op_fexp from GLSL IR by Ian Romanick · 9 years ago
  82. 5e0dca6 prog_to_nir: OPCODE_EXP is not nir_op_fexp by Ian Romanick · 9 years ago
  83. f98c3f3 i965/fs: Improve a comment about stripping trailing zeroes by Neil Roberts · 9 years ago
  84. b004510 docs: Update the ARB_direct_state_access status by Fredrik Höglund · 9 years ago
  85. 97b268f mesa: Implement GetVertexArrayIndexed[64]iv by Fredrik Höglund · 9 years ago
  86. 2ad0268 mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG by Fredrik Höglund · 9 years ago
  87. 4f51603 mesa: Add a vao parameter to get_vertex_array_attrib by Fredrik Höglund · 9 years ago
  88. 1085c01 mesa: Implement GetVertexArrayiv by Fredrik Höglund · 9 years ago
  89. 0a895c3 mesa: Implement VertexArrayBindingDivisor by Fredrik Höglund · 9 years ago
  90. f2ef09d mesa: Add a vao parameter to vertex_binding_divisor by Fredrik Höglund · 9 years ago
  91. dc2eaaf mesa: Implement VertexArrayAttribBinding by Fredrik Höglund · 9 years ago
  92. ade0179 mesa: Add a vao parameter to vertex_attrib_binding by Fredrik Höglund · 9 years ago
  93. f0030b0 mesa: Implement VertexArrayAttrib[I|L]Format by Fredrik Höglund · 9 years ago
  94. fa350ea mesa: Add a vao parameter to update_array_format by Fredrik Höglund · 9 years ago
  95. bc6668e mesa: Refactor VertexAttrib[I|L]Format by Fredrik Höglund · 9 years ago
  96. 3089268 mesa: Implement VertexArrayVertexBuffers by Fredrik Höglund · 9 years ago
  97. cc9b68e mesa: Implement VertexArrayVertexBuffer by Fredrik Höglund · 9 years ago
  98. c59b531 mesa: Add a vao parameter to bind_vertex_buffer by Fredrik Höglund · 9 years ago
  99. 7ccc4f3 mesa: Implement VertexArrayElementBuffer by Fredrik Höglund · 9 years ago
  100. c99efbd mesa: Implement EnableVertexArrayAttrib by Fredrik Höglund · 9 years ago