1. b1e70f2 docs: add ARB_draw_indirect to ES 3.1 list by Ilia Mirkin · 9 years ago
  2. 63986f9 egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM by Axel Davy · 10 years ago
  3. c39dbfd auxiliary/vl: bring back the VL code for the dri targets by Emil Velikov · 9 years ago
  4. 153539b configure: rework wayland_scanner handling(fix make distcheck) by Emil Velikov · 9 years ago
  5. 72e6029 nir: add missing header to the sources list by Emil Velikov · 9 years ago
  6. 556fc4b nir: resolve nir.h dependency list (fix make distcheck) by Emil Velikov · 9 years ago
  7. 9f7efa7 docs: update GL3.txt to state my current work on the dsa extension by Martin Peres · 9 years ago
  8. e93566a i965/vs/skl: Use vec4 datatypes for message header by Ben Widawsky · 9 years ago
  9. cba6a4a ilo: update screen init for Gen8 by Chia-I Wu · 10 years ago
  10. cb1cdec ilo: update outdated render command emissions for Gen8 by Chia-I Wu · 9 years ago
  11. 9ab4fc4 ilo: update rectlist command emission for Gen8 by Chia-I Wu · 9 years ago
  12. 4caf8d9 ilo: update draw command emission for Gen8 by Chia-I Wu · 10 years ago
  13. d8927ab ilo: update surface state emission for Gen8 by Chia-I Wu · 10 years ago
  14. 7832a30 ilo: update dynamic state emission for Gen8 by Chia-I Wu · 10 years ago
  15. 8682cba ilo: update outdated gen assertions for Gen8 by Chia-I Wu · 10 years ago
  16. c173a52 ilo: add new WM related helpers for Gen8 by Chia-I Wu · 10 years ago
  17. 8c2cbc8 ilo: update VS related functions for Gen8 by Chia-I Wu · 9 years ago
  18. 0e33811 ilo: update VF related functions for Gen8 by Chia-I Wu · 9 years ago
  19. a57805c ilo: update SAMPLER_STATE for Gen8 by Chia-I Wu · 10 years ago
  20. 7e7e45d ilo: update SAMPLER_BORDER_COLOR_STATE for Gen8 by Chia-I Wu · 10 years ago
  21. 8976a19 ilo: update depth clear value for Gen8 by Chia-I Wu · 10 years ago
  22. 0b7fdce ilo: update ilo_zs_surface for Gen8 by Chia-I Wu · 10 years ago
  23. aa7109f ilo: update ilo_view_surface for Gen8 by Chia-I Wu · 10 years ago
  24. 7922982 ilo: update texture layout for Gen8 by Chia-I Wu · 10 years ago
  25. 47dc2ae ilo: update ilo_blend_state and related functions for Gen8 by Chia-I Wu · 10 years ago
  26. e845512 ilo: update ilo_dsa_state and related functions for Gen8 by Chia-I Wu · 10 years ago
  27. 9aeee99 ilo: update multisample related states for Gen8 by Chia-I Wu · 10 years ago
  28. 6366fbc ilo: update WM and PS related functions for Gen8 by Chia-I Wu · 10 years ago
  29. 584d336 ilo: update SBE related functions for Gen8 by Chia-I Wu · 10 years ago
  30. 4cb592e ilo: update SF related functions for Gen8 by Chia-I Wu · 10 years ago
  31. 05e2eb5 ilo: update CLIP related functions for Gen8 by Chia-I Wu · 10 years ago
  32. 9ab0165 ilo: update SF_CLIP_VIEWPORT for Gen8 by Chia-I Wu · 10 years ago
  33. b64aeeb ilo: update streamout related functions for Gen8 by Chia-I Wu · 10 years ago
  34. 6f77bd3 ilo: update 3DSTATE_{DS,HS,GS} for Gen8 by Chia-I Wu · 10 years ago
  35. 3be0504 ilo: update 3DSTATE_CONSTANT_x for Gen8 by Chia-I Wu · 10 years ago
  36. 49306af ilo: update 3DSTATE_URB_x for Gen8 by Chia-I Wu · 10 years ago
  37. d43ae05 ilo: update 3DSTATE_PUSH_CONSTANT_ALLOC_x for Gen8 by Chia-I Wu · 10 years ago
  38. f43332c ilo: update render engine common helpers for Gen8 by Chia-I Wu · 10 years ago
  39. 8d9f69b ilo: update BLT helpers for Gen8 by Chia-I Wu · 10 years ago
  40. 574f8d0 ilo: update MI helpers for Gen8 by Chia-I Wu · 10 years ago
  41. bfc8a72 ilo: add functions for Gen8 relocs by Chia-I Wu · 10 years ago
  42. a791162 ilo: update the toy compiler for Gen8 by Chia-I Wu · 10 years ago
  43. 0066c22 ilo: update genhw headers by Chia-I Wu · 10 years ago
  44. 5933d84 ilo: clean up ilo_gpe_init_dsa() by Chia-I Wu · 10 years ago
  45. aa354b9 ilo: clean up ilo_gpe_init_blend() by Chia-I Wu · 10 years ago
  46. 1d07055 ilo: clean up sample patterns by Chia-I Wu · 10 years ago
  47. 69ad5fd glsl: Optimize (f2i(trunc x)) into (f2i x). by Matt Turner · 10 years ago
  48. c262b2b glsl: Optimize round-half-up pattern. by Matt Turner · 10 years ago
  49. a5455ab glsl: Add trunc() to ir_builder. by Matt Turner · 10 years ago
  50. d913906 i965: Add LINTERP/CINTERP to can_do_cmod(). by Matt Turner · 10 years ago
  51. 245c784 program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program. by Matt Turner · 9 years ago
  52. 4c42e11 nir: Recognize open-coded fmin/fmax. by Matt Turner · 9 years ago
  53. 56e2164 nir: Add algebraic opt for int comparisons with identical operands. by Eric Anholt · 9 years ago
  54. 2919bdf nir: Fix load_const comparisons for CSE. by Eric Anholt · 9 years ago
  55. 09d6ea9 i965/fs: Remove conditional mod when optimizing a SEL into a MOV. by Matt Turner · 9 years ago
  56. e68b67b darwin: build fix by Jeremy Huddleston Sequoia · 9 years ago
  57. 1c67a56 darwin: build fix by Jeremy Huddleston Sequoia · 9 years ago
  58. ea0f0eb glsl: Optimize 1/exp(x) into exp(-x). by Matt Turner · 9 years ago
  59. a9065ce nir: Remove casts from void*. by Matt Turner · 9 years ago
  60. bb1e007 nir: Replace assert(0) with unreachable(). by Matt Turner · 9 years ago
  61. 942b56a nir: Remove unused has_indirect variable. by Matt Turner · 9 years ago
  62. fff0b2e i965/vec4: Emit MADs from (x + abs(y * z)). by Matt Turner · 10 years ago
  63. 3d581f9 i965/vec4: Emit MADs from (x + -(y * z)). by Matt Turner · 10 years ago
  64. 5b29b29 i965/skl: Implement WaDisable1DDepthStencil by Neil Roberts · 9 years ago
  65. 1b22429 i965/gen7-8: Implement glMemoryBarrier(). by Francisco Jerez · 11 years ago
  66. 46b03d5 i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-renderbuffers. by Francisco Jerez · 9 years ago
  67. 342b7ce i965: Allocate binding table space for shader images. by Francisco Jerez · 11 years ago
  68. 36a17f0 i965: Don't tile 1D miptrees. by Francisco Jerez · 10 years ago
  69. b40bcd2 i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8. by Francisco Jerez · 9 years ago
  70. aef8395 i965: Handle negated unsigned immediate values in constant propagation. by Francisco Jerez · 9 years ago
  71. 64fde7b i965/vec4: Take into account non-zero reg_offset during register allocation. by Francisco Jerez · 9 years ago
  72. 78e9043 i965/vec4: Add register classes up to MAX_VGRF_SIZE. by Francisco Jerez · 9 years ago
  73. 5304453 i965/vec4: Init mlen for several send from GRF instructions. by Francisco Jerez · 9 years ago
  74. 5f878d1 i965/vec4: Don't infer MRF dependencies for send from GRF instructions. by Francisco Jerez · 9 years ago
  75. de666fc i965/vec4: Fix the scheduler to take into account reads and writes of multiple registers. by Francisco Jerez · 9 years ago
  76. 8ad4860 i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from GRF. by Francisco Jerez · 9 years ago
  77. 16b9112 i965/vec4: Pass dst register to the vec4_instruction constructor. by Francisco Jerez · 9 years ago
  78. 0c902a8 i965/vec4: Initialize vec4_instruction::predicate and ::predicate_inverse. by Francisco Jerez · 9 years ago
  79. 388b136 i965/vec4: Implement equals() method for dst_reg too. by Francisco Jerez · 9 years ago
  80. 3df2cb2 i965/fs: Fix fs_inst::regs_written calculation for instructions with scalar dst. by Francisco Jerez · 9 years ago
  81. f2668f9 i965/fs: Fix stack allocation of fs_inst and stop stealing src array provided on construction. by Francisco Jerez · 9 years ago
  82. c472793 i965/fs: Remove duplicate include of brw_shader.h by Francisco Jerez · 9 years ago
  83. dfe957c i965: Move up fs_inst::flag_subreg to backend_instruction. by Francisco Jerez · 9 years ago
  84. 639696a i965: Move up fs_inst::regs_written to backend_instruction. by Francisco Jerez · 9 years ago
  85. 4ed52e8 i965/vec4: Remove dependency of vec4_instruction on the visitor class. by Francisco Jerez · 9 years ago
  86. a3ee6c7 i965/fs: Remove dependency of fs_inst on the visitor class. by Francisco Jerez · 9 years ago
  87. bfbb0e8 i965: Move IR object definitions to separate header files. by Francisco Jerez · 9 years ago
  88. 447879e i965: Factor out virtual GRF allocation to a separate object. by Francisco Jerez · 9 years ago
  89. e6146e6 glsl: Forbid calling the constructor of any opaque type. by Francisco Jerez · 10 years ago
  90. c4111df glsl: Return correct number of coordinate components for cubemap array images. by Francisco Jerez · 10 years ago
  91. fcc2fd5 mesa: Bump MAX_IMAGE_UNIFORMS to 32. by Francisco Jerez · 9 years ago
  92. 818585b mesa: Rename the CEILING() macro to DIV_ROUND_UP(). by Francisco Jerez · 9 years ago
  93. 1e02f2b nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately by Tiziano Bacocco · 9 years ago
  94. 09ee907 nv50/ir: Fold IMM into MAD by Roy Spliet · 9 years ago
  95. 3dc39d0 nv50/ir: Add emit support for MAD IMM format by Roy Spliet · 9 years ago
  96. fb63df2 nv50/ir: Add support for MAD 4-byte opcode by Roy Spliet · 9 years ago
  97. 354206f nv50/ir: change the way float face is returned by Ilia Mirkin · 10 years ago
  98. 480ee1f nir: Mark nir_print_instr's instr pointer as const. by Kenneth Graunke · 9 years ago
  99. 08a06b6 i965: Fix integer border color on Haswell. by Kenneth Graunke · 9 years ago
  100. e1e7344 i965: Use a gl_color_union for sampler border color. by Kenneth Graunke · 10 years ago