1. 5248676 r600g: simplify r600_set_occlusion_query_state by Marek Olšák · 8 years ago
  2. b82893f gallium/radeon: move pipeline stat context flags to common code by Marek Olšák · 8 years ago
  3. aa79a32 r600g: fix typo in r600 register definitions by Marek Olšák · 8 years ago
  4. a4c288d gallium/radeon: unify checking streamout enable state by Marek Olšák · 8 years ago
  5. 466aa57 radeonsi: fix mask checking when emitting scissors and viewports by Marek Olšák · 8 years ago
  6. f3eebb84e radeonsi: implement and rely on set_active_query_state by Marek Olšák · 8 years ago
  7. e599b8f gallium: pause queries for all meta ops by Marek Olšák · 8 years ago
  8. 26171bd gallium: add pipe_context::set_active_query_state for pausing queries by Marek Olšák · 8 years ago
  9. fc67375 radeonsi: Synchronize a streamout write after read hazard. by Bas Nieuwenhuizen · 8 years ago
  10. dccdb65 nv30: Add missing PIPE_SHADER_CAP_INTEGERS to get_shader_param() by Hans de Goede · 8 years ago
  11. b0e3ba6 dri/i965: extend GLES3 sRGB workaround to cover all formats by Haixia Shi · 8 years ago
  12. ea8a65f i965: Add autogenerated 'brw_nir_trig_workarounds.c' to gitignore by Eduardo Lima Mitev · 8 years ago
  13. 703c1e6 glsl: Update hash table comments in constant propagation by Rhys Kidd · 8 years ago
  14. afa8707 softpipe: add SSBO/shader atomics support. by Dave Airlie · 8 years ago
  15. c2aeeca draw: add support for passing buffers to vs/gs shaders. by Dave Airlie · 8 years ago
  16. 081a958 tgsi: add support for buffer/atomic operations to tgsi_exec. by Dave Airlie · 8 years ago
  17. 9c7a0d1 tgsi: set nonhelpermask for vertex shaders by Dave Airlie · 8 years ago
  18. 193a5ce nir: Fix typo in comment by Ian Romanick · 8 years ago
  19. 18c8b92 nir: Merge redudant integer clamping. by Markus Wick · 8 years ago
  20. bfd17c7 i965: Port INTEL_PRECISE_TRIG=1 to NIR. by Kenneth Graunke · 8 years ago
  21. b0dffdc i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar. by Kenneth Graunke · 8 years ago
  22. 808d26c nir: Silence unused "options" warning in algebraic passes. by Kenneth Graunke · 8 years ago
  23. 5886cd7 nir: Do basic constant reassociation. by Kenneth Graunke · 8 years ago
  24. 1c7ba7f radeon/uvd: alignment fix for decode message buffer by Boyuan Zhang · 8 years ago
  25. 704d203 st/mesa: replace _mesa_sysval_to_semantic table with function by Brian Paul · 8 years ago
  26. a9e6213 nir/lower_system_values: Add support for several computed values by Jason Ekstrand · 8 years ago
  27. 3910314 glsl/shader_enums: Add the other two compute builtins by Jason Ekstrand · 8 years ago
  28. 22836db glsl/shader_enums: Add an enum for Vulkan InstanceIndex by Jason Ekstrand · 8 years ago
  29. 581c801 mesa: add missing header to the tarball by Emil Velikov · 8 years ago
  30. 5e010a7 drivers/softpipe: add missing header to the tarball by Emil Velikov · 8 years ago
  31. c69ab88 mesa: automake: update and reuse X86_SSE41_FILES list by Emil Velikov · 8 years ago
  32. 28da0d6 compiler: android: flesh out nir into separate makefile by Emil Velikov · 8 years ago
  33. 8d51500 compiler: automake: flesh out NIR into separate makefile. by Emil Velikov · 8 years ago
  34. 9324afc compiler: automake: split out glsl into separate makefile by Emil Velikov · 8 years ago
  35. 3d67780 compiler: remove {glsl,nir}/Makefile.sources by Emil Velikov · 8 years ago
  36. c481c8f configure.ac: update the path of the generated files by Emil Velikov · 8 years ago
  37. 4db8f15 glsl: move the android build scripts a level up by Emil Velikov · 8 years ago
  38. abf7088 glsl: move the scons build script a level up by Emil Velikov · 8 years ago
  39. 594e868 Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags" by Emil Velikov · 8 years ago
  40. 590a37d GL3: ARB_shader_image_load_store/size is done for radeonsi also in GLES by Nicolai Hähnle · 8 years ago
  41. 05aec42 docs: fix Coverity URL by Brian Paul · 8 years ago
  42. d97f5d6 tgsi/doc: fix spelling error by Oded Gabbay · 8 years ago
  43. a89c474 nir: add a pass for lowering (un)pack_double_2x32 by Connor Abbott · 9 years ago
  44. 663e642 nir: add split versions of (un)pack_double_2x32 by Connor Abbott · 9 years ago
  45. b093808 nir: don't try to scalarize unpack_double_2x32 by Connor Abbott · 9 years ago
  46. 9e31e0a nir: add support for (un)pack_double_2x32 by Connor Abbott · 9 years ago
  47. d5d6260 nir: add i2d and u2d opcodes by Iago Toral Quiroga · 9 years ago
  48. b16d062 nir: add d2i, d2u, d2b opcodes by Iago Toral Quiroga · 9 years ago
  49. a4bce07 nir: add support for d2f and f2d by Connor Abbott · 9 years ago
  50. fab5d4c nir/glsl_to_nir: set bit_size on ssbo_load result by Iago Toral Quiroga · 9 years ago
  51. a741378 nir/glsl_to_nir: add bit-size info to add_instr() by Samuel Iglesias Gonsálvez · 8 years ago
  52. 4b37c64 nir/split_var_copies: handle doubles by Connor Abbott · 9 years ago
  53. 106a1b5 nir/instr_set: handle 64-bit bit-sizes by Connor Abbott · 9 years ago
  54. f2ccb63 nir: handle doubles in nir_deref_get_const_initializer_load() by Connor Abbott · 9 years ago
  55. 41c2541 nir/print: add support for printing doubles and bitsize by Connor Abbott · 9 years ago
  56. f5551f8 nir/glsl_to_nir: support doubles by Connor Abbott · 9 years ago
  57. 8e69782 nir/lower_load_const_to_scalar: support doubles and multiple bit sizes by Iago Toral Quiroga · 9 years ago
  58. 12f628a nir/lower_to_source_mods: Handle different bit sizes by Iago Toral Quiroga · 9 years ago
  59. 3663a23 nir: add bit_size info to nir_load_const_instr_create() by Samuel Iglesias Gonsálvez · 8 years ago
  60. a5b17ae nir/lower_vec: adapt to different bit sizes by Connor Abbott · 9 years ago
  61. e3edaec nir: add bit_size info to nir_ssa_undef_instr_create() by Samuel Iglesias Gonsálvez · 8 years ago
  62. 41a39e3 nir/locals_to_regs: adapt to different bit sizes by Connor Abbott · 9 years ago
  63. 40d1b67 nir/from_ssa: adapt to different bit sizes by Connor Abbott · 9 years ago
  64. 4979cec i965: fix struct type in comment by Timothy Arceri · 8 years ago
  65. 7d58cfa nir: Add a pass for gathering various bits of shader info by Jason Ekstrand · 8 years ago
  66. 875543e i965: enable OES_texture_buffer on gen7+ by Ilia Mirkin · 8 years ago
  67. 6f5f818 docs: add some missing softpipe entries. by Dave Airlie · 8 years ago
  68. 26c56e2 glsl: Don't remove XFB-only varyings. by Kenneth Graunke · 8 years ago
  69. ce84a92 i965/disasm: Decode per-slot offsets. by Kenneth Graunke · 8 years ago
  70. 20c8f36 i965/disasm: Decode "channel mask present" bit correctly. by Kenneth Graunke · 8 years ago
  71. b790232 i965/disasm: Simplify the URB opcode printing with ?:. by Kenneth Graunke · 8 years ago
  72. 9b5bd20 glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310 by Ilia Mirkin · 8 years ago
  73. cdb6fa9 nvc0: handle the case where there are no framebuffer attachments by Ilia Mirkin · 9 years ago
  74. 59ca921 nv50,nvc0: support sending string markers down into the command stream by Ilia Mirkin · 8 years ago
  75. f9480d7 nv50,nvc0: add invalidate_resource support for buffer resources by Ilia Mirkin · 8 years ago
  76. 30b818d vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes. by Eric Anholt · 8 years ago
  77. f029932 vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR. by Eric Anholt · 8 years ago
  78. 44d7b8a vc4: Add a helper function for the construction of qregs. by Eric Anholt · 8 years ago
  79. 114c8b3 vc4: Add missing scheduling dependency for MS color writes. by Eric Anholt · 8 years ago
  80. 483c172 vc4: Drop the multi_instruction distinction for QIR instructions. by Eric Anholt · 8 years ago
  81. a8b525f vc4: Handle SF on instructions that write r4. by Eric Anholt · 8 years ago
  82. e46b489 vc4: Allow multi-instruction QIR nodes to get VPM optimization. by Eric Anholt · 8 years ago
  83. 99a759a vc4: Switch to using NIR_PASS macros. by Eric Anholt · 8 years ago
  84. 7030ead vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4. by Eric Anholt · 8 years ago
  85. 40e7774 vc4: Emit a warning and proceed for handling loops in NIR. by Rhys Kidd · 9 years ago
  86. 2450b21 vc4: Add a stub for NIR->QIR of control flow function nodes by Rhys Kidd · 9 years ago
  87. e599777 vc4: Add better debug of NIR->QIR control flow graph failure by Rhys Kidd · 9 years ago
  88. e529dd1 vc4: Remove unused include from vc4_program.c by Rhys Kidd · 8 years ago
  89. e25c24c glsl: handle unsigned int wraparound in link_shaders() by Lars Hamre · 8 years ago
  90. 6cc7aec i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy by Jason Ekstrand · 8 years ago
  91. d2b3265 i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions by Jason Ekstrand · 8 years ago
  92. f6f54a2 i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions by Jason Ekstrand · 8 years ago
  93. e5295b5 i965: Check eu/subslices are > 0 by Ben Widawsky · 8 years ago
  94. cc01b63 i965: Fix eu/subslice warning by Ben Widawsky · 8 years ago
  95. 4213b00 i965: Extract SSEU configuration info by Ben Widawsky · 8 years ago
  96. 4420f18 st/mesa: fix glReadBuffer() assertion failure by Brian Paul · 8 years ago
  97. b9855dc st/va: avoid dereference after free in vlVaDestroyImage by Thomas Hindoe Paaboel Andersen · 9 years ago
  98. 1cd19eb radeonsi: do per-pixel clipping based on viewport states by Marek Olšák · 8 years ago
  99. 059308d nv50/ir: do not try to attach JOIN ops to ATOM by Samuel Pitoiset · 8 years ago
  100. 2abe4f8 radeonsi: raise number of samplers per shader to 32 by Nicolai Hähnle · 8 years ago