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