1. cbdafed Precompile intermediate sources by Casey Dahlin · 7 years ago
  2. 6973278 Android: drop Android 4.4 (KitKat) support by Rob Herring · 7 years ago
  3. a8e217d i965: Set kernel features before computing max GL version. by Kenneth Graunke · 7 years ago
  4. 05eb1c7 i965: Skip register write detection when possible. by Kenneth Graunke · 7 years ago
  5. e7f872f i965: Set screen->cmd_parser_version to 0 if we can't write registers. by Kenneth Graunke · 7 years ago
  6. 20319f5 i965: Document the sad story of the kernel command parser. by Kenneth Graunke · 7 years ago
  7. 29a7d73 i965/blorp: Bump the batch space estimate by Jason Ekstrand · 7 years ago
  8. 04df217 i965/blorp: Align vertex buffers to 64B by Jason Ekstrand · 7 years ago
  9. f77cecf i965/fs: Always provide a default LOD of 0 for TXS and TXL by Jason Ekstrand · 7 years ago
  10. c0e343f st: Add cubeMapFace parameter to st_finalize_texture. by Michal Srb · 7 years ago
  11. 613e6e4 i965/fs: Don't emit SEL instructions for type-converting MOVs. by Matt Turner · 7 years ago
  12. 27a3fe0 mesa/main: fix MultiDrawElements[BaseVertex] validation of primcount by Nicolai Hähnle · 7 years ago
  13. 0ecda18 i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough. by Kenneth Graunke · 7 years ago
  14. e504ecb intel: Correct the BDW surface state size by Nanley Chery · 7 years ago
  15. 72483b2 st/mesa: set result writemask based on ir type by Ilia Mirkin · 7 years ago
  16. 8a5684d i965/gen8+: Do full stall when switching pipeline by Topi Pohjolainen · 7 years ago
  17. 7f7b116 i965: move brw_define.h ifndef guard to the top by Emil Velikov · 7 years ago
  18. e13a41d mesa: Avoid read of uninitialized variable by Robert Foss · 7 years ago
  19. d9254cf st/mesa: inform the driver of framebuffer changes before compute dispatches by Nicolai Hähnle · 7 years ago
  20. e59e2c6 st/glsl_to_tgsi: avoid iterating past the head of the instruction list by Nicolai Hähnle · 7 years ago
  21. ea7711f i965/fs: emit MOV_INDIRECT with the source with the right register type by Samuel Iglesias Gonsálvez · 7 years ago
  22. e1e27b0 i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handles by Samuel Iglesias Gonsálvez · 7 years ago
  23. 59e6c0d i965/fs: fix indirect load DF uniforms on BSW/BXT by Samuel Iglesias Gonsálvez · 7 years ago
  24. 7d3a10c i965/fs: detect different bit size accesses to uniforms to push them in proper locations by Samuel Iglesias Gonsálvez · 7 years ago
  25. d4caa4249 i965/fs: mark last DF uniform array element as 64 bit live one by Samuel Iglesias Gonsálvez · 7 years ago
  26. b6b3e73 st/mesa: set blend state for PBO readbacks by Marek Olšák · 7 years ago
  27. 7b0a594 st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops by Marek Olšák · 7 years ago
  28. e7a8f2e intel/blorp: Explicitly flush all allocated state by Jason Ekstrand · 7 years ago
  29. e1ba82d i965/fs: fix uninitialized memory access by Lionel Landwerlin · 7 years ago
  30. a594bd1 i965/fs: Fix the inline nir_op_pack_double optimization by Jason Ekstrand · 7 years ago
  31. 84a2f46 mesa: Do (TCS && !TES) draw time validation in ES as well. by Kenneth Graunke · 7 years ago
  32. 1db3ceb i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge by Jason Ekstrand · 7 years ago
  33. bcd58a9 i965/sampler_state: Pass texObj into update_sampler_state by Jason Ekstrand · 7 years ago
  34. d5859cb i965/sampler_state: Clamp min/max LOD to 14 on gen7+ by Jason Ekstrand · 7 years ago
  35. eb5a044 st/mesa: don't pass compare mode for stencil-sampled textures by Ilia Mirkin · 7 years ago
  36. 05abd64 Revert "i965: Disable guardband clipping in the smaller-than-viewport case." by Kenneth Graunke · 7 years ago
  37. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 7 years ago
  38. d44a881 i965: Use a better guardband calculation. by Jason Ekstrand · 7 years ago
  39. 726c327 i965: Combine the Gen6 SF and Clip viewport atoms. by Kenneth Graunke · 7 years ago
  40. cdc5bb8 dri/common: clear the loaderPrivate pointer in driDestroyDrawable by Nicolai Hähnle · 7 years ago
  41. d4f1ed6 st/mesa: MAX_VARYING is the max supported number of patch varyings, not min by Ilia Mirkin · 7 years ago
  42. d936b57 vbo: process buffer binding state changes on draw when recording by Ilia Mirkin · 7 years ago
  43. 06b9bc6 i965: Support the force_glsl_version driconf option. by Kenneth Graunke · 7 years ago
  44. 270597d i965: Fix check for negative pitch in can_do_fast_copy_blit(). by Kenneth Graunke · 7 years ago
  45. 671dfe5 i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug. by Kenneth Graunke · 7 years ago
  46. e6ea92b mesa/tests: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  47. 27e7e7e dri/osmesa: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  48. 3919fee dri/swrast: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  49. 6ee9468 radeon, r200: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  50. 042b344 i915: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  51. 0a1ad5c i965: automake: include builddir prior to srcdir by Emil Velikov · 7 years ago
  52. c22ee80 i965: automake: correctly set MKDIR_GEN by Emil Velikov · 7 years ago
  53. 1e03b5e mesa: move variable declaration to where its used by Emil Velikov · 7 years ago
  54. 2554c98 i965: Make intelEmitCopyBlit not truncate large strides. by Kenneth Graunke · 7 years ago
  55. 3171578 i965: Use a UW source type for CS_OPCODE_CS_TERMINATE. by Kenneth Graunke · 7 years ago
  56. dcb3b24 i965: Fix fast depth clears for surfaces with a dimension of 16384. by Kenneth Graunke · 7 years ago
  57. d701877 st/mesa: destroy pipe_context before destroying st_context (v2) by Marek Olšák · 7 years ago
  58. b2bbfca mesa: Don't advertise GL_OES_read_format in core profile by Ian Romanick · 7 years ago
  59. 450f6aa i965/blorp: Use the correct ISL format for combined depth/stencil by Jason Ekstrand · 7 years ago
  60. d940b91 i965/blorp: Add also depth and stencil buffers to render cache by Topi Pohjolainen · 7 years ago
  61. 9577977 i965/blorp: Make post draw flush more explicit by Topi Pohjolainen · 7 years ago
  62. 8621961 i965/gen6: Issue direct depth stall and flush after depth clear by Topi Pohjolainen · 7 years ago
  63. 7d5a98f i965: Make depth clear flushing more explicit by Topi Pohjolainen · 7 years ago
  64. 4e6445c i965/blorp: Use the render cache mechanism instead of explicit flushing by Topi Pohjolainen · 7 years ago
  65. e4cf469 st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL by Nicolai Hähnle · 7 years ago
  66. 613154f mesa/main: fix meta caller of _mesa_ClampColor by Nicolai Hähnle · 7 years ago
  67. acc7837 utils: build sha1/disk cache only with Android/Autoconf by Emil Velikov · 7 years ago
  68. d1efa09 util: import sha1 implementation from OpenBSD by Emil Velikov · 7 years ago
  69. 5b4a531 i965: Make brw_cache_item structure private to brw_program_cache.c. by Kenneth Graunke · 8 years ago
  70. b0cc55f i965: Fix SURFACE_STATE to handle non-zero aux offsets by Ben Widawsky · 8 years ago
  71. aa291c3 i965: Don't map/unmap in brw_print_program_cache on LLC platforms. by Kenneth Graunke · 8 years ago
  72. ce89239 i965: Move program cache printing to brw_program_cache.c. by Kenneth Graunke · 8 years ago
  73. f9edc55 i965: Make a helper for finding an existing shader variant. by Kenneth Graunke · 8 years ago
  74. 9919542 i965: Make DCE set null destinations on messages with side effects. by Kenneth Graunke · 7 years ago
  75. 90bf39c i965: Combine some dead code elimination NOP'ing code. by Kenneth Graunke · 8 years ago
  76. be5f53e i965: Make DCE explicitly not eliminate any control flow instructions. by Kenneth Graunke · 7 years ago
  77. 6b7511c st/mesa: add support for advanced blend when fb can be fetched from by Ilia Mirkin · 8 years ago
  78. a1c8484 gallium: add flags parameter to texture barrier by Ilia Mirkin · 8 years ago
  79. 376316e mesa: allow BlendBarrier to be used without support for full fb fetch by Ilia Mirkin · 8 years ago
  80. 7a2b65a i965: Make BLORP disable the NP Z PMA stall fix. by Kenneth Graunke · 7 years ago
  81. d2590eb i965: Enable OpenGL 4.5 on Haswell. by Kenneth Graunke · 7 years ago
  82. 5597b2b i965: Use align1 mode for barrier messages. by Kenneth Graunke · 7 years ago
  83. 0d5071d i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data. by Kenneth Graunke · 7 years ago
  84. 56ee2df i965/vec4: Fix mapping attributes by Juan A. Suarez Romero · 7 years ago
  85. 99c019e i965: Fix textureGather with RG32I/UI on Gen7. by Kenneth Graunke · 8 years ago
  86. ddd27ef mesa/get: Remove unused extra_ARB_viewport_array by Boyan Ding · 7 years ago
  87. dc18ec8 xlib: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  88. 2d05425 radeon: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  89. 056cfa5 nouveau: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  90. 3698d71 i915: Add XRGB8888 format to intel_screen_make_configs by Derek Foreman · 8 years ago
  91. 84e3e12 main/fbobject: throw invalid operation when get_attachment fails if needed by Alejandro Piñeiro · 7 years ago
  92. c6eb3ae main/fboject: return if it is color_attachment on get_attachment by Alejandro Piñeiro · 7 years ago
  93. 963311b mesa/main: fix version/extension checks in _mesa_ClampColor by Nicolai Hähnle · 7 years ago
  94. ce44501 nir/i965: assert first is always less than 64 by Juan A. Suarez Romero · 7 years ago
  95. 75968a6 i965/gen7: expose OpenGL 4.2 on Haswell when supported by Juan A. Suarez Romero · 8 years ago
  96. 7707798 i965: enable ARB_shader_precision to HSW+ by Samuel Iglesias Gonsálvez · 8 years ago
  97. 1d1ddba i965: unify the code to enable of ARB_gpu_shader_fp64 and ARB_vertex_attrib_64bit for HSW+ by Samuel Iglesias Gonsálvez · 8 years ago
  98. 485955b i965: Enable ARB_vertex_attrib_64bit for Haswell by Alejandro Piñeiro · 8 years ago
  99. 6bb4255 i965: check for dual slot attributes on any gen by Juan A. Suarez Romero · 8 years ago
  100. f51a5b5 i965/vec4: emit correctly load_inputs for 64bit data by Juan A. Suarez Romero · 8 years ago