1. 5ce0969 docs: add GL_OES_viewport_array to features by Ilia Mirkin · 8 years ago
  2. 64a48ef aubinator: fix if indentation and add brackets to multiline body by Timothy Arceri · 8 years ago
  3. 6df215d i965/fs: Assert that the number of color targets is one when dual-source blend is enabled. by Francisco Jerez · 8 years ago
  4. fd04d04 glsl: Fix gl_program::OutputsWritten computation for dual-source blending. by Francisco Jerez · 8 years ago
  5. 965934f glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built-in. by Francisco Jerez · 8 years ago
  6. 342f945 st/glsl_to_tgsi: Use SecondaryOutputsWritten to determine dual-source fragment outputs. by Francisco Jerez · 8 years ago
  7. cb4b38a glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts. by Francisco Jerez · 8 years ago
  8. c011d7d glsl: Fix typo in comment by Ian Romanick · 8 years ago
  9. aee9ab7 glsl: Replace most assertions with unreachable() by Ian Romanick · 8 years ago
  10. dd574be glsl: Refactor handling of horizontal operations by Ian Romanick · 8 years ago
  11. d6e7315 glsl: Use constant_template_horizontal instead of constant_template_horizontal_single_implementation for unops by Ian Romanick · 8 years ago
  12. 822b5c5 glsl: Eliminate constant_template2 by Ian Romanick · 8 years ago
  13. abc81f7 glsl: Eliminate constant_template5 by Ian Romanick · 8 years ago
  14. 53c54a6 glsl: Eliminate constant_template0 by Ian Romanick · 8 years ago
  15. ddb4b53 glsl: Eliminate one of the templates for simpler operations by Ian Romanick · 8 years ago
  16. ee3cdac glsl: Use the generated constant expression code by Ian Romanick · 8 years ago
  17. f3fcfe0 glsl: Generate code for constant ir_triop_csel expressions by Ian Romanick · 8 years ago
  18. 2761190 glsl: Generate code for constant ir_triop_lrp expressions by Ian Romanick · 8 years ago
  19. 6e09c87 glsl: Generate code for constant ir_quadop_vector expressions by Ian Romanick · 8 years ago
  20. f8e185a glsl: Generate code for constant ir_quadop_bitfield_insert expressions by Ian Romanick · 8 years ago
  21. 4d8ac28 glsl: Generate code for constant ir_triop_vector_insert expressions by Ian Romanick · 8 years ago
  22. 9f1d7c5 glsl: Generate code for constant ir_binop_vector_extract expressions by Ian Romanick · 8 years ago
  23. d8dd494 glsl: Generate code for constant ir_binop_mul expressions by Ian Romanick · 8 years ago
  24. 8954a01 glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract expressions by Ian Romanick · 8 years ago
  25. da61c94 glsl: Generate code for constant ir_binop_dot expressions by Ian Romanick · 8 years ago
  26. 13106e1 glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressions by Ian Romanick · 8 years ago
  27. 90da8bf glsl: Generate code for constant ir_binop_ldexp expressions by Ian Romanick · 8 years ago
  28. 0f87c54 glsl: Generate code for constant unary expressions that don't assign the destination by Ian Romanick · 8 years ago
  29. 8cf9157 glsl: Generate code for some constant binary expression that are horizontal by Ian Romanick · 8 years ago
  30. d5bfe6b glsl: Generate code for constant unary expression that are horizontal by Ian Romanick · 8 years ago
  31. 8f5357b glsl: Generate code for constant expressions that have an output type the differs from the input types by Ian Romanick · 8 years ago
  32. 74e335c glsl: Generate code for constant binary expressions that combine vector and scalar operands by Ian Romanick · 8 years ago
  33. f81b1c7 glsl: Generate code for constant binary expressions that have one operand type by Ian Romanick · 8 years ago
  34. 598929a glsl: Generate code for constant unary expression that have different implementations for each source type by Ian Romanick · 8 years ago
  35. aa9f4fc glsl: Generate code for constant unary expression that map one type to another by Ian Romanick · 8 years ago
  36. 3fcb6b8 glsl: Begin generating code for the most basic constant expressions by Ian Romanick · 8 years ago
  37. e31c72a glsl: Convert tuple into a class by Ian Romanick · 8 years ago
  38. 6ef2700 glsl: Compact a bunch of things onto one line by Ian Romanick · 8 years ago
  39. 0cef8c6 glsl: Sort constant expression handling by IR operand enum value by Ian Romanick · 8 years ago
  40. 8d54b5f glsl: Trivial whitespace and punctuation changes by Ian Romanick · 8 years ago
  41. fd2dabb glsl: Sort GLSL type enums in switch-statements in enum order by Ian Romanick · 8 years ago
  42. 13ef8c4 glsl: Always use correct float types in constant expression handling by Ian Romanick · 8 years ago
  43. ea05a72 glsl: Extract ir_quadop_bitfield_insert implementation to a separate function by Ian Romanick · 8 years ago
  44. fe15330 glsl: Extract ir_triop_bitfield_extract implementation to a separate function by Ian Romanick · 8 years ago
  45. 54ec6e1 glsl: Extract ir_binop_ldexp implementation to a separate function by Ian Romanick · 8 years ago
  46. 6d5fe18 glsl: Use find_msb_uint to implement ir_unop_find_lsb by Ian Romanick · 8 years ago
  47. 5c24750 glsl: Extract ir_unop_find_msb implementation to a separate function by Ian Romanick · 8 years ago
  48. d75034b glsl: Extract ir_unop_bitfield_reverse implementation to a separate function by Ian Romanick · 8 years ago
  49. 4b0606e glsl: Use _mesa_bitcount to implement constant ir_unop_bit_count by Ian Romanick · 8 years ago
  50. f4af9f3 glsl: Delete spurious comment about mod not taking integer operands by Ian Romanick · 8 years ago
  51. d6ad3e2 glsl: Delete spurious comment about updating ir_expression::get_num_operands by Ian Romanick · 8 years ago
  52. dc41d99 glsl: Do not generate comments or extra whitespace in expression files by Ian Romanick · 8 years ago
  53. c6e8fd8 glsl: Just access the ir_expression_operation strings table directly by Ian Romanick · 9 years ago
  54. fb44f69 glsl: Generate ir_expression_operation_strings.h from Python by Ian Romanick · 9 years ago
  55. 90781ee glsl: Pull operator_strs out to its own file by Ian Romanick · 9 years ago
  56. 140ec58 glsl: Generate the ir_last_* values by Ian Romanick · 9 years ago
  57. 7d6af9e glsl: Generate ir_expression_operation.h from Python by Ian Romanick · 9 years ago
  58. 10f9901 anv: Rework pipeline caching by Jason Ekstrand · 8 years ago
  59. 6899718 anv: Add a struct for storing a compiled shader by Jason Ekstrand · 8 years ago
  60. 13c09fd anv: Add pipeline_has_stage guards a few places by Jason Ekstrand · 8 years ago
  61. b259d86 anv: Remove unused fields from anv_pipeline_bind_map by Jason Ekstrand · 8 years ago
  62. d5945be anv/pipeline: Properly handle OOM during shader compilation by Jason Ekstrand · 8 years ago
  63. a0f5c49 anv/allocator: Correctly set the number of buckets by Jason Ekstrand · 8 years ago
  64. 4200c22 anv/pipeline: Fix bind maps for fragment output arrays by Jason Ekstrand · 8 years ago
  65. d316cec anv/descriptor_set: memset anv_descriptor_set_layout by Jason Ekstrand · 8 years ago
  66. d5899b3 docs/helpwanted: fix GL3.txt/features.txt link by Eric Engestrom · 8 years ago
  67. aac91ff anv/wayland: fix assert typo by Eric Engestrom · 8 years ago
  68. 4e68bb6 anv/meta: fix unreachable() typo by Eric Engestrom · 8 years ago
  69. b0acebd st/nine: fix unreachable() typo by Eric Engestrom · 8 years ago
  70. e2627e3 glsl: fix unreachable() typo by Eric Engestrom · 8 years ago
  71. 352f0d9 get_reviewer.pl: fix mesa check by Eric Engestrom · 8 years ago
  72. 6699403 glsl: Initialize outputs[] array in lower_blend_equation_advanced. by Kenneth Graunke · 8 years ago
  73. 6820f75 nvc0: fix indentation in nvc0_screen_init() by Samuel Pitoiset · 8 years ago
  74. 0fc3b7c nvc0: check return value of nvc0_screen_resize_tls_area() by Samuel Pitoiset · 8 years ago
  75. b489ac8 nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create() by Samuel Pitoiset · 8 years ago
  76. e0a067e nv50/ir: always emit the NDV bit for OP_QUADOP by Samuel Pitoiset · 8 years ago
  77. 9514c5a intel/blorp: Inline get_vs_entry_size into emit_urb_config by Jason Ekstrand · 8 years ago
  78. 1750525 swr: [rasterizer] add archrast instrumentation by Tim Rowley · 8 years ago
  79. 5de640a i915: Check return value of screen->image.loader->getBuffers by Emil Velikov · 8 years ago
  80. 4f5f957 egl/android: remove config post-processing by Emil Velikov · 8 years ago
  81. 03eaa6c egl/dri2: check if the EGL API is valid before adding it to ClientAPIs by Emil Velikov · 8 years ago
  82. 4472b6e egl/android: annotate static const data as such by Emil Velikov · 8 years ago
  83. 7563c39 egl: treat EGL_OPENGL_API as invalid on Android by Emil Velikov · 8 years ago
  84. a165e5c nouveau: make color/depth bpp match for pre-nv10 chips by Ilia Mirkin · 8 years ago
  85. 357d826 nouveau: always enable at least one RC by Ilia Mirkin · 8 years ago
  86. 9168130 nouveau: allow NV3x's to be used with nouveau_vieux by Ilia Mirkin · 8 years ago
  87. ab09173 nvc0: undo overzealous enum usage by Ilia Mirkin · 8 years ago
  88. ec16a5b svga: fix a texture readback bug by Brian Paul · 8 years ago
  89. 646afc6 svga: move surface propagation code into new function by Brian Paul · 8 years ago
  90. b9b8851 mesa: fix format conversion bug in get_tex_rgba_uncompressed() by Brian Paul · 8 years ago
  91. f235dc0 radeonsi: add support for cull distances. (v1.1) by Dave Airlie · 8 years ago
  92. 5025e88 spirv: replace assert with unreachable by Timothy Arceri · 8 years ago
  93. f4314d0 isl/state: Add some asserts about format capabilities by Jason Ekstrand · 8 years ago
  94. 8721441 intel/blorp: Add a format parameter to blorp_fast_clear by Jason Ekstrand · 8 years ago
  95. 3485092 i965: Move blorp into src/intel/blorp by Jason Ekstrand · 8 years ago
  96. 8bd35d8 i965/blorp: Remove the remaining brw prefixes from the blorp.h API by Jason Ekstrand · 8 years ago
  97. 3e46f11 i965/blorp: Use isl_format_get_depth_format for setting depth formats by Jason Ekstrand · 8 years ago
  98. 555b22a i965: Move the type_size function declartaions to brw_nir.h by Jason Ekstrand · 8 years ago
  99. 007d8a6 i965: Move get_fast_clear_rect to blorp_clear.c by Jason Ekstrand · 8 years ago
  100. c8ff3622 i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve by Jason Ekstrand · 8 years ago