1. d47fb85 freedreno/ir3: add dumping for use/def/live-in/live-out by Rob Clark · 9 years ago
  2. 38ae05a freedreno/ir3: drop unused instr category arg by Rob Clark · 9 years ago
  3. 19739e4 freedreno/ir3: remove ir3_instruction::category by Rob Clark · 9 years ago
  4. 7073564 freedreno/ir3: encode instruction category in opc_t by Rob Clark · 9 years ago
  5. 5ea3647 i965/fs: Move the code for load/store_shared to emit_cs_intrinsic by Jason Ekstrand · 9 years ago
  6. 80c72a8 i965/nir: Provide a default LOD for buffer textures by Jason Ekstrand · 9 years ago
  7. 3babb7b nir: Use PRIi64 and PRIu64 instead of %ld and %lu. by Kenneth Graunke · 9 years ago
  8. da5d087 i965: Fix invalid pointer read in dead_control_flow_eliminate(). by Kenneth Graunke · 9 years ago
  9. 9486614 i965: Make bblock_t::next and friends return NULL at sentinels. by Kenneth Graunke · 9 years ago
  10. 5509d43 glsl: Lower variable indexing of system value arrays unconditionally. by Kenneth Graunke · 9 years ago
  11. 88ef247 i965/peephole_ffma: Only match a mul+add if none of the ops are exact by Jason Ekstrand · 9 years ago
  12. eb93d6d nir/search: Don't match inexact expressions with exact subexpressions by Jason Ekstrand · 9 years ago
  13. 65fbc43 i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range. by Kenneth Graunke · 9 years ago
  14. 3aa51e0 i965: Allow 8x MSAA on >= 64bpp formats on Gen8+. by Kenneth Graunke · 9 years ago
  15. 1eeec7e docs: remove stray 'TBD' in 11.2.0 relnotes file by Brian Paul · 9 years ago
  16. 35132c4 docs: add news item and link release notes for 11.2.0 by Emil Velikov · 9 years ago
  17. dc4923d docs: add sha256 checksums for 11.2.0 by Emil Velikov · 9 years ago
  18. 7dc11ed docs: Update 11.2.0 release notes by Emil Velikov · 9 years ago
  19. f9b8b48 mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS by Dave Airlie · 9 years ago
  20. 4bc3b1c nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+ by Ilia Mirkin · 9 years ago
  21. dab40d8 docs: add note about GL_EXT_base_instance, sort entries by Ilia Mirkin · 9 years ago
  22. d76e1cd mesa: expose EXT_base_instance in ES3 contexts by Ilia Mirkin · 9 years ago
  23. 807e2c2 mesa: expose EXT_polygon_offset_clamp in ES contexts by Ilia Mirkin · 9 years ago
  24. 4062888 glsl: Print "precise" on ir_variable nodes. by Kenneth Graunke · 9 years ago
  25. 7ad49da gallivm: Introduce lp_format_intrinsic. by Jose Fonseca · 9 years ago
  26. 7af12a8 glsl: make *sampler2DMSArray available in ESSL 3.20 by Ilia Mirkin · 9 years ago
  27. aebb0e0 glsl: make ssbo predicate return true when in a GLSL 430 or ESSL 310 shader by Ilia Mirkin · 9 years ago
  28. 87906cb glsl: allow conservative depth qualifiers in GLSL 420 by Ilia Mirkin · 9 years ago
  29. d50ffb5 mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5. by Ilia Mirkin · 9 years ago
  30. 9abbc49 glsl: add ARB_ES3_1_compatibility support by Ilia Mirkin · 9 years ago
  31. 1708e24 mesa: add ES3_1_compatibility extension enable by Ilia Mirkin · 9 years ago
  32. a293f57 gallivm: Use llvm.fabs. by Jose Fonseca · 9 years ago
  33. e4f01da1 gallivm: Prefer backend agnostic intrinsic for rounding. by Jose Fonseca · 9 years ago
  34. 324451e gallivm: Add debug option to force SSE2. by Jose Fonseca · 9 years ago
  35. 5fa31a4 llvmpipe: Test abs. by Jose Fonseca · 9 years ago
  36. 522ebe7 llvmpipe: Build lp_test_arit on MSVC too. by Jose Fonseca · 9 years ago
  37. b284f1f gallivm: Fix performance regressions due to vector selects. by Jose Fonseca · 9 years ago
  38. 11c4e5b gallivm: Remove lp_build_load_volatile. by Jose Fonseca · 9 years ago
  39. bcfb86b gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards. by Jose Fonseca · 9 years ago
  40. 6d54096 mesa: remove unrequired else by Timothy Arceri · 9 years ago
  41. d64134e gm107/ir: add OP_SELP emission, used in DSQRT lowering by Ilia Mirkin · 9 years ago
  42. 3610b14 nv50/ir: we can't load local memory directly into an output by Ilia Mirkin · 9 years ago
  43. 2a529a8 st/nine: specify WINAPI only for i386 and amd64 by Christian Schmidbauer · 9 years ago
  44. 0852c57 nv50/ir: fix envyas variants when building the code lib by Samuel Pitoiset · 9 years ago
  45. 36d8fed svga: remove unused svga_compile_key::texture_msaa field by Brian Paul · 9 years ago
  46. b283c76 svga: check TXF instruction's target to determine MSAA by Brian Paul · 9 years ago
  47. ef10b54 tgsi: add simple tgsi_is_msaa_target() helper by Brian Paul · 9 years ago
  48. 070e5a7 glsl: rename var and simplify if by Timothy Arceri · 9 years ago
  49. 0fbd073 glsl: store ubo or ssbo index in block index by Timothy Arceri · 9 years ago
  50. 1265e1c glsl: store stage reference in gl_uniform_block by Timothy Arceri · 9 years ago
  51. d8855d6 glsl: simplify buffer block resource limit checking by Timothy Arceri · 9 years ago
  52. 0082b33 glsl: simplify SSBO resources check by Timothy Arceri · 9 years ago
  53. 3e74bf5 glsl: split buffer block arrays earlier by Timothy Arceri · 9 years ago
  54. 0163881 glsl: only set buffer block binding once during initialisation by Timothy Arceri · 9 years ago
  55. 94ed482 glsl: Fix prorgram interface query locations biasing for SSO. by Kenneth Graunke · 9 years ago
  56. c123294 glsl: Return -1 for program interface query locations in many cases. by Kenneth Graunke · 9 years ago
  57. 9fe211b glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks. by Kenneth Graunke · 9 years ago
  58. 013f25c glsl: Clean up some leftover cruft. by Kenneth Graunke · 9 years ago
  59. 98c22c0 glsl: Add all system variables to the input resource list. by Kenneth Graunke · 9 years ago
  60. 6e8b9d5 glsl: Delete hack for VS system values. by Kenneth Graunke · 9 years ago
  61. 47daf17 glsl: Make add_interface_variables only consider the appropriate stage. by Kenneth Graunke · 9 years ago
  62. 998ef1a glsl: Clarify "mask" variable in add_interface_variables(). by Kenneth Graunke · 9 years ago
  63. 356c99b glsl: Pass stage to add_interface_variables(). by Kenneth Graunke · 9 years ago
  64. 2c5afe1 glsl: Make vertex ID lowering declare gl_BaseVertex as hidden. by Kenneth Graunke · 9 years ago
  65. 33df1c2 glsl: Exclude ir_var_hidden variables from the program resource list. by Kenneth Graunke · 9 years ago
  66. 15cd3eb mesa: Make _mesa_choose_tex_format() handle stencil textures. by Kenneth Graunke · 9 years ago
  67. ef1b397 glsl: Don't require matching centroid qualifiers by Jordan Justen · 9 years ago
  68. 1a5c8c2 gallium: distinguish between shader IR in get_compute_param by Bas Nieuwenhuizen · 9 years ago
  69. be5899d gallium: add global buffer memory barrier bit by Bas Nieuwenhuizen · 9 years ago
  70. 01f993a gallium: add threads per block TGSI property by Bas Nieuwenhuizen · 9 years ago
  71. ea8f4a6 gallium: add compute shader IR type by Bas Nieuwenhuizen · 9 years ago
  72. 5ea825f glsl: remove tabs and fix some other style issues in glcpp-parse.y by Timothy Arceri · 9 years ago
  73. 14c4695 i965: Add an implemnetation of nir_op_fquantize2f16 by Jason Ekstrand · 9 years ago
  74. de60e25 nir: Add an opcode for stomping a 32-bit value to 16-bit precision by Jason Ekstrand · 9 years ago
  75. 60e1c6a nvc0: enable compute shaders on GK104 and GM107+ by Samuel Pitoiset · 9 years ago
  76. 71f327a nvc0: bump the maximum number of UBOs for compute on Kepler by Samuel Pitoiset · 9 years ago
  77. 839a469 nvc0/ir: do not lower shared+atomics on GM107+ by Samuel Pitoiset · 9 years ago
  78. 543fb95 nvc0/ir: add atomics support on shared memory for Kepler by Samuel Pitoiset · 9 years ago
  79. 275019d nvc0/ir: fix wrong pred emission for ld lock on GK104 by Samuel Pitoiset · 9 years ago
  80. 4f58b78 nvc0/ir: add support for compute UBOs on Kepler by Samuel Pitoiset · 9 years ago
  81. 3b246a7 nvc0: add indirect compute support on Kepler by Samuel Pitoiset · 9 years ago
  82. 7797d5f nvc0: reduce likelihood of collision for real buffers on Kepler by Samuel Pitoiset · 9 years ago
  83. e2e8085 nvc0: store ubo info to the driver constbuf on Kepler by Samuel Pitoiset · 9 years ago
  84. 12aa047 nvc0: bind user uniforms for compute on Kepler by Samuel Pitoiset · 9 years ago
  85. 1828d90 nvc0: bind shader buffers for compute on Kepler by Samuel Pitoiset · 9 years ago
  86. debd910 nvc0: bind driver cb for compute on c7[] for Kepler by Samuel Pitoiset · 9 years ago
  87. f72de6f gallivm: Prevent disassembly debug output from being truncated. by Jose Fonseca · 9 years ago
  88. 972054f compiler: random comment fixup by Rob Clark · 9 years ago
  89. 58557b3 docs: minor updates to license.html file by Brian Paul · 9 years ago
  90. e09d04c radeonsi: use util_strchrnul() to fix android build error by Mauro Rossi · 9 years ago
  91. 952720c egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID by Rob Herring · 9 years ago
  92. e21e81a egl: Add EGL_RECORDABLE_ANDROID attribute by Rob Herring · 9 years ago
  93. 8975527 egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute by Rob Herring · 9 years ago
  94. 2d9e0f2 Android: fix x86 gallium builds by Rob Herring · 9 years ago
  95. cdf7c6b gallivm: Use vector selects on LLVM 3.3+. by Jose Fonseca · 9 years ago
  96. cd7d631 glsl: do not raise unitialized variable warnings on builtins/reserved GL variables by Alejandro Piñeiro · 9 years ago
  97. df03be1 nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supported by Ilia Mirkin · 9 years ago
  98. e0e1683 mesa: add GL_OES/EXT_draw_buffers_indexed support by Ilia Mirkin · 9 years ago
  99. a57320a i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP. by Kenneth Graunke · 9 years ago
  100. 58d4751 i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6. by Kenneth Graunke · 9 years ago