1. d46489d docs: remove duplicated line in 12.0.1 release notes file by Brian Paul · 8 years ago
  2. 55f0b97 st/omx/dec: convert decoder video buffer to progressive by Leo Liu · 8 years ago
  3. 82f875f vl/compositor: set layer of y or uv to render by Leo Liu · 8 years ago
  4. 14761da vl/compositor: add weave to yuv shader by Leo Liu · 8 years ago
  5. 2e18c2c vl/compositor: move weave shader out from rgb weaving by Leo Liu · 8 years ago
  6. ead7736 glsl_to_tgsi: don't use the negate modifier in integer ops after bitcast by Marek Olšák · 8 years ago
  7. e300696 clover/api: Implement clLinkProgram per-device binary presence validation rule. by Francisco Jerez · 8 years ago
  8. f29ed2d clover: Add clLinkProgram (CL 1.2). by Serge Martin · 8 years ago
  9. c478db6 clover: Trivial cleanups for api/program.cpp. by Francisco Jerez · 8 years ago
  10. 9c7cda2 clover/core: Remove compiler.hpp. by Francisco Jerez · 8 years ago
  11. c2e37fe clover/llvm: Get rid of compile_program_llvm(). by Francisco Jerez · 8 years ago
  12. 010918f clover: Provide separate program methods for compilation and linking. by Francisco Jerez · 8 years ago
  13. 1942490 clover: Unify program::build_* into a single method returning a struct. by Francisco Jerez · 8 years ago
  14. 7f6a4a4 clover: Change program::build opts argument to std::string. by Serge Martin · 8 years ago
  15. 2a73ae6 clover: Define error subclass to signal build option parse failure. by Francisco Jerez · 8 years ago
  16. 4ef1c09 clover: Move back to using build_error to signal compilation failure. by Francisco Jerez · 8 years ago
  17. 70fe626 clover: Override ret_object. by Serge Martin · 8 years ago
  18. 85309e8 clover/tgsi: Add stub link_program() function. by Francisco Jerez · 8 years ago
  19. ba61363 clover/tgsi: Move compiler entry point declaration into tgsi directory and namespace. by Francisco Jerez · 8 years ago
  20. fb3eeb1 clover/llvm: Implement the -create-library linker option. by Francisco Jerez · 8 years ago
  21. 9de3f4a clover/llvm: Implement linkage of multiple clover modules. by Francisco Jerez · 8 years ago
  22. 132b6cc clover/llvm: Split compilation and linking. by Francisco Jerez · 8 years ago
  23. 1a7d11a clover/llvm: Implement library bitcode codegen. by Francisco Jerez · 8 years ago
  24. 86100e1 clover/llvm: Trivial assorted cleanups for invocation.cpp. by Francisco Jerez · 8 years ago
  25. 520cc26 clover/llvm: Split native codegen into separate file. by Francisco Jerez · 8 years ago
  26. 8195637 clover/llvm: Split bitcode codegen into separate file. by Francisco Jerez · 8 years ago
  27. 71ac982 clover/llvm: Split shared codegen support code into separate file. by Francisco Jerez · 8 years ago
  28. 26fa9bf clover/llvm: Define function for bitcode print-out. by Francisco Jerez · 8 years ago
  29. f072102 clover/llvm: Split native codegen and assembly print-out into separate functions. by Francisco Jerez · 8 years ago
  30. 1d042ad clover/llvm: Clean up bitcode codegen. by Francisco Jerez · 8 years ago
  31. 952d1e6 clover/llvm: Use metadata introspection utils for kernel enumeration. by Francisco Jerez · 8 years ago
  32. d37d584 clover/llvm: Use metadata introspection utils for kernel argument set-up. by Francisco Jerez · 8 years ago
  33. 3ed31bb clover/llvm: Add simplified utility functions for metadata introspection. by Francisco Jerez · 8 years ago
  34. 7da2c1f clover/llvm: Clean up codestyle of get_kernel_args(). by Francisco Jerez · 8 years ago
  35. 0601fe7 clover/llvm: Fold compile_native() call into build_module_native(). by Francisco Jerez · 8 years ago
  36. f98422e clover/llvm: Factor out duplicated construction of clover::module. by Francisco Jerez · 8 years ago
  37. 3ce6ab0 clover/llvm: Clean up compile_native(). by Francisco Jerez · 8 years ago
  38. 7bcefa5 clover/llvm: Clean up ELF parsing. by Francisco Jerez · 8 years ago
  39. 574477e clover/llvm: Move a bunch of utility functions into separate file. by Francisco Jerez · 8 years ago
  40. 92247ce clover/llvm: Tidy debug handling. by Francisco Jerez · 8 years ago
  41. 4614397 clover/llvm: Use helper function to abort compilation with error message. by Francisco Jerez · 8 years ago
  42. 423eecb clover/llvm: Simplify diagnostic_handler(). by Francisco Jerez · 8 years ago
  43. 5884dfb clover/llvm: Trivial codestyle clean-up for optimize(). by Francisco Jerez · 8 years ago
  44. bdc27f1 clover/llvm: Clean up compilation into LLVM IR. by Francisco Jerez · 8 years ago
  45. 714b167 clover/llvm: Factor out LLVM context init. by Francisco Jerez · 8 years ago
  46. fa94055 clover/llvm: Declare compiler instance at top level and pass down as argument. by Francisco Jerez · 8 years ago
  47. a27d4ec clover/llvm: Refactor compiler instance initialization. by Francisco Jerez · 8 years ago
  48. c2a167a clover/llvm: Factor out compiler option tokenization. by Francisco Jerez · 8 years ago
  49. c513cfa clover/llvm: Factor out target string parsing. by Francisco Jerez · 8 years ago
  50. 2510542 clover/llvm: Collect #ifdef mess into a separate file. by Francisco Jerez · 8 years ago
  51. 11afde8 clover/llvm: Drop dead code. by Francisco Jerez · 8 years ago
  52. 600ac51 clover/llvm: Drop support for LLVM < 3.6. by Francisco Jerez · 8 years ago
  53. 8624888 clover: Bump required LLVM version to 3.6. by Serge Martin · 8 years ago
  54. da7223e mesa: set _NEW_BUFFERS when updating texture bound to current buffers by Ilia Mirkin · 8 years ago
  55. 8b7607d meta/texsubimage: tex_image is always non-null, avoid confusing code by Ilia Mirkin · 8 years ago
  56. 00d4315 st/mesa: return appropriate mesa format for ETC texture formats by Ilia Mirkin · 8 years ago
  57. 8ee3cdd mesa: etc2 online compression is unsupported, don't attempt it by Ilia Mirkin · 8 years ago
  58. 0d911a7 nvc0: initial support for GP100 GPUs by Ben Skeggs · 8 years ago
  59. 9bc0832 nvc0: use a define for the driver constant buffer size by Samuel Pitoiset · 8 years ago
  60. 31a6156 nvc0: fix the driver cb size when draw parameters are used by Samuel Pitoiset · 8 years ago
  61. 19d0450 nvc0/ir: fix images indirect access on Fermi by Samuel Pitoiset · 8 years ago
  62. 33c8723 st/mesa: remove st_dump_program_for_shader_db by Marek Olšák · 8 years ago
  63. d7b6f90 gallivm: set LLVMNoUnwindAttribute on all intrinsics by Marek Olšák · 8 years ago
  64. 3c44629 i965: fix ignored qualifiers warning by Francesco Ansanelli · 8 years ago
  65. 374aa2b gallium/u_queue: assert that users must wait on fences before destroying them by Nicolai Hähnle · 8 years ago
  66. a0a6167 gallium/u_queue: guard fence->signalled checks with fence->mutex by Nicolai Hähnle · 8 years ago
  67. 5c17fb2 anv/dump: Fix post-blit memory barrier by Chad Versace · 8 years ago
  68. bc33c9b anv/dump: Fix vkCmdPipelineBarrier flags by Chad Versace · 8 years ago
  69. ac7eeeb anv/dump: Add support for dumping framebuffers by Jason Ekstrand · 8 years ago
  70. fad0b7b anv/dump: Add a barrier for the source image by Jason Ekstrand · 8 years ago
  71. 6ad183b anv/dump: Refactor the guts into helpers by Jason Ekstrand · 8 years ago
  72. adbed7a anv/dump: Use anv_minify instead of hand-rolling it by Jason Ekstrand · 8 years ago
  73. a26cda5 anv/dump: Take an aspect in dump_image_to_ppm by Jason Ekstrand · 8 years ago
  74. b479c47 radeonsi: fix bad assertion in si_emit_sample_mask by Nicolai Hähnle · 8 years ago
  75. 6624174 glx: Fix for commit 2c86668694. by Matt Turner · 8 years ago
  76. 83a782c docs: add news item and link release notes for 12.0.0/12.0.1 by Emil Velikov · 8 years ago
  77. 386ceb4 docs: add sha256 checksums for 12.0.1 by Emil Velikov · 8 years ago
  78. c7c0adc docs: add release notes for 12.0.1 by Emil Velikov · 8 years ago
  79. 286a71b docs: add sha256 checksums for 12.0.0 by Emil Velikov · 8 years ago
  80. 4644908 docs: Update 12.0.0 release notes by Emil Velikov · 8 years ago
  81. 2c86668 glx: Undo memory allocation checking damage. by Matt Turner · 8 years ago
  82. b36644b glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. by Colin McDonald · 8 years ago
  83. 5ced100 glx: Correct opcode typos in __indirect_glTexCoordPointer. by Colin McDonald · 8 years ago
  84. d57c85c glx: Call __glXInitVertexArrayState() with a usable gc. by Colin McDonald · 8 years ago
  85. 64ac4ae radeon/uvd: simplify sending context buffer message by Christian König · 8 years ago
  86. 6b474e0 radeon/uvd: fix contex buffer destruction in the error path by Christian König · 8 years ago
  87. 36df04d radeon/uvd: move polaris fw check into radeon_video.c v2 by Christian König · 8 years ago
  88. 5290bf4 radeon/video: fix coding style in radeon_video.c v2 by Christian König · 8 years ago
  89. 7416347 svga: simplify/fix 1D/2D array resource copies by Brian Paul · 8 years ago
  90. 0e23f37 mesa: print number of samples in renderbuffer_storage error msg by Brian Paul · 8 years ago
  91. fb26317 svga: remove unused variable by Brian Paul · 8 years ago
  92. 689293a svga: add dumping for more device commands by Brian Paul · 8 years ago
  93. 599c333 svga: silence a couple unused variable warnings by Brian Paul · 8 years ago
  94. c3c7ff0 svga: rebind using render target surfaces in hw draw state by Charmaine Lee · 8 years ago
  95. da98cee svga: invalidate gb surface before it is reused by Charmaine Lee · 8 years ago
  96. ca531ae svga: fix use of provoking vertex control by Brian Paul · 8 years ago
  97. af18a04 vl: add half pixel to v_tex before adding offsets by Nayan Deshmukh · 8 years ago
  98. a0bf176 nvc0/ir: remove unused resource info loading helpers by Samuel Pitoiset · 8 years ago
  99. ed3a284 nvc0/ir: refactor the surfaces info loading logic by Samuel Pitoiset · 8 years ago
  100. 9cdbe80 nvc0/ir: move the shift left op inside loadTexHandle() by Samuel Pitoiset · 8 years ago