1. bacdd9e configure.ac: add llvm inteljitevents component if enabled by Tim Rowley · 8 years ago
  2. 50842e8 swr: replace gallium->swr format enum conversion by Tim Rowley · 8 years ago
  3. 4421c0f gallium/radeon/winsyses: reduce the number of pb_cache buckets by Nicolai Hähnle · 8 years ago
  4. fb827c0 winsys/radeon: enable buffer allocation from slabs by Nicolai Hähnle · 8 years ago
  5. a1e391e winsys/radeon: add fine-grained fences for slab buffers by Nicolai Hähnle · 8 years ago
  6. 0edebde winsys/radeon: add slab buffer list by Nicolai Hähnle · 8 years ago
  7. cbb9c2f winsys/radeon: separate adding a buffer from updating its reloc data by Nicolai Hähnle · 8 years ago
  8. a9e8672 winsys/radeon: add slab entry structures to radeon_bo by Nicolai Hähnle · 8 years ago
  9. ffa1c66 winsys/amdgpu: enable buffer allocation from slabs by Nicolai Hähnle · 8 years ago
  10. a383259 winsys/amdgpu: add fence and buffer list logic for slab allocated buffers by Nicolai Hähnle · 8 years ago
  11. a987e43 winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo by Nicolai Hähnle · 8 years ago
  12. 5af9eef winsys/amdgpu: do not synchronize unsynchronized buffers by Nicolai Hähnle · 8 years ago
  13. 6d89a40 gallium/radeon: add RADEON_FLAG_HANDLE by Nicolai Hähnle · 8 years ago
  14. e703f71 gallium/radeon: add RADEON_USAGE_SYNCHRONIZED by Nicolai Hähnle · 8 years ago
  15. 84f156c gallium/pipebuffer: add pb_slab utility by Nicolai Hähnle · 8 years ago
  16. b3ebc22 gallium/u_math: add util_logbase2_ceil by Nicolai Hähnle · 8 years ago
  17. c060f29 i915g: add dma-buf support to i915_drm_buffer_get_handle by Nicholas Bishop · 8 years ago
  18. aa560e8 st/dri: check pipe_screen->resource_get_handle() return value by Nicholas Bishop · 8 years ago
  19. 2d05ba2 gbm: return appropriate error when queryImage() fails by Nicholas Bishop · 8 years ago
  20. a599302 st/va Avoid VBR bitrate calculation overflow v2 by Andy Furniss · 8 years ago
  21. a543f23 st/va: Fix vaSyncSurface with no outstanding operation by Mark Thompson · 8 years ago
  22. df92036 glsl: remove remaining tabs in glsl_parser_extras.h by Timothy Arceri · 8 years ago
  23. 477cc0e st/mesa: enable ARB_ES3_2_compatibility when enough available by Ilia Mirkin · 8 years ago
  24. 67fbaa5 st/mesa: enable GL_ANDROID_extension_pack_es31a when available by Ilia Mirkin · 8 years ago
  25. 63e8221 glsl: move some uniform linking code to new link_assign_uniform_storage() by Timothy Arceri · 8 years ago
  26. ab67b6a glsl: move some uniform linking code to new link_setup_uniform_remap_tables() by Timothy Arceri · 8 years ago
  27. 856e0bd i965: create populate key functions for tcs and tes by Timothy Arceri · 8 years ago
  28. ec75570 i965: make gs key generation helper available to shader cache by Timothy Arceri · 8 years ago
  29. 481d8ec glsl: use reproducible name for lowered const arrays by Timothy Arceri · 8 years ago
  30. 017081a i965: make vs and fs key generation helpers available to shader cache by Carl Worth · 8 years ago
  31. f61669f glsl: Prepare standalone compiler to be able to use parameter lists by Carl Worth · 9 years ago
  32. f24b517 nv50/ir: fix comments about instructions info by Samuel Pitoiset · 8 years ago
  33. ecd6fce mesa/st: support lowering multi-planar YUV by Rob Clark · 8 years ago
  34. e0ec1c3 mesa/st: add nir pass to lower tex_src_plane by Rob Clark · 8 years ago
  35. c2a60ca mesa/st: add lowering pass for YUV samplers by Rob Clark · 8 years ago
  36. 8e3e9d7 aubinator: Fix the decoding of values that span two Dwords by Sirisha Gandikota · 8 years ago
  37. ac859d6 nvc0: allow to force compiling programs in debug build by Samuel Pitoiset · 8 years ago
  38. e05042b nv50/ir: drop unused NVISA_XXX_CHIPSET constants by Samuel Pitoiset · 8 years ago
  39. be0535b gallium/util: make use of strtol() in debug_get_num_option() by Samuel Pitoiset · 8 years ago
  40. 5da2424 r600g: Add support for PK2H/UP2H by Glenn Kennard · 9 years ago
  41. eb2dc04 i965: stop passing stage as a function parameter by Timothy Arceri · 8 years ago
  42. b382781 aubinator: fix resource leak by Nayan Deshmukh · 8 years ago
  43. cb7c2c9 osmesa: Unbind the current context when given a null context and buffer. by Emilio Cobos Álvarez · 8 years ago
  44. 07d1f8f st/mesa: small optimization in swizzle_swizzle() by Brian Paul · 8 years ago
  45. 1cdc232 st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj() by Brian Paul · 8 years ago
  46. c0d7b60 svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible by Brian Paul · 8 years ago
  47. f942a70 svga: don't special case caps for SVGA3D_R32_FLOAT by Brian Paul · 8 years ago
  48. 14639cd svga: use new adjust_z_layer() helper in svga_pipe_blit.c by Brian Paul · 8 years ago
  49. c420005 svga: simplify/improve the format compatibility check for region copies by Brian Paul · 8 years ago
  50. 2ad4ba0 svga: add const qualifier on svga_translate_format() by Brian Paul · 8 years ago
  51. 4d04696 svga: eliminate unneeded gotos in svga_validate_surface_view() by Brian Paul · 8 years ago
  52. 47f16f5 svga: disable srgb format related code from svga_blit() by Neha Bhende · 8 years ago
  53. 29c174a Revert "glsl: move xfb BufferStride into gl_transform_feedback_info" by Timothy Arceri · 8 years ago
  54. 943b69c glsl: Delete linker stuff relating to built-in functions. by Kenneth Graunke · 10 years ago
  55. f7a5c71 glsl: Delete ftransform support from builtin_functions.cpp. by Kenneth Graunke · 8 years ago
  56. b04ef3c glsl: Immediately inline built-ins rather than generating calls. by Kenneth Graunke · 10 years ago
  57. 1617f59 glsl: Check TCS barrier restrictions at ast_to_hir time, not link time. by Kenneth Graunke · 8 years ago
  58. f5a6aab glsl: move xfb BufferStride into gl_transform_feedback_info by Timothy Arceri · 8 years ago
  59. 85e9bbc Revert "mapi: export all GLES 3.2 functions in libGLESv2.so" by Dylan Baker · 8 years ago
  60. 8ce2afe i965: Enable EGL_KHR_gl_texture_3D_image by Adam Jackson · 8 years ago
  61. 5981366 i915: Enable EGL_KHR_gl_texture_3D_image by Adam Jackson · 8 years ago
  62. f17948a anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer by Nicolas Koch · 8 years ago
  63. 6b21728 anv: get rid of duplicated values from gen_device_info by Lionel Landwerlin · 8 years ago
  64. 94d0e7d i965: get rid of duplicated values from gen_device_info by Lionel Landwerlin · 8 years ago
  65. bc24590 intel/i965: make gen_device_info mutable by Lionel Landwerlin · 8 years ago
  66. e60928f gallium: remove unused PIPE_CC_GCC_VERSION by Timothy Arceri · 8 years ago
  67. 4eb0e90 util: remove Sun C Compiler support by Timothy Arceri · 8 years ago
  68. c0a7e93 st/mesa: turn on OES_viewport_array when dependencies are met by Ilia Mirkin · 8 years ago
  69. 0f01aa8 mesa: add implementations for new float depth functions by Ilia Mirkin · 8 years ago
  70. 381b15d mesa: move ARB_viewport_array params to a GLES 3.1-accessible section by Ilia Mirkin · 8 years ago
  71. 5644a90 mesa: add GL_OES_viewport_array to the extension string by Ilia Mirkin · 8 years ago
  72. 70aef97 glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex by Ilia Mirkin · 8 years ago
  73. 411a72d mesa: add new entrypoints for GL_OES_viewport_array by Ilia Mirkin · 8 years ago
  74. e66a2b8 mapi: export all GLES 3.2 functions in libGLESv2.so by Dylan Baker · 8 years ago
  75. ce83e36 mapi: sort static_data.py functions by Dylan Baker · 8 years ago
  76. 2fd51cf mapi: retab static_data.py to be consistent by Dylan Baker · 8 years ago
  77. 9adfa69 spirv: fix AtomicLoad/Store on images by Lionel Landwerlin · 8 years ago
  78. 36f0f03 nir: Allow opt_peephole_sel to be more aggressive in flattening IFs. by Eric Anholt · 8 years ago
  79. 6c648cd docs: Mark ES 3.2 "all done" for i965/gen9+. by Kenneth Graunke · 8 years ago
  80. a4fbc73 docs: Add ES 3.2 to release notes. by Kenneth Graunke · 8 years ago
  81. b356845 gallium/util: add comment on util_is_format_compatible() by Brian Paul · 8 years ago
  82. 99d9f76 svga: minor simplification in svga_validate_surface_view() by Brian Paul · 8 years ago
  83. 1cc7a76 svga: remove disable_shader debug variable by Brian Paul · 8 years ago
  84. a53da57 i965: Enable ES 3.2 on Skylake. by Kenneth Graunke · 8 years ago
  85. d2f42a9 nir/spirv/glsl450: Add support for the InterpolateAt opcodes by Jason Ekstrand · 8 years ago
  86. a529644 nir/spirv: Claim support for SampleRateShading by Jason Ekstrand · 8 years ago
  87. 7c48622 nir/spirv: Bring back the spirv2nir helper binary by Jason Ekstrand · 8 years ago
  88. e4648ba i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET. by Chuanbo Weng · 8 years ago
  89. 9e8de86 egl: return corresponding offset of EGLImage instead of 0. by Chuanbo Weng · 8 years ago
  90. 1ceb775 dri: add offset attribute and bump version of EGLImage extensions. by Chuanbo Weng · 8 years ago
  91. e5311ba i965/ir: Test thread dispatch packing assumptions. by Francisco Jerez · 8 years ago
  92. c05a4f1 i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch case. by Francisco Jerez · 8 years ago
  93. f57f526 i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dispatch. by Francisco Jerez · 8 years ago
  94. 8a468d1 i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNEL by Jason Ekstrand · 8 years ago
  95. a2392ce i965/reg: Make brw_sr0_reg take a subnr and return a vec1 reg by Jason Ekstrand · 8 years ago
  96. b8162d6 anv: pipeline: use correct number of thread for compute by Lionel Landwerlin · 8 years ago
  97. f2d43b4 anv: allocator: correct scratch space for haswell by Lionel Landwerlin · 8 years ago
  98. 09394ee anv: device: calculate compute thread numbers using subslices numbers by Lionel Landwerlin · 8 years ago
  99. 1f29136 gallivm: support negation on 64-bit integers by Nicolai Hähnle · 8 years ago
  100. 4207612 radeonsi: prepare 64-bit integer support. (v2) by Dave Airlie · 8 years ago