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