1. d6287a9 gallium: rename 'state tracker' to 'frontend' by Marek Olšák · 4 years, 8 months ago[Renamed from src/gallium/state_trackers/clover/core/program.cpp]
  2. 1befaf4 clover: prepare supporting multiple IRs by Karol Herbst · 5 years ago
  3. 25d4e65 clover/api: Rework the validation of devices for building by Pierre Moreau · 6 years ago
  4. 67769c9 clover: Remove the TGSI backend as unused by Pierre Moreau · 6 years ago
  5. dd81ca3 clover/llvm: Use device in llvm compilation instead of copying fields by Aaron Watry · 6 years ago
  6. cc49505 clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2). by Serge Martin · 8 years ago
  7. 010918f clover: Provide separate program methods for compilation and linking. by Francisco Jerez · 8 years ago
  8. 1942490 clover: Unify program::build_* into a single method returning a struct. by Francisco Jerez · 8 years ago
  9. 7f6a4a4 clover: Change program::build opts argument to std::string. by Serge Martin · 8 years ago
  10. ba61363 clover/tgsi: Move compiler entry point declaration into tgsi directory and namespace. by Francisco Jerez · 8 years ago
  11. 7e0180d clover: little OpenCL status code logging clean by EdB · 9 years ago
  12. d8f817a clover: remove util/compat by EdB · 9 years ago
  13. 5ca9b23 clover: remove compat::string by EdB · 9 years ago
  14. fda7558 clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2 by Tom Stellard · 9 years ago
  15. 611d66f clover: Add initial implementation of clCompileProgram for CL 1.2. by EdB · 10 years ago
  16. 995f7b3 clover: Use conversion operator to initialize build log from compat::string. by Francisco Jerez · 10 years ago
  17. e9a4e74 clover: Refuse to build a program if there are kernel objects attached to it. by Francisco Jerez · 10 years ago
  18. 2ab44f6 clover: Fix not setting build log if the build succeeds v2 by Matt Arsenault · 10 years ago
  19. c4578d2 clover: Migrate a bunch of pointers and references in the object tree to smart references. by Francisco Jerez · 10 years ago
  20. 5662602 clover: Don't try to build programs created from a binary again. by Francisco Jerez · 11 years ago
  21. 7a9bbff clover: Clean up the kernel and program object interface. by Francisco Jerez · 11 years ago
  22. 35307f5 clover: Switch kernel and program objects to the new model. by Francisco Jerez · 11 years ago
  23. bff60c8 clover: Define helper classes for the new object model. by Francisco Jerez · 11 years ago
  24. 7d61769 clover: Switch to the new utility code. by Francisco Jerez · 11 years ago
  25. 8e14b82 clover: Replace a bunch of double underscores with single underscores. by Francisco Jerez · 11 years ago
  26. f0cb66b mesa: Restore 78-column wrapping of license text in C++-style comments. by Kenneth Graunke · 11 years ago
  27. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  28. c68babf clover: Add support for compiler flags by Tom Stellard · 12 years ago
  29. 7f71efc clover: Don't erase build info of devices not being built by Tom Stellard · 12 years ago
  30. 46a13b3 clover: Add function for building a clover::module for non-TGSI targets v6 by Tom Stellard · 12 years ago
  31. 741463e clover: Remove target argument from compile_program_tgsi() by Tom Stellard · 12 years ago
  32. c6db1b3 clover: Import OpenCL state tracker. by Francisco Jerez · 12 years ago