1. 1d07552 docs: update the list of Mesa major versions and API support by Brian Paul · 8 years ago
  2. 7bac5bf gallium/radeon: fix crash/regression in performance counters by Nicolai Hähnle · 8 years ago
  3. cfd870d gallium/radeon: update documentation of buffer_get_virtual_address by Nicolai Hähnle · 8 years ago
  4. fd9f542 gallium/radeon: emit relocations for query fences by Nicolai Hähnle · 8 years ago
  5. 3e7cced radeon/uvd: adjust the buffer offset when relocation is used by Nicolai Hähnle · 8 years ago
  6. a48bf02 radeon/vce: adjust the buffer offset when relocation is used by Nicolai Hähnle · 8 years ago
  7. 13cb41f radeon/video: don't use sub-allocated buffers by Nicolai Hähnle · 8 years ago
  8. 1d466b9 gallium/hud: Add power sensor support by Steven Toth · 8 years ago
  9. 3abe68b nv50/ir: teach insnCanLoad() about SHLADD by Samuel Pitoiset · 8 years ago
  10. 115c79b nv50/ir: optimize SHLADD(a, b, c) to MOV((a << b) + c) by Samuel Pitoiset · 8 years ago
  11. 2e008be nv50/ir: optimize SHLADD(a, b, 0x0) to SHL(a, b) by Samuel Pitoiset · 8 years ago
  12. e4eb0fc nv50/ir: optimize IMAD to SHLADD in presence of power of 2 by Samuel Pitoiset · 8 years ago
  13. 31545b6 nvc0/ir: add emission for SHLADD by Samuel Pitoiset · 8 years ago
  14. 85132c7 nv50/ir: add preliminary support for SHLADD by Samuel Pitoiset · 8 years ago
  15. 6528747 nvc0: update GM107 sched control codes format by Samuel Pitoiset · 8 years ago
  16. e4b585f gallium/radeon: use smaller buffers for query results by Nicolai Hähnle · 8 years ago
  17. de84e99 gallium/radeon/winsyses: add radeon_winsys::min_alloc_size by Nicolai Hähnle · 8 years ago
  18. 7a0e543 radeonsi: enable ARB_query_buffer_object (v2) by Nicolai Hähnle · 8 years ago
  19. 15e2661 gallium/radeon: implement get_query_result_resource (v2) by Nicolai Hähnle · 8 years ago
  20. 2c9d546 gallium/radeon: zero all query buffers by Nicolai Hähnle · 8 years ago
  21. daeab01 gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result by Nicolai Hähnle · 8 years ago
  22. 631c473 gallium/radeon: add query fences and r600_get_hw_query_params by Nicolai Hähnle · 8 years ago
  23. 51b57a9 radeonsi: add save_qbo_state by Nicolai Hähnle · 8 years ago
  24. 70f9ca2 radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2) by Nicolai Hähnle · 8 years ago
  25. 8d45243 gallium/radeon: add r600_gfx_{write,wait}_fence by Nicolai Hähnle · 8 years ago
  26. 8e4de00 gallium/radeon: add barrier_flags to r600_common_screen by Nicolai Hähnle · 8 years ago
  27. 577e060 glsl: remove remaining tabs from ast_type.cpp by Timothy Arceri · 8 years ago
  28. 222f66a glsl: remove remaining tabs from ast_to_hir.cpp by Timothy Arceri · 8 years ago
  29. fc1d200 glsl: remove remaining tabs from ast_array_index.cpp by Timothy Arceri · 8 years ago
  30. b193c4d glsl: remove tabs from ast_expr.cpp by Timothy Arceri · 8 years ago
  31. 386045a glsl: remove tabs from linker.{cpp,h} by Timothy Arceri · 8 years ago
  32. 8c60bcb gallium/hud: Add support for block I/O, network I/O and lmsensor stats by Steven Toth · 8 years ago
  33. 29783c0 i965: Remove useless (harmful) assertion by Ben Widawsky · 8 years ago
  34. 2a721b1 vc4: Emit perf debug when we fall back to quad clears. by Eric Anholt · 8 years ago
  35. 1aa8a03 nir: Optimize out discard_ifs with a constant 0 argument. by Eric Anholt · 8 years ago
  36. 8d8c440 gallium/radeon: Initialize pipe_resource::next to NULL by Michel Dänzer · 8 years ago
  37. 3eb0bae glsl: don't crash when dumping shaders if some come from cache by Timothy Arceri · 8 years ago
  38. 87ab26b glsl: Add initial functions to implement an on-disk cache by Timothy Arceri · 8 years ago
  39. 44bcf1f .gitignore: Ignore src/compiler/spirv2nir by Chad Versace · 8 years ago
  40. ea6ed23 glsl: Fix cut-and-paste bug in hierarchical visitor ir_expression::accept by Ian Romanick · 8 years ago
  41. 7f64041 glsl: Add bit_xor builder by Ian Romanick · 8 years ago
  42. 5f7f7d5 glsl/standalone: Enable GLSL 4.00 through 4.50 by Ian Romanick · 8 years ago
  43. 798d1b8 glsl/standalone: Use API_OPENGL_CORE if the GLSL version is >= 1.40 by Ian Romanick · 8 years ago
  44. afd9973 glsl: Update function parameter documentation for do_common_optimization by Ian Romanick · 8 years ago
  45. bacdd9e configure.ac: add llvm inteljitevents component if enabled by Tim Rowley · 8 years ago
  46. 50842e8 swr: replace gallium->swr format enum conversion by Tim Rowley · 8 years ago
  47. 4421c0f gallium/radeon/winsyses: reduce the number of pb_cache buckets by Nicolai Hähnle · 8 years ago
  48. fb827c0 winsys/radeon: enable buffer allocation from slabs by Nicolai Hähnle · 8 years ago
  49. a1e391e winsys/radeon: add fine-grained fences for slab buffers by Nicolai Hähnle · 8 years ago
  50. 0edebde winsys/radeon: add slab buffer list by Nicolai Hähnle · 8 years ago
  51. cbb9c2f winsys/radeon: separate adding a buffer from updating its reloc data by Nicolai Hähnle · 8 years ago
  52. a9e8672 winsys/radeon: add slab entry structures to radeon_bo by Nicolai Hähnle · 8 years ago
  53. ffa1c66 winsys/amdgpu: enable buffer allocation from slabs by Nicolai Hähnle · 8 years ago
  54. a383259 winsys/amdgpu: add fence and buffer list logic for slab allocated buffers by Nicolai Hähnle · 8 years ago
  55. a987e43 winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo by Nicolai Hähnle · 8 years ago
  56. 5af9eef winsys/amdgpu: do not synchronize unsynchronized buffers by Nicolai Hähnle · 8 years ago
  57. 6d89a40 gallium/radeon: add RADEON_FLAG_HANDLE by Nicolai Hähnle · 8 years ago
  58. e703f71 gallium/radeon: add RADEON_USAGE_SYNCHRONIZED by Nicolai Hähnle · 8 years ago
  59. 84f156c gallium/pipebuffer: add pb_slab utility by Nicolai Hähnle · 8 years ago
  60. b3ebc22 gallium/u_math: add util_logbase2_ceil by Nicolai Hähnle · 8 years ago
  61. c060f29 i915g: add dma-buf support to i915_drm_buffer_get_handle by Nicholas Bishop · 8 years ago
  62. aa560e8 st/dri: check pipe_screen->resource_get_handle() return value by Nicholas Bishop · 8 years ago
  63. 2d05ba2 gbm: return appropriate error when queryImage() fails by Nicholas Bishop · 8 years ago
  64. a599302 st/va Avoid VBR bitrate calculation overflow v2 by Andy Furniss · 8 years ago
  65. a543f23 st/va: Fix vaSyncSurface with no outstanding operation by Mark Thompson · 8 years ago
  66. df92036 glsl: remove remaining tabs in glsl_parser_extras.h by Timothy Arceri · 8 years ago
  67. 477cc0e st/mesa: enable ARB_ES3_2_compatibility when enough available by Ilia Mirkin · 8 years ago
  68. 67fbaa5 st/mesa: enable GL_ANDROID_extension_pack_es31a when available by Ilia Mirkin · 8 years ago
  69. 63e8221 glsl: move some uniform linking code to new link_assign_uniform_storage() by Timothy Arceri · 8 years ago
  70. ab67b6a glsl: move some uniform linking code to new link_setup_uniform_remap_tables() by Timothy Arceri · 8 years ago
  71. 856e0bd i965: create populate key functions for tcs and tes by Timothy Arceri · 8 years ago
  72. ec75570 i965: make gs key generation helper available to shader cache by Timothy Arceri · 8 years ago
  73. 481d8ec glsl: use reproducible name for lowered const arrays by Timothy Arceri · 8 years ago
  74. 017081a i965: make vs and fs key generation helpers available to shader cache by Carl Worth · 8 years ago
  75. f61669f glsl: Prepare standalone compiler to be able to use parameter lists by Carl Worth · 9 years ago
  76. f24b517 nv50/ir: fix comments about instructions info by Samuel Pitoiset · 8 years ago
  77. ecd6fce mesa/st: support lowering multi-planar YUV by Rob Clark · 8 years ago
  78. e0ec1c3 mesa/st: add nir pass to lower tex_src_plane by Rob Clark · 8 years ago
  79. c2a60ca mesa/st: add lowering pass for YUV samplers by Rob Clark · 8 years ago
  80. 8e3e9d7 aubinator: Fix the decoding of values that span two Dwords by Sirisha Gandikota · 8 years ago
  81. ac859d6 nvc0: allow to force compiling programs in debug build by Samuel Pitoiset · 8 years ago
  82. e05042b nv50/ir: drop unused NVISA_XXX_CHIPSET constants by Samuel Pitoiset · 8 years ago
  83. be0535b gallium/util: make use of strtol() in debug_get_num_option() by Samuel Pitoiset · 8 years ago
  84. 5da2424 r600g: Add support for PK2H/UP2H by Glenn Kennard · 9 years ago
  85. eb2dc04 i965: stop passing stage as a function parameter by Timothy Arceri · 8 years ago
  86. b382781 aubinator: fix resource leak by Nayan Deshmukh · 8 years ago
  87. cb7c2c9 osmesa: Unbind the current context when given a null context and buffer. by Emilio Cobos Álvarez · 8 years ago
  88. 07d1f8f st/mesa: small optimization in swizzle_swizzle() by Brian Paul · 8 years ago
  89. 1cdc232 st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj() by Brian Paul · 8 years ago
  90. c0d7b60 svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible by Brian Paul · 8 years ago
  91. f942a70 svga: don't special case caps for SVGA3D_R32_FLOAT by Brian Paul · 8 years ago
  92. 14639cd svga: use new adjust_z_layer() helper in svga_pipe_blit.c by Brian Paul · 8 years ago
  93. c420005 svga: simplify/improve the format compatibility check for region copies by Brian Paul · 8 years ago
  94. 2ad4ba0 svga: add const qualifier on svga_translate_format() by Brian Paul · 8 years ago
  95. 4d04696 svga: eliminate unneeded gotos in svga_validate_surface_view() by Brian Paul · 8 years ago
  96. 47f16f5 svga: disable srgb format related code from svga_blit() by Neha Bhende · 8 years ago
  97. 29c174a Revert "glsl: move xfb BufferStride into gl_transform_feedback_info" by Timothy Arceri · 8 years ago
  98. 943b69c glsl: Delete linker stuff relating to built-in functions. by Kenneth Graunke · 10 years ago
  99. f7a5c71 glsl: Delete ftransform support from builtin_functions.cpp. by Kenneth Graunke · 8 years ago
  100. b04ef3c glsl: Immediately inline built-ins rather than generating calls. by Kenneth Graunke · 10 years ago