1. 5f43e07 nir/vars_to_ssa: Delete dead output set code by Jason Ekstrand · 9 years ago
  2. 226ba88 nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store by Jason Ekstrand · 9 years ago
  3. 4bbf2ac nir/validate: Allow subroutine types for the tails of derefs by Jason Ekstrand · 9 years ago
  4. 79f6830 mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true by Nanley Chery · 9 years ago
  5. 2de2e17 mesa: fix MSVC build break in extensions.h by Brian Paul · 9 years ago
  6. 39f51ec nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION by Ilia Mirkin · 9 years ago
  7. e3d9dbe gallium: add support for gl_HelperInvocation semantic by Ilia Mirkin · 9 years ago
  8. 2074831 glsl: add gl_HelperInvocation system value by Ilia Mirkin · 9 years ago
  9. b52cb9e glsl: Correctly handle vector extract on function parameter by Jordan Justen · 9 years ago
  10. a16ffb7 mesa: In helpers, only check driver capability for meta by Nanley Chery · 9 years ago
  11. 5645770 mesa/extensions: Prefix global struct and extension type by Nanley Chery · 9 years ago
  12. ab129a4 mesa: Generate a helper function for each extension by Nanley Chery · 9 years ago
  13. eda15ab mesa/extensions: Replace extension::api_set with ::version by Nanley Chery · 9 years ago
  14. a82bc77 mesa/extensions: Use _mesa_extension_supported() by Nanley Chery · 9 years ago
  15. f6a818e mesa/extensions: Create _mesa_extension_supported() by Nanley Chery · 9 years ago
  16. f47df8f mesa/extensions: Add extension::version by Nanley Chery · 9 years ago
  17. 8bd82a9 mesa/extensions: Move entries entries to separate file by Nanley Chery · 9 years ago
  18. c0b568f mesa/extensions: Wrap array entries in macros by Nanley Chery · 9 years ago
  19. e5af09f mesa/extensions: Remove array sentinel by Nanley Chery · 9 years ago
  20. 74e48e9 i965: Check instructions appear only on supported hardware. by Matt Turner · 9 years ago
  21. 0b45d47 i965: Add initial assembly validation pass. by Matt Turner · 9 years ago
  22. 34ed455 i965: Add annotation_insert_error() and support for printing errors. by Matt Turner · 9 years ago
  23. a280e83 i965: Combine assembly annotations if possible. by Matt Turner · 9 years ago
  24. 93e371c i965: Set annotation_info's mem_ctx. by Matt Turner · 9 years ago
  25. 9ab45b4 i965: Don't consider control flow instructions to have sources. by Matt Turner · 9 years ago
  26. 0865e74 i965: Fill out instruction list. by Matt Turner · 9 years ago
  27. 2388772 ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL. by Matt Turner · 9 years ago
  28. 9030506 i965: Consolidate is_3src() functions. by Matt Turner · 9 years ago
  29. 3e74038 st/wgl: add a comment about recursive locking in stw_make_current() by Brian Paul · 9 years ago
  30. f45b644 st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked() by Brian Paul · 9 years ago
  31. a1c9fea st/wgl: add some mutex checking code by José Fonseca · 9 years ago
  32. 166769f st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock() by Brian Paul · 9 years ago
  33. dabc423 st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTION by Brian Paul · 9 years ago
  34. f71508a st/wgl: include u_debug.h by Brian Paul · 9 years ago
  35. fce6883 st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTION by Brian Paul · 9 years ago
  36. fa30de7 st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTION by Brian Paul · 9 years ago
  37. a02385c gallium/hud: add cpu graph support for Windows by Brian Paul · 9 years ago
  38. f2fe607 glsl: set matrix_stride for non matrices with atomic counter buffers by Tapani Pälli · 9 years ago
  39. 7e6dac1 mesa: validate precision of varyings during ValidateProgramPipeline by Tapani Pälli · 9 years ago
  40. 5bd122c glsl: do not lose precision information when packing varyings by Tapani Pälli · 9 years ago
  41. f84bc57 glsl: Add precision information to ir_variable by Iago Toral Quiroga · 9 years ago
  42. 9a00e1a glsl: Move the definition of precision_qualifier_allowed by Iago Toral Quiroga · 9 years ago
  43. e6629d8 glsl: Add user-defined default precision qualifiers to the symbol table by Iago Toral Quiroga · 10 years ago
  44. e3082fb glsl: Add default precision qualifiers to the symbol table by Iago Toral Quiroga · 10 years ago
  45. d6a6167 glsl: Add API to put default precision qualifiers in the symbol table by Iago Toral Quiroga · 10 years ago
  46. d4fdb84 i965/fs/nir: fix the number of register written by FS_OPCODE_GET_BUFFER_SIZE by Samuel Iglesias Gonsálvez · 9 years ago
  47. 55314c5 i965/skl/gt4: Fix URB programming restriction. by Ben Widawsky · 9 years ago
  48. c4182bb nv50,nvc0: add ARB_clear_texture support by Ilia Mirkin · 9 years ago
  49. ae39b0f st/mesa: implement ARB_clear_texture by Ilia Mirkin · 11 years ago
  50. 3695b25 gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype by Ilia Mirkin · 9 years ago
  51. 725fcdf glsl: add helper to check for enhanced layouts support by Timothy Arceri · 9 years ago
  52. 82e4f22 mesa: add ARB_enhanced_layouts by Timothy Arceri · 9 years ago
  53. df8af7d r600: initialised PGM_RESOURCES_2 for ES/GS by Dave Airlie · 9 years ago
  54. 918bda2 i965: Split nir_emit_intrinsic by stage with a general fallback. by Kenneth Graunke · 9 years ago
  55. 912babb mesa/copyimage: allow width/height to not be multiples of block by Ilia Mirkin · 9 years ago
  56. 80890eb i965/brw_reg: Add a brw_VxH_indirect helper by Jason Ekstrand · 9 years ago
  57. 68993f7 mesa: remove old comments in arrayobj.c by Brian Paul · 9 years ago
  58. 9870a5c st/wgl: clarify code in stw_framebuffer_from_hwnd_locked() by Brian Paul · 9 years ago
  59. 004ed6f st/wgl: improve some function comments by Brian Paul · 9 years ago
  60. b93cb6c st/wgl: whitespace/formatting fixes by Brian Paul · 9 years ago
  61. eb81292 st/wgl: fix locking issue in stw_st_framebuffer_present_locked() by Brian Paul · 9 years ago
  62. e42a295 i965: Print force_writemask_all in dump_instructions(). by Kenneth Graunke · 9 years ago
  63. ecb5e0a i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits. by Kenneth Graunke · 10 years ago
  64. a2987ff i965: Map GL_PATCHES to 3DPRIM_PATCHLIST_n. by Kenneth Graunke · 9 years ago
  65. cbb7d90 docs: add news item and link release notes for 11.0.5 by Emil Velikov · 9 years ago
  66. 6435d8a docs: add sha256 checksums for 11.0.5 by Emil Velikov · 9 years ago
  67. 07948b0 docs: add release notes for 11.0.5 by Emil Velikov · 9 years ago
  68. 3f45d29 r600g: Pass conservative depth parameters to hw by Glenn Kennard · 9 years ago
  69. b3e793f Revert "r600g: Pass conservative depth parameters to hw" by Dave Airlie · 9 years ago
  70. c878d61 r600g: Implement ARB_texture_view by Glenn Kennard · 9 years ago
  71. a1fc789 r600g: Pass conservative depth parameters to hw by Glenn Kennard · 9 years ago
  72. de51676 i965/nir/opt_peephole_ffma: Bypass fusion if any operand of fadd and fmul is a const by Eduardo Lima Mitev · 9 years ago
  73. fb3b566 util: Add list_is_singular() helper function by Eduardo Lima Mitev · 9 years ago
  74. 94ff352 nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver by Eduardo Lima Mitev · 9 years ago
  75. 96b22fb glsl: Use array deref for access to vector components by Kristian Høgsberg Kristensen · 9 years ago
  76. 60dd528 glsl: Lower UBO and SSBO access in glsl linker by Kristian Høgsberg Kristensen · 9 years ago
  77. f0e95c2 glsl: Drop exec_list argument to lower_ubo_reference by Kristian Høgsberg Kristensen · 9 years ago
  78. 213f864 nir/glsl: switch to using the builder by Connor Abbott · 9 years ago
  79. fbbfb7c nir/glsl: make emit() take nir_ssa_def * sources by Connor Abbott · 9 years ago
  80. a60e990 nir/glsl: convert nir_visitor::result to a nir_ssa_def * by Connor Abbott · 9 years ago
  81. 30fe8ea nir/glsl: make evaluate_rvalue() return a nir_ssa_def * by Connor Abbott · 9 years ago
  82. 6f42162 st/mesa: Destroy buffer object's mutex. by Jose Fonseca · 9 years ago
  83. db54673 nir: Store PatchInputsRead and PatchOutputsWritten in nir_shader_info. by Kenneth Graunke · 9 years ago
  84. 437d7b6 vc4: Avoid loading undefined (newly-allocated) FBO contents. by Eric Anholt · 9 years ago
  85. 5980389 vc4: Return NULL when we can't make our shadow for a sampler view. by Eric Anholt · 9 years ago
  86. eb8fb00 vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails. by Eric Anholt · 9 years ago
  87. 84608e0 vc4: Add CL dumping for GL_ARRAY_PRIMITIVE. by Eric Anholt · 9 years ago
  88. 855a3ca vc4: Fix a compiler warning. by Eric Anholt · 9 years ago
  89. fb3da12 glsl: Use shared storage variable type for shared variables by Jordan Justen · 9 years ago
  90. 32746fc glsl: Add shared variable type by Jordan Justen · 9 years ago
  91. c0ac474 glsl: Add space to shader_storage in print_visitor by Jordan Justen · 9 years ago
  92. 007d967 glsl: Align comments on variables types by Jordan Justen · 9 years ago
  93. 8b28b35 glsl: Parse shared keyword for compute shader variables by Jordan Justen · 10 years ago
  94. a4a46fe glsl: simplify interface block stream qualifier validation by Timothy Arceri · 9 years ago
  95. 3ea3727 docs: note that ARB_copy_image was added to nv50, nvc0 in this release by Ilia Mirkin · 9 years ago
  96. 28f6fac st/wgl: add null pointer check for HUD texture by Brian Paul · 9 years ago
  97. 75d1e36 st/wgl: fix double-present on swapbuffers bug by Brian Paul · 9 years ago
  98. 8083943 st/wgl: reorder pixel formats to put MSAA formats last by Brian Paul · 9 years ago
  99. e524df5 st/wgl: Don't rely on GDI to bookkeep pixelformat for us. by José Fonseca · 13 years ago
  100. 24abbaf winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3 by Michel Dänzer · 10 years ago