1. 34e8200 radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1 by Marek Olšák · 10 years ago
  2. 5e0fbe1 radeonsi: remove vs.ucps_enabled from the shader key by Marek Olšák · 10 years ago
  3. a9592cd radeonsi: assume ClipDistance usage mask is always 0xf by Marek Olšák · 10 years ago
  4. 2286edc clover: Fix unintended fall-through in kernel::argument::bind. by Francisco Jerez · 10 years ago
  5. 5bffc5e clover: Append implicit arguments to the kernel argument list. by Jan Vesely · 10 years ago
  6. bf89a97 clover: Pass execution dimensions and offset to the kernel as implicit arguments. by Francisco Jerez · 10 years ago
  7. 06139c5 clover: Add semantic information to module::argument for implicit parameter passing. by Francisco Jerez · 10 years ago
  8. 27c51b5 clover: Use unreachable() from util/macros.h instead of assert(0). by Francisco Jerez · 10 years ago
  9. 5480d6b gallium: Add tokens for DragonFly BSD. by Vinson Lee · 10 years ago
  10. 566d188 ilo: disassemble compacted instructions by Chia-I Wu · 10 years ago
  11. 326e303 glsl: improve accuracy of atan() by Erik Faye-Lund · 10 years ago
  12. 070b2c2 vc4: Use the fnv1 hash function instead of gallium util's crc32. by Eric Anholt · 10 years ago
  13. d09509d vc4: Don't look up the compiled shaders unless state has changed. by Eric Anholt · 10 years ago
  14. c6f50c4 vc4: Actually clear the context's dirty flags. by Eric Anholt · 10 years ago
  15. 7c474f9 vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a). by Eric Anholt · 10 years ago
  16. ac557b4 mesa: fix error reported on gTexSubImage2D when level not valid by Tapani Pälli · 10 years ago
  17. 94841b6 i965: Fix register write checks. by Kenneth Graunke · 10 years ago
  18. 7e67ea9 vc4: Optimize out adds of 0. by Eric Anholt · 10 years ago
  19. 0401f55 vc4: Optimize fmul(x, 0) and fmul(x, 1). by Eric Anholt · 10 years ago
  20. 1cd8c1a vc4: Factor out the turn-it-into-a-mov in opt_algebraic. by Eric Anholt · 10 years ago
  21. 40748cf vc4: Eliminate unused texture instructions. by Eric Anholt · 10 years ago
  22. b73cab6 vc4: Dead code eliminate unused SF instructions. by Eric Anholt · 10 years ago
  23. 93cac26 vc4: Prevent copy propagating out the MOVs from r4. by Eric Anholt · 10 years ago
  24. c4b0dd5 vc4: Split the coordinate shader to its own vc4_compiled_shader. by Eric Anholt · 10 years ago
  25. 5c72d77 vc4: Add #defines for the texture uniform fields. by Eric Anholt · 10 years ago
  26. 5cfab07 vc4: Initialize undefined temporaries to 0. by Eric Anholt · 10 years ago
  27. 4ce11de i965: Skip uploading border color when unnecessary. by Kenneth Graunke · 10 years ago
  28. b7844d1 i965: Use BDW_MOCS_PTE for renderbuffers. by Kenneth Graunke · 10 years ago
  29. d489a8a i965: Add a BRW_MOCS_PTE #define. by Kenneth Graunke · 10 years ago
  30. 8892a6b mesa: Make _mesa_print_arrays use stderr. by Kenneth Graunke · 10 years ago
  31. 7b4276d r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM buffers by Michel Dänzer · 10 years ago
  32. 5a13522 vc4: Optimize SF(ITOF(x)) -> SF(x). by Eric Anholt · 10 years ago
  33. 00a9aeb vc4: Add some optimization of FADD(FSUB(0, x)). by Eric Anholt · 10 years ago
  34. 67aea92 vc4: Mostly fix offset calculation for NPOT mipmap levels. by Eric Anholt · 10 years ago
  35. 0b96a08 vc4: Move the mirrored kernel code to a kernel/ directory. by Eric Anholt · 10 years ago
  36. ef9914a vc4: Enable LIT lowering in TGSI instead of our own code. by Eric Anholt · 10 years ago
  37. 9773d45 vc4: Fix scalar math opcodes to replicate their result from the X channel. by Eric Anholt · 10 years ago
  38. 4e50a32 ilo: fix rectlist on GEN7+ by Chia-I Wu · 10 years ago
  39. 5814185 vc4: Add support for two-sided color. by Eric Anholt · 10 years ago
  40. 4dccdbf vc4: Enable POW lowering in TGSI instead of our own code. by Eric Anholt · 10 years ago
  41. 1aef5a3 vc4: Enable DP lowering in TGSI instead of our own code. by Eric Anholt · 10 years ago
  42. 4f6e4c7 vc4: Start using tgsi_lowering for opcodes we haven't supported before. by Eric Anholt · 10 years ago
  43. f9854e1 gallium: Rename freedreno parts of tgsi_lowering.[ch]. by Eric Anholt · 10 years ago
  44. 19df602 gallium: Reformat tgsi_lowering.c for the normal style. by Eric Anholt · 10 years ago
  45. 3141dc8 gallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch] for code sharing. by Eric Anholt · 10 years ago
  46. 84caf5a vc4: Set unused raddr fields to QPU_R_NOP. by Eric Anholt · 10 years ago
  47. 48af742 vc4: Abstract out the field-merging logic for instructions. by Eric Anholt · 10 years ago
  48. acdcef6 r600: Use DMA transfers in r600_copy_global_buffer by Niels Ole Salscheider · 10 years ago
  49. fd31628 glsl: Optimize min/max expression trees by Iago Toral Quiroga · 10 years ago
  50. 16b5300 glsl: do not emit error for non written varyings on OpenGL ES by Tapani Pälli · 10 years ago
  51. be0a994 radeonsi: Use dummy pixel shader if compilation of the real shader failed by Michel Dänzer · 10 years ago
  52. f358462 ilo: let shaders determine surface counts by Chia-I Wu · 10 years ago
  53. ca824e6 ilo: let shaders determine sampler counts by Chia-I Wu · 10 years ago
  54. 0c4bc1e tgsi: change tgsi_shader_info::properties to a one-dimensional array by Marek Olšák · 10 years ago
  55. 1f6c0b5 radeonsi: set number of userdata SGPRs of GS copy shader to 4 by Marek Olšák · 10 years ago
  56. 68d36c0 radeonsi: pass the GS shader directly to si_generate_gs_copy_shader by Marek Olšák · 10 years ago
  57. aeb05f0 radeonsi: set LLVMByValAttribute for all descriptor arrays by Marek Olšák · 10 years ago
  58. 91f1a79 radeonsi: make the vertex shader key smaller by Marek Olšák · 10 years ago
  59. 9061129 radeonsi: don't flush shader caches when building PM4 shader states by Marek Olšák · 10 years ago
  60. 10e386f radeonsi: remove interp_at_sample from the key, use TGSI_INTERPOLATE_LOC_SAMPLE by Marek Olšák · 10 years ago
  61. 0a2d6f0 radeonsi: move geometry shader properties from si_shader to si_shader_selector by Marek Olšák · 10 years ago
  62. 54de709 radeonsi: always compile shaders on demand by Marek Olšák · 10 years ago
  63. 6c9f61c radeonsi: remove unused variable si_shader::gs_input_prim by Marek Olšák · 10 years ago
  64. 7dc0164 tgsi: remove some not so useful variables from tgsi_shader_info by Marek Olšák · 10 years ago
  65. 8860584 radeonsi: get fs_write_all from tgsi_shader_info directly by Marek Olšák · 10 years ago
  66. 8908fae tgsi: simplify shader properties in tgsi_shader_info by Marek Olšák · 10 years ago
  67. 5233568 radeonsi: get tgsi_shader_info only once before compilation by Marek Olšák · 10 years ago
  68. af4f5a7 gallium/util: add util_bitcount64 by Marek Olšák · 10 years ago
  69. 837907b radeonsi: fix CS tracing and remove excessive CS dumping by Marek Olšák · 10 years ago
  70. c74be01 gk110/ir: add dnz flag emission for fmul/fmad by Ilia Mirkin · 10 years ago
  71. d58037c gm107/ir: add dnz emission for fmul by Ilia Mirkin · 10 years ago
  72. 90dc71b st/wgl: add WINAPI qualifiers on wgl function typedefs by Brian Paul · 10 years ago
  73. 7297bdb freedreno: query fixes by Rob Clark · 10 years ago
  74. a262c60 freedreno/a3xx: handle VS only outputting BCOLOR by Rob Clark · 10 years ago
  75. af4d088 freedreno/ir3: fix lockups with lame FRAG shaders by Rob Clark · 10 years ago
  76. cabc93c i965/compaction: Disable compaction on SNB temporarily. by Matt Turner · 10 years ago
  77. 0d5c9bf Revert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7." by Matt Turner · 10 years ago
  78. b59db8e i965/fs: Remove dead generate_rep_fb_write prototype. by Matt Turner · 10 years ago
  79. c7f0755 mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION error by Brian Paul · 10 years ago
  80. 33c9ad9 freedreno/ir3: add TXF support by Ilia Mirkin · 10 years ago
  81. e6acf3a freedreno/ir3: add TXD support and expose ARB_shader_texture_lod by Ilia Mirkin · 10 years ago
  82. c49107c freedreno/ir3: add texture offset support by Ilia Mirkin · 10 years ago
  83. 5bba74c freedreno/ir3: shadow comes before array by Ilia Mirkin · 10 years ago
  84. 81b34e4 freedreno/ir3: make TXQ return integers, not floats by Ilia Mirkin · 10 years ago
  85. c4e2a19 freedreno/ir3: add UMAD support by Ilia Mirkin · 10 years ago
  86. 347bc19 freedreno/ir3: add ISSG support by Ilia Mirkin · 10 years ago
  87. ad5db64 freedreno/ir3: add MOD support by Ilia Mirkin · 10 years ago
  88. cab3cb1 freedreno/ir3: add UMOD support, based on UDIV by Ilia Mirkin · 10 years ago
  89. 8f7d01c freedreno/ir3: add IDIV/UDIV support by Ilia Mirkin · 10 years ago
  90. ed03747 radeonsi: Clear sampler view flags when binding a buffer by Michel Dänzer · 10 years ago
  91. ca00070 vc4: Add support for framebuffer sRGB encoding. by Eric Anholt · 10 years ago
  92. 24d9980 vc4: Add support for sampling from sRGB. by Eric Anholt · 10 years ago
  93. 3dd9a0d freedreno/ir3: avoid fan-in sources referring to same instruction by Ilia Mirkin · 10 years ago
  94. f5eeb8a freedreno/a3xx: emit all immediates in one shot by Rob Clark · 10 years ago
  95. be00852 freedreno: instanced drawing/compute not yet supported by Ilia Mirkin · 10 years ago
  96. 8df3c02 mesa: fix GetTexImage for 1D array depth textures by Dave Airlie · 10 years ago
  97. b4ffd19 st/mesa: Fix paths used in Android builds by Tomasz Figa · 10 years ago
  98. 98445fd st/mesa: Generate format_info.c in Android builds by Tomasz Figa · 10 years ago
  99. d703abf util: Include in Android builds by Tomasz Figa · 10 years ago
  100. 493bfa5 i965/fs: Use the correct base_mrf for spilling pairs in SIMD8 by Jason Ekstrand · 10 years ago