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