1. b31d898 util/list: Add C99-based iterator macros by Jason Ekstrand · 9 years ago
  2. 7a30668 util: Move gallium's linked list to util by Jason Ekstrand · 9 years ago
  3. 258b419 gallium/double_list: s/INLINE/inline and remove the p_compiler include by Jason Ekstrand · 9 years ago
  4. ecc2cfc nir: Use nir_instr_rewrite_src in copy propagation by Jason Ekstrand · 9 years ago
  5. f72a8d1 nir: Add a function for rewriting the condition of an if statement by Jason Ekstrand · 9 years ago
  6. 300d729 nir: Add and use initializer #defines for nir_src and nir_dest by Jason Ekstrand · 9 years ago
  7. 6702ebc nir: Modernize the out-of-SSA pass by Jason Ekstrand · 9 years ago
  8. 7ee0216 nir/validate: Validate SSA def parent instructions by Jason Ekstrand · 9 years ago
  9. c4ac09e nv50/ir: only propagate saturate up if some actual folding took place by Ilia Mirkin · 9 years ago
  10. 3bdbc1e nir: Delete all traces of nir_op_flog by Ian Romanick · 9 years ago
  11. ad51f9b nir: Don't produce nir_op_flog from GLSL IR by Ian Romanick · 9 years ago
  12. e0a17f6 nir: Delete all traces of nir_op_fexp by Ian Romanick · 9 years ago
  13. a45d55f nir: Don't produce nir_op_fexp from GLSL IR by Ian Romanick · 9 years ago
  14. 5e0dca6 prog_to_nir: OPCODE_EXP is not nir_op_fexp by Ian Romanick · 9 years ago
  15. f98c3f3 i965/fs: Improve a comment about stripping trailing zeroes by Neil Roberts · 9 years ago
  16. 97b268f mesa: Implement GetVertexArrayIndexed[64]iv by Fredrik Höglund · 9 years ago
  17. 2ad0268 mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG by Fredrik Höglund · 9 years ago
  18. 4f51603 mesa: Add a vao parameter to get_vertex_array_attrib by Fredrik Höglund · 9 years ago
  19. 1085c01 mesa: Implement GetVertexArrayiv by Fredrik Höglund · 9 years ago
  20. 0a895c3 mesa: Implement VertexArrayBindingDivisor by Fredrik Höglund · 9 years ago
  21. f2ef09d mesa: Add a vao parameter to vertex_binding_divisor by Fredrik Höglund · 9 years ago
  22. dc2eaaf mesa: Implement VertexArrayAttribBinding by Fredrik Höglund · 9 years ago
  23. ade0179 mesa: Add a vao parameter to vertex_attrib_binding by Fredrik Höglund · 9 years ago
  24. f0030b0 mesa: Implement VertexArrayAttrib[I|L]Format by Fredrik Höglund · 9 years ago
  25. fa350ea mesa: Add a vao parameter to update_array_format by Fredrik Höglund · 9 years ago
  26. bc6668e mesa: Refactor VertexAttrib[I|L]Format by Fredrik Höglund · 9 years ago
  27. 3089268 mesa: Implement VertexArrayVertexBuffers by Fredrik Höglund · 9 years ago
  28. cc9b68e mesa: Implement VertexArrayVertexBuffer by Fredrik Höglund · 9 years ago
  29. c59b531 mesa: Add a vao parameter to bind_vertex_buffer by Fredrik Höglund · 9 years ago
  30. 7ccc4f3 mesa: Implement VertexArrayElementBuffer by Fredrik Höglund · 9 years ago
  31. c99efbd mesa: Implement EnableVertexArrayAttrib by Fredrik Höglund · 9 years ago
  32. 96b6463 mesa: Implement DisableVertexArrayAttrib by Fredrik Höglund · 9 years ago
  33. 6c37acf mesa: Keep track of the last looked-up VAO by Fredrik Höglund · 9 years ago
  34. 2830c2f mesa: Add _mesa_lookup_vao_err by Fredrik Höglund · 9 years ago
  35. a1f4826 mesa: Implement CreateVertexArrays by Fredrik Höglund · 9 years ago
  36. e51bad6 i965/skl: In opt_sampler_eot always set destination register to null by Neil Roberts · 9 years ago
  37. 1c5de55 i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eot by Neil Roberts · 9 years ago
  38. ef83c9b st/mesa: add double input support including lowering (v3.1) by Dave Airlie · 9 years ago
  39. c4254ee mesa/vbo: add support for 64-bit vertex attributes. (v1) by Dave Airlie · 9 years ago
  40. ad208d9 glsl: check total count of multi-slot double vertex attribs by Dave Airlie · 9 years ago
  41. 023fc34 glsl: track which program inputs are doubles by Dave Airlie · 9 years ago
  42. 5d6190e glsl: add ARB_vertex_attrib_64bit support. (v2) by Dave Airlie · 9 years ago
  43. fc71ae7 mesa: add ARB_vertex_attrib_64bit to extensions. (v2) by Dave Airlie · 9 years ago
  44. 5a7f049 mapi: add GL_ARB_vertex_attrib_64bit support by Dave Airlie · 9 years ago
  45. 731b7c4 st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doubles by Dave Airlie · 9 years ago
  46. b1119ce i965/wm/gen6: Add option for disabling statistics collection by Topi Pohjolainen · 9 years ago
  47. dae7183 i965/wm/gen6: Refactor state setup by Topi Pohjolainen · 9 years ago
  48. d14f3e1 i965: Remove unused variables by Anuj Phogat · 9 years ago
  49. 15259d6 i965: Change the order of conditions tested in if by Anuj Phogat · 9 years ago
  50. 8e02910 nir: Allow feq/fne/ieq/ine to be optimized with inot. by Matt Turner · 9 years ago
  51. f5cf74d nir: Recognize (a < c || b < c) as min(a, b) < c. by Matt Turner · 9 years ago
  52. ceb8b73 nir: Recognize trivial min/max. by Matt Turner · 9 years ago
  53. 8ae5599 nir: Recognize i2b(b2i(x)) as x. by Matt Turner · 9 years ago
  54. 74697e2 nir: Recognize imul(b2i(a), b2i(b)) as a logical AND. by Matt Turner · 9 years ago
  55. c636284 i965/sync: Implement DRI2_Fence extension by Chad Versace · 9 years ago
  56. 2516d83 i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync' by Chad Versace · 9 years ago
  57. 19b5a82 i915/sync: Return early when calloc fails by Chad Versace · 9 years ago
  58. 00f3c7b i965/sync: Return NULL when calloc fails by Chad Versace · 9 years ago
  59. 9cf9a2d i915/sync: Don't crash when deleting sync object by Chad Versace · 9 years ago
  60. a93ab73 i965/sync: Don't crash when deleting sync object by Chad Versace · 9 years ago
  61. a6bfdd7 egl/dri2: Fix codestyle in a comment by Chad Versace · 9 years ago
  62. cedd500 glx: report which DRI version is used when in verbose debug mode by Martin Peres · 9 years ago
  63. cf5e015 glapi: Add positional argument specifier. by Vinson Lee · 9 years ago
  64. 55b66dc nv50/ir: add SHL to the list of U32 opcodes by Ilia Mirkin · 9 years ago
  65. 51e3453 i965: Sort extension enable lists by Ian Romanick · 9 years ago
  66. 382b1a3 r600g: Fix Clang return-type build error. by Vinson Lee · 9 years ago
  67. 0c0ca55 i965/fs: Allow copy propagation on ATTR file registers. by Kenneth Graunke · 9 years ago
  68. 7a75b55 i965/fs_inst: Get rid of the effective_width field by Jason Ekstrand · 9 years ago
  69. 41868bb i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction by Jason Ekstrand · 9 years ago
  70. 94ee908 i965/fs: Make LOAD_PAYLOAD take a header size by Jason Ekstrand · 9 years ago
  71. 74dccda i965/fs: Make emit_single_fb_write take an explicit exec_size by Jason Ekstrand · 9 years ago
  72. 32af7d4 i965/fs_inst: Add an is_copy_payload helper by Jason Ekstrand · 9 years ago
  73. 76c1086 i965: Change header_present to header_size in backend_instruction by Jason Ekstrand · 9 years ago
  74. a9ccb14 i965/fs_cse: Factor out code to create copy instructions by Jason Ekstrand · 9 years ago
  75. cf4607e i965/fs: Make half(fs_reg, unsigned) handle register files more explicitly by Jason Ekstrand · 9 years ago
  76. 88414de i965/fs: Fix passing an immediate to half(). by Francisco Jerez · 9 years ago
  77. 5b2d348 swrast: Build fix for darwin by Jeremy Huddleston Sequoia · 10 years ago
  78. b0f410a egl/dri2: Check return value of __DRI2fence::create_fence() by Chad Versace · 9 years ago
  79. b8a1495 draw: (trivial) fix out-of-bounds vector initialization by Roland Scheidegger · 9 years ago
  80. 9891fc3 main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv() by Martin Peres · 9 years ago
  81. ef5d4bc ilo: silence a compiler warning by Chia-I Wu · 9 years ago
  82. 818cc90 mesa: support compute stage in _mesa_program_resource_prop by Tapani Pälli · 9 years ago
  83. 3706e5d glsl: mark special built-in inputs referenced by vertex stage by Tapani Pälli · 9 years ago
  84. 5fc2337 i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index by Chris Forbes · 9 years ago
  85. c41f625 i965/gen6: Upload all the SF viewports by Chris Forbes · 9 years ago
  86. 2a8835d i965/gen6: Upload all the clip viewports by Chris Forbes · 9 years ago
  87. 0374159 i965/gen6: setup limits for ARB_viewport_array by Chris Forbes · 9 years ago
  88. 212f26b st/mesa: fix pipe_query_result result initializer by Brian Paul · 9 years ago
  89. 062e2b0 st/mesa: fix st_NewPerfMonitor() declaration by Brian Paul · 9 years ago
  90. 0beaf1c glsl: add parens in shader_integer_mix() to silence compiler warning by Brian Paul · 9 years ago
  91. f7bdb2f st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10 by Brian Paul · 9 years ago
  92. cea910b nvc0: all queries use an unsigned 64-bits integer by default by Samuel Pitoiset · 10 years ago
  93. 35a9286 nvc0: make begin_query return false when all MP counters are used by Samuel Pitoiset · 10 years ago
  94. ed7d388 nvc0: define driver-specific query groups by Samuel Pitoiset · 10 years ago
  95. 4cd1cfb st/mesa: implement GL_AMD_performance_monitor by Christoph Bumiller · 10 years ago
  96. 96f164f gallium: make pipe_context::begin_query return a boolean by Samuel Pitoiset · 10 years ago
  97. 546ec98 gallium: replace pipe_driver_query_info::max_value by a union by Samuel Pitoiset · 10 years ago
  98. d5b2832 gallium: add new numeric types to pipe_query_result by Samuel Pitoiset · 10 years ago
  99. b620829 gallium: add new fields to pipe_driver_query_info by Samuel Pitoiset · 10 years ago
  100. f137f5c gallium: add pipe_screen::get_driver_query_group_info by Samuel Pitoiset · 10 years ago