1. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago
  2. c753866 i965/vec4: Fix the source register for indexed samplers by Neil Roberts · 9 years ago
  3. aab55b0 st/mesa: improve assertions in vp/fp translation by Marek Olšák · 10 years ago
  4. 42a3c1e mesa: don't rebind constant buffers after every state change if GS is active by Marek Olšák · 9 years ago
  5. 358b6bb mesa: generalize sso stage interleaving check by Chris Forbes · 10 years ago
  6. 8af11af mesa: remove unused variables from gl_program by Marek Olšák · 9 years ago
  7. fa49536 glsl: add ir reader support for ir_barrier by Chris Forbes · 10 years ago
  8. 2f86c22 glsl: print locations of variables by Marek Olšák · 10 years ago
  9. da69964 Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10" by Timothy Arceri · 9 years ago
  10. 7d88ab4 mesa: set override_version per api version override by Tapani Pälli · 9 years ago
  11. 1a6220b i965: Fix aligning to the block size in intel_miptree_copy_slice by Neil Roberts · 9 years ago
  12. 8b24388 nv50,nvc0: clamp uniform size to 64k by Ilia Mirkin · 9 years ago
  13. a2af42c nvc0/ir: fix collection of first uses for texture barrier insertion by Ilia Mirkin · 9 years ago
  14. 932d161 egl: Drop check for driver != NULL. by Eric Anholt · 9 years ago
  15. bcd8a64 gallium: Drop the gallium-specific Android sw winsys. by Eric Anholt · 9 years ago
  16. 6ce0b0e vc4: Add support for building on Android. by Eric Anholt · 9 years ago
  17. fd32348 gallium: Enable build of NIR support on Android. by Eric Anholt · 9 years ago
  18. 71aaf62 egl/dri2: Fix Android Lollipop build on ARM. by Eric Anholt · 9 years ago
  19. 8e9eec5 meta: Abort texture upload if pixels == null and no pixel unpack buffer set by Anuj Phogat · 9 years ago
  20. a4ff47a meta: Abort meta path if ReadPixels need rgb to luminance conversion by Anuj Phogat · 9 years ago
  21. ba2b1f8 mesa: Turn need_rgb_to_luminance_conversion() in to a global function by Anuj Phogat · 10 years ago
  22. 0b13adc mesa: Use helper function need_rgb_to_luminance_conversion() by Anuj Phogat · 10 years ago
  23. 82abdf2 mesa: Handle integer formats in need_rgb_to_luminance_conversion() by Anuj Phogat · 10 years ago
  24. 6c14b66 meta: Use is_power_of_two() helper function by Anuj Phogat · 9 years ago
  25. 2784602 i965: Check for miptree pitch alignment before using intel_miptree_map_movntdqa() by Anuj Phogat · 10 years ago
  26. 84d27c3 i965: Remove break after return by Anuj Phogat · 9 years ago
  27. 2e42deb nv50/ir: OP_JOIN is a flow instruction by Jürgen Rühle · 9 years ago
  28. 94ab563 ilo: add ilo_state_raster_{line,poly}_stipple by Chia-I Wu · 9 years ago
  29. 7cb853d ilo: add ilo_state_sample_pattern by Chia-I Wu · 9 years ago
  30. 8f37e8e ilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster by Chia-I Wu · 9 years ago
  31. b0a2280 gallium/util: add util_last_bit64 by Marek Olšák · 9 years ago
  32. 2489054 glsl: fix "tesselation" typo by Marek Olšák · 9 years ago
  33. 7905108 r600g: handle TGSI input/output array declarations correctly by Marek Olšák · 9 years ago
  34. 117926d ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch] by Chia-I Wu · 9 years ago
  35. 54e0a8e ilo: add ilo_state_ps to ilo_shader_cso by Chia-I Wu · 9 years ago
  36. 30fcb31 ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso by Chia-I Wu · 9 years ago
  37. da6e45f ilo: embed ilo_state_sbe in ilo_shader by Chia-I Wu · 9 years ago
  38. 5a52627 ilo: embed ilo_state_vf in ilo_ve_state by Chia-I Wu · 9 years ago
  39. 9bfa987 ilo: embed ilo_state_urb in ilo_state_vector by Chia-I Wu · 9 years ago
  40. eaf2c73 ilo: embed ilo_state_sol in ilo_shader by Chia-I Wu · 9 years ago
  41. 960ca7d ilo: embed ilo_state_cc in ilo_blend_state by Chia-I Wu · 9 years ago
  42. 402e155 ilo: embed ilo_state_raster in ilo_rasterizer_state by Chia-I Wu · 9 years ago
  43. ded7d41 ilo: embed ilo_state_viewport in ilo_viewport_state by Chia-I Wu · 9 years ago
  44. 4b5c0a8 ilo: replace ilo_sampler_cso with ilo_state_sampler by Chia-I Wu · 9 years ago
  45. 745ef2c ilo: replace ilo_view_surface with ilo_state_surface by Chia-I Wu · 9 years ago
  46. c10c1ac ilo: replace ilo_zs_surface with ilo_state_zs by Chia-I Wu · 9 years ago
  47. 6dad848 ilo: add ilo_state_ps by Chia-I Wu · 9 years ago
  48. df9f846 ilo: add ilo_state_{vs,hs,ds,gs} by Chia-I Wu · 9 years ago
  49. a0bb1c2 ilo: add ilo_state_sbe by Chia-I Wu · 9 years ago
  50. 1ccab94 ilo: add ilo_state_vf by Chia-I Wu · 9 years ago
  51. 9c77ebe ilo: add ilo_state_urb by Chia-I Wu · 9 years ago
  52. 3ff40be ilo: add ilo_state_sol by Chia-I Wu · 9 years ago
  53. 62bb643 ilo: add ilo_state_cc by Chia-I Wu · 9 years ago
  54. 6be8b60 ilo: add ilo_state_raster by Chia-I Wu · 9 years ago
  55. 4fa7ed9 ilo: add ilo_state_viewport by Chia-I Wu · 9 years ago
  56. 61fea17 ilo: add ilo_state_sampler by Chia-I Wu · 9 years ago
  57. f5f2007 ilo: add ilo_state_surface by Chia-I Wu · 9 years ago
  58. b91250a ilo: add ilo_state_zs by Chia-I Wu · 9 years ago
  59. 9af1fc5 ilo: update genhw headers by Chia-I Wu · 9 years ago
  60. 9cb0df4 ilo: add ilo_image_disable_aux() by Chia-I Wu · 9 years ago
  61. f0de65c ilo: add array_size and level_count to ilo_image by Chia-I Wu · 9 years ago
  62. f9d2bbe ilo: add pipe_texture_target to ilo_image by Chia-I Wu · 9 years ago
  63. 9da9cf7 ilo: fix "Render Cache Read Write Mode" by Chia-I Wu · 9 years ago
  64. 1885ac4 ilo: avoid resource owning in core by Chia-I Wu · 9 years ago
  65. ab7229b ilo: assert core objects are zero-initialized by Chia-I Wu · 9 years ago
  66. 4d35eef radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU by Tom Stellard · 9 years ago
  67. 3e74122 gallivm: Only build lp_profile() body when PROFILE is defined by Tom Stellard · 9 years ago
  68. faf7670 glsl: fix compile error message by Timothy Arceri · 9 years ago
  69. 935f1f6 i965/gen8+: Add aux buffer alignment assertions by Ben Widawsky · 9 years ago
  70. a242162 i965/gen9: Set HALIGN_16 for all aux buffers by Ben Widawsky · 9 years ago
  71. c4aa041 i965/gen8: Correct HALIGN for AUX surfaces by Ben Widawsky · 9 years ago
  72. e92fbdc i965: Extract tiling from fast clear decision by Ben Widawsky · 9 years ago
  73. b91a110 i965/gen9: Only allow Y-Tiled MCS buffers by Ben Widawsky · 9 years ago
  74. b5c5aac i965: Consolidate certain miptree params to flags by Ben Widawsky · 9 years ago
  75. 0d2068a glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10 by Timothy Arceri · 9 years ago
  76. 94d669b glsl: enforce fragment shader input restrictions in GLSL ES 3.10 by Timothy Arceri · 9 years ago
  77. 3d78bde glsl: enforce output variable rules for GLSL ES 3.10 by Timothy Arceri · 9 years ago
  78. f0e7723 i965/nir: Support barrier intrinsic function by Jordan Justen · 10 years ago
  79. f7ef8ec i965/fs: Implement support for ir_barrier by Jordan Justen · 10 years ago
  80. 7953c00 i965: Add brw_barrier to emit a Gateway Barrier SEND by Jordan Justen · 10 years ago
  81. 0d250cc i965: Add brw_WAIT to emit wait instruction by Jordan Justen · 10 years ago
  82. b925f1a i965: Add notification register by Jordan Justen · 10 years ago
  83. bdbbec3 i965: Disassemble Gateway SEND messages by Jordan Justen · 10 years ago
  84. 6965954 i965/inst: Add gateway_notify and gateway_subfuncid fields by Jordan Justen · 10 years ago
  85. 1b9cc25 i965: Add GATEWAY_SFID definitions by Jordan Justen · 10 years ago
  86. 2867f2e nir: Add barrier intrinsic function by Jordan Justen · 10 years ago
  87. 8685536 glsl: Add builtin barrier() function by Chris Forbes · 10 years ago
  88. e7f628c glsl: Add ir node for barrier by Chris Forbes · 10 years ago
  89. 86b4acb i965/cs: Use exec all for CS terminate by Jordan Justen · 9 years ago
  90. cfc175b i965/fs: Fix unused variable warning by Chad Versace · 9 years ago
  91. d15c06b vc4: automake: enable subdir-objects by Emil Velikov · 9 years ago
  92. 634f200 mesa: build xmlconfig to a separate static library by Erik Faye-Lund · 9 years ago
  93. 83b5648 targets/nine: link against libnir/libglsl_util by Emil Velikov · 10 years ago
  94. ba512cc pipe-loader: add libnir and libglsl_util to the link by Emil Velikov · 10 years ago
  95. 1df5a6c mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util by Emil Velikov · 10 years ago
  96. 4722743 gallium: use $(top_builddir) when referencing static archives by Emil Velikov · 10 years ago
  97. 3f5dc9b freedreno: use CXX linker rather than explicit link against libstdc++ by Emil Velikov · 10 years ago
  98. 0e55db3 egl/haiku: coding style fixes by Emil Velikov · 9 years ago
  99. b0f33e9 egl/haiku: plug some obvious memory leaks by Emil Velikov · 9 years ago
  100. e77a32f egl/haiku: minor surface management cleanups by Emil Velikov · 9 years ago