1. 91482ef MESA_shader_integer_functions: Add extension specification by Ian Romanick · 8 years ago
  2. 9c63224 gm107/ir: make use of ADD32I for all immediates by Samuel Pitoiset · 8 years ago
  3. 0904a2b gm107/ir: add missing NEG modifier for IADD32I by Samuel Pitoiset · 8 years ago
  4. c482dec ddebug: Fix trivial typo in stderr message by Andreas Boll · 8 years ago
  5. d66cb7c configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string too by Andreas Boll · 8 years ago
  6. 8ba46fb vl: fix memory leak by Eric Engestrom · 8 years ago
  7. 60c7450 vl: add entry point by Boyuan Zhang · 8 years ago
  8. ed9dd3b nv50,nvc0: srgb rendering is only available for rgba/bgra by Ilia Mirkin · 8 years ago
  9. 8e7893e nvc0: add support for BGRA8 images by Ilia Mirkin · 8 years ago
  10. 905d7dc i965: Skip update_texture_surface when the plane doesn't exist by Jason Ekstrand · 8 years ago
  11. cd5cbf0 glsl: use linked shaders rather than compiled shaders by Timothy Arceri · 8 years ago
  12. 198074a The extension is already exposed, this simply marks it as done. by Lars Hamre · 8 years ago
  13. 22935a3 docs: Fix typo in extension name by Anuj Phogat · 8 years ago
  14. 7832e18 docs: Add support for GL_KHR_texture_compression_astc_sliced_3d by Anuj Phogat · 8 years ago
  15. c7b787e Revert "docs: Mark KHR_texture_compression_astc_sliced_3d done on i965" by Anuj Phogat · 8 years ago
  16. 82f8c23 docs: Mark KHR_texture_compression_astc_sliced_3d done on i965 by Anuj Phogat · 8 years ago
  17. ac0eb36 i965/gen9: Enable KHR_texture_compression_astc_sliced_3d by Anuj Phogat · 8 years ago
  18. 15dea5c mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d by Anuj Phogat · 8 years ago
  19. 3e1ad84 radeon/uvd: add session context buffer for polaris 10/11 v2 by Christian König · 8 years ago
  20. 134d6e4 vl/dri3: fix a memory leak from front buffer by Leo Liu · 8 years ago
  21. 0f2516d i965/tes/scalar: fix 64-bit indirect input loads by Iago Toral Quiroga · 8 years ago
  22. 1737e75 i965/tcs/scalar: only update imm_offset for second message in 64bit input loads by Iago Toral Quiroga · 8 years ago
  23. 18f67c8 i965: Move pulls_bary setting to emit_pixel_interpolator_send(). by Kenneth Graunke · 8 years ago
  24. 7ef7738 i965: Write gl_FragCoord directly to the destination. by Kenneth Graunke · 8 years ago
  25. a03812c i965: Drop has_pln checks in unlit centroid workaround. by Kenneth Graunke · 8 years ago
  26. b94890c i965: Drop VARYING_SLOT_FACE special case in barycentric setup. by Kenneth Graunke · 8 years ago
  27. ac1181f compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*. by Kenneth Graunke · 8 years ago
  28. e7d96e7 virgl: drop pointless leftover init of virgl_transfer_inline_write. by Dave Airlie · 8 years ago
  29. 062c6b8 nv50: fix alphatest for non-blendable formats by Ilia Mirkin · 8 years ago
  30. cc46fc3 mesa/st: reduce size of state->st bitmask by Rob Clark · 8 years ago
  31. 44bbfed gallium/u_queue: add optional cleanup callback by Rob Clark · 8 years ago
  32. 6f73c75 radeonsi: remove the DRAW_PREAMBLE packet by Nicolai Hähnle · 8 years ago
  33. b89d0df mesa: handle numSamples=0 in _mesa_test_proxy_teximage() by Brian Paul · 8 years ago
  34. aa6f60f nir: Use dest.ssa.num_components rather than intrin->num_components. by Kenneth Graunke · 8 years ago
  35. da3d4a4 nir: Update outdated intrinsic const_index comments. by Kenneth Graunke · 8 years ago
  36. 52e75dc nir: Use nir_intrinsic_set_base in atomic lowering. by Kenneth Graunke · 8 years ago
  37. 50b9bb9 nir: Split nir_lower_io's input/output/atomic handling into helpers. by Kenneth Graunke · 8 years ago
  38. e12e4af nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op(). by Kenneth Graunke · 8 years ago
  39. cdfc05e nir: Share destination rewriting and replacement code in IO lowering. by Kenneth Graunke · 8 years ago
  40. 349fe79 nir: Share get_io_offset handling in nir_lower_io. by Kenneth Graunke · 8 years ago
  41. 7171a9a nir: Make a 'var' temporary in nir_lower_io. by Kenneth Graunke · 8 years ago
  42. f057701 i965: Remove the emit_linterp() helper. by Kenneth Graunke · 8 years ago
  43. 203243f i965: Reduce the number of fs_reg(brw_reg) calls in LINTERP handling. by Kenneth Graunke · 8 years ago
  44. eefbbb9 i965: Make a barycentric_mode() helper function. by Kenneth Graunke · 8 years ago
  45. 783511e i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode. by Kenneth Graunke · 8 years ago
  46. 2d6dd30 i965: Handle default interpolation modes and locations in NIR. by Kenneth Graunke · 8 years ago
  47. 745f577 i965/context: Remove some unnecessary vfuncs by Jason Ekstrand · 8 years ago
  48. 305044c i965: Get rid of gen6_surface_state.c by Jason Ekstrand · 8 years ago
  49. 16fb285 i965: Use ISL for emitting buffer surface states by Jason Ekstrand · 8 years ago
  50. ee229d1 i965/state: Account for the element size in emit_buffer_surface_state by Jason Ekstrand · 8 years ago
  51. 69c0dc5 i965/gen4-6: Use the generic ISL-based path for texture surfaces by Jason Ekstrand · 8 years ago
  52. 2d56959 i965/gen6: Use the generic ISL-based path for renderbuffer surfaces by Jason Ekstrand · 8 years ago
  53. efa7668 i965/gen7: Use the generic ISL-based path for renderbuffer surfaces by Jason Ekstrand · 8 years ago
  54. 8521ce1 i965/gen7: Use the generic ISL-based path for texture surfaces by Jason Ekstrand · 8 years ago
  55. 26282a0 i965/gen8: Use the generic ISL-based path for renderbuffer surfaces by Jason Ekstrand · 8 years ago
  56. 7e951cd i965/gen8: Use the generic ISL-based path for texture surfaces by Jason Ekstrand · 8 years ago
  57. 09b5a71 i965/state: Add generic surface update functions based on ISL by Jason Ekstrand · 8 years ago
  58. 1abb37b i965/surface_state: Rename brw_update to gen4_update by Jason Ekstrand · 8 years ago
  59. 5a8c890 i965/state: Use ISL for emitting image surfaces by Jason Ekstrand · 8 years ago
  60. 7a21d1b i965/blorp: Use a generic ISL path for texture surfaces on gen8 by Jason Ekstrand · 8 years ago
  61. 5cf665a i965/state: Add a helper for emitting a surface state using isl by Jason Ekstrand · 8 years ago
  62. 73ae4ec i965/blorp: Use the generic ISL path for texture surfaces on gen6 by Jason Ekstrand · 8 years ago
  63. cc78061 i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen6 by Jason Ekstrand · 8 years ago
  64. 366a6a6 i965/blorp: Use the generic ISL path for texture surfaces on gen7 by Jason Ekstrand · 8 years ago
  65. 3339ef4 i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen7 by Jason Ekstrand · 8 years ago
  66. 1602235 i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen8-9 by Jason Ekstrand · 8 years ago
  67. 6553dc0 i965/blorp: Add a generic ISL-based surface state emit path by Jason Ekstrand · 8 years ago
  68. e974456 i965/miptree: Add a helper for getting the aux isl_surf from a miptree by Jason Ekstrand · 8 years ago
  69. 1e45349 i965/miptree: Add a helper for getting the ISL clear color from a miptree by Jason Ekstrand · 8 years ago
  70. f665a3d i965/miptree: Add a helper for getting an isl_surf from a miptree by Jason Ekstrand · 8 years ago
  71. e2dd3ce i965: Add an isl_device to the brw_context by Jason Ekstrand · 8 years ago
  72. 4f282ff isl/state: Add support for OffsetX/Y in surface state by Jason Ekstrand · 8 years ago
  73. f8984b9 isl: Add support for filling out surface states all the way back to gen4 by Jason Ekstrand · 8 years ago
  74. 815847e isl: Add an ISL_DEV_IS_G4X macro by Jason Ekstrand · 8 years ago
  75. 27883f8 genxml: Add macros and #includes for gens 4-6 by Jason Ekstrand · 8 years ago
  76. ba798ac genxml: Make X/Y Offset field of SURFACE_STATE a uint by Jason Ekstrand · 8 years ago
  77. 9a999ce genxml: Add enough XML for gens 4, 4.5, and 5 to get SURFACE_STATE by Jason Ekstrand · 8 years ago
  78. 0f6eb5d isl/state: Divide the aux qpitch by 4 by Jason Ekstrand · 8 years ago
  79. 2c6ca65 isl: Fix the bs assertion in isl_tiling_get_info by Jason Ekstrand · 8 years ago
  80. 593731e anv: Handle VK_WHOLE_SIZE properly for buffer views by Jason Ekstrand · 8 years ago
  81. 827405f anv: Add an align_down_npot_u32 helper by Jason Ekstrand · 8 years ago
  82. f124f4a anv: Enable independentBlend on gen7 by Jason Ekstrand · 8 years ago
  83. a2e7b2e anv/pipeline: Unify blend state setup between gen7 and gen8 by Jason Ekstrand · 8 years ago
  84. aaa202e genxml: Make gen6-7 blending look more like gen8 by Jason Ekstrand · 8 years ago
  85. 3bcd0f1 vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel. by Eric Anholt · 8 years ago
  86. 88152d7 vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags. by Eric Anholt · 8 years ago
  87. 5db82e0 vc4: Remove dead dirty_samplers field. by Eric Anholt · 8 years ago
  88. 219b75d vc4: Turn on control flow support in the simulator environment. by Eric Anholt · 8 years ago
  89. 9a23a17 mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage() by Brian Paul · 8 years ago
  90. 39183ea mesa: add proxy texture targets in _mesa_next_mipmap_level_size() by Brian Paul · 8 years ago
  91. 0ac9f25 mesa: add numLevels, numSamples to Driver.TestProxyTexImage() by Brian Paul · 8 years ago
  92. e477d92 mesa: use _mesa_clear_texture_image() in clear_texture_fields() by Brian Paul · 8 years ago
  93. 6b7923e svga: avoid ubinding render targets that have already been unbound by Charmaine Lee · 8 years ago
  94. 4f633d1 svga: dump code for GenMips. by Neha Bhende · 8 years ago
  95. c715140 Disable use of weak in threads_posix.h on Cygwin by Jon Turney · 8 years ago
  96. 7d8edba configure: Don't require pthread-stubs on Cygwin by Jon Turney · 8 years ago
  97. 5d30386 Use correct names for dlopen()ed files on Cygwin by Yaakov Selkowitz · 8 years ago
  98. 3c18c16 configure: Define _GNU_SOURCE for Cygwin as well by Yaakov Selkowitz · 8 years ago
  99. 1fc739d Revert "isl: Don't filter tiling flags if a specific tiling bit is set" by Nanley Chery · 8 years ago
  100. e179fee anv/blit2d: Copy with stencil sources when needed by Nanley Chery · 8 years ago