1. cff70dc scons: Define PACKAGE_VERSION/BUGREPORT globally. by José Fonseca · 11 years ago
  2. a6bb7a9 tests: Add $(top_srcdir)/include to AM_CPPFLAGS. by Vinson Lee · 11 years ago
  3. f7ef83c scons: Define PACKAGE_xxx by José Fonseca · 11 years ago
  4. 6f86b93 docs: rewrite the OSMesa info / instructions by Brian Paul · 11 years ago
  5. 79eac7d configure: wire-up new OSMesa gallium state tracker and target by Brian Paul · 11 years ago
  6. be51f12 target/osmesa: add new Makefile.am by Brian Paul · 11 years ago
  7. 94263da targets/osmesa: new OSMesa gallium target by Brian Paul · 11 years ago
  8. 7114b6a st/osmesa: add new Makefile.am by Brian Paul · 11 years ago
  9. 73436a9 st/osmesa: new OSMesa gallium state tracker by Brian Paul · 11 years ago
  10. 3c3668c st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support by Brian Paul · 11 years ago
  11. c526e17 scons: Re-add ',' by José Fonseca · 11 years ago
  12. 7bff1cc autotools: Add missing top-level include dir. by José Fonseca · 11 years ago
  13. 5c6e1e9 configure.ac: Alphabetize freedreno makefiles. by Matt Turner · 11 years ago
  14. d89ef39 build: Get rid of dead MESA_ASM_FILES variable by Matt Turner · 11 years ago
  15. bd0c9d0 mesa/build: Get rid of dead ALL_FILES variable by Matt Turner · 11 years ago
  16. 51e065a xmlpool/.gitignore: Remove 'Makefile' by Matt Turner · 11 years ago
  17. e59fc3f mesa: Use PACKAGE_BUGREPORT macro. by Matt Turner · 11 years ago
  18. 9065bab mesa: Remove unused version #defines from version.h. by Matt Turner · 11 years ago
  19. 439c3d4 mesa: Replace MESA_VERSION with PACKAGE_VERSION. by Matt Turner · 11 years ago
  20. 42c1b33 draw/so: Fix stream output with geometry shaders by Zack Rusin · 11 years ago
  21. 57cd1d1 include: Fix build with VS 11 (i.e, 2012). by José Fonseca · 11 years ago
  22. 70fe7c6 mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all. by José Fonseca · 11 years ago
  23. 96b3ca8 scons: Allows choosing VS 10 or 11. by José Fonseca · 11 years ago
  24. 4dca602 radeonsi: Fix off-by-one for maximum vertex element index in some cases by Michel Dänzer · 11 years ago
  25. 8aa8b05 nvc0: avoid crash on updating RASTERIZE_ENABLE state by Christoph Bumiller · 11 years ago
  26. 4d28aff gallium/tests: check format in compute tests, make selectable by Christoph Bumiller · 11 years ago
  27. e2dded7 nvc0: add MP trap handler for nve4 by Christoph Bumiller · 11 years ago
  28. ae59a7d nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4 by Christoph Bumiller · 11 years ago
  29. e066f2f nvc0: implement compute support for nve4 by Christoph Bumiller · 11 years ago
  30. 75f1f85 nvc0/ir: try to fix CAS (CompareAndSwap) by Christoph Bumiller · 11 years ago
  31. 18fdfbd nv50/ir: add CCTL (cache control) op by Christoph Bumiller · 11 years ago
  32. 9db7e09 nvc0/ir/emit: fix emission of large address offsets by Christoph Bumiller · 11 years ago
  33. 175c185 nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format table by Christoph Bumiller · 11 years ago
  34. 19ea0bd nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytes by Christoph Bumiller · 11 years ago
  35. 47f2179 nv50,nvc0: copy writable flag on surface creation by Christoph Bumiller · 11 years ago
  36. 7a91d3a nv50/ir: add support for different sampler and resource index on nve4 by Christoph Bumiller · 11 years ago
  37. 99e4eba nv50/ir: implement splitting of 64 bit ops after RA by Christoph Bumiller · 11 years ago
  38. ac9f19e nvc0/ir: skip back edges when determining latest sched value by Christoph Bumiller · 11 years ago
  39. f07c46a nvc0/ir: use large issue delay after RET, too by Christoph Bumiller · 11 years ago
  40. b23ec3f nv50/ir: fix size adjustment for sched info for multiple functions by Christoph Bumiller · 11 years ago
  41. d39169c nv50/ir: print function inputs and outputs by Christoph Bumiller · 11 years ago
  42. 1b4faa2 nv50/ir/ssa: add a few comments regarding RenamePass by Christoph Bumiller · 11 years ago
  43. 1535b75 nv50/ir/tgsi: Exclude local declarations from function prototypes. by Francisco Jerez · 11 years ago
  44. 9b563ef nv50/ir/opt: try to make use of SUCLAMP addend by Christoph Bumiller · 11 years ago
  45. a788be1 nv50/ir: don't assert on type in Modifier.applyTo if it is 0 by Christoph Bumiller · 11 years ago
  46. c3a5bc0 nv50/ir: add support for barriers by Christoph Bumiller · 11 years ago
  47. a0a2519 nv50/ir/tgsi: add support for atomics by Christoph Bumiller · 11 years ago
  48. c2dfcd7 nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE by Christoph Bumiller · 11 years ago
  49. d105b3d nvc0/ir: don't replace load from input in COMPUTE progs with VFETCH by Christoph Bumiller · 11 years ago
  50. 4506ed2 nvc0/ir: implement lowering of surface ops for nve4 by Christoph Bumiller · 11 years ago
  51. 8ac68b0 nvc0/ir: add formatted surface load lib code, move to extra header by Christoph Bumiller · 11 years ago
  52. ce1951d nv50/ir: extend moveSources for delta < 0 by Christoph Bumiller · 11 years ago
  53. c0fc346 nvc0/ir: lower atomics in s[] by Christoph Bumiller · 11 years ago
  54. 9c19677 nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM by Christoph Bumiller · 11 years ago
  55. c8f0c43 nv50/ir/emit: handle OP_ATOM by Christoph Bumiller · 11 years ago
  56. d6c95f6 nvc0/ir/target: some ops can't be predicated, e.g. CALL by Christoph Bumiller · 11 years ago
  57. 1ed507c nv50/ir/opt: CALLs cannot load by Christoph Bumiller · 11 years ago
  58. c893b94 nv50/ir: add support for indirect BRA,CALL by Christoph Bumiller · 11 years ago
  59. efe5507 nvc0/ir/emit: implement move to and logic ops on predicates by Christoph Bumiller · 11 years ago
  60. ce7610f nvc0/ir/emit: implement surface related ops by Christoph Bumiller · 11 years ago
  61. 3741b7d nv50/ir: initialize CodeEmitters' specialized target fields by Christoph Bumiller · 11 years ago
  62. b0fc2f1 nv50/ir/opt: make optimization aware of atomics, barriers, surface ops by Christoph Bumiller · 11 years ago
  63. 22b762f nv50/ir: add various new OPs that will be needed for compute by Christoph Bumiller · 11 years ago
  64. c82714c nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency. by Francisco Jerez · 12 years ago
  65. cc30ce8 nv50/ir: fix comparison of system values by Christoph Bumiller · 11 years ago
  66. 4ddfdce nv50/ir/tgsi: Translate grid-related system parameters. by Francisco Jerez · 12 years ago
  67. 8446c31 nv50/ir/tgsi: Accept COMPUTE programs. by Francisco Jerez · 13 years ago
  68. e9294e1 nv50/ir/ra: make sure all used function inputs get assigned a reg by Christoph Bumiller · 11 years ago
  69. ee431b1 nv50/ir/ra: also add pre-existing MERGE,SPLIT to constraint list by Christoph Bumiller · 11 years ago
  70. f1dfa41 nv50/ir/ra: fix confusion with conditional RegisterSet::occupy by Christoph Bumiller · 12 years ago
  71. d995f44 nv50/ir/ra: swap copyCompound args if src is compound and dst isn't by Christoph Bumiller · 11 years ago
  72. 95ad9bc nv50/ir/ra: Fix maxGPR calculation for programs with multiple functions. by Francisco Jerez · 12 years ago
  73. ca04e71 nv50/ir/ra: Fix traversal before the beginning of the active list in buildRIG. by Francisco Jerez · 12 years ago
  74. fe17d8a nv50/ir/ra: Fix RegisterSet::occupy(const Value *v). by Francisco Jerez · 12 years ago
  75. 49ded0e nv50/ir/ra: Fix argument const-ness in RegisterSet::idToUnits and idToBytes by Francisco Jerez · 12 years ago
  76. 5959d42 nv50/ir/opt: Fix tryPropagateBranch for BBs with several exit branches. by Francisco Jerez · 12 years ago
  77. 572bf83 nv50/ir: Clean up references to function values before destroying them. by Francisco Jerez · 12 years ago
  78. 12f65e3 nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails. by Francisco Jerez · 12 years ago
  79. 543d032 mesa: Use correct functions for enum conversion. by Vinson Lee · 11 years ago
  80. 6173cc1 freedreno: gallium driver for adreno by Rob Clark · 12 years ago
  81. 44a8e51 d3d1x: Remove. by José Fonseca · 11 years ago
  82. 7db60f0 nv50: Remove nv0_ir_from_sm4.* by José Fonseca · 11 years ago
  83. 5c41d1c gallivm: clean up passing derivatives around by Roland Scheidegger · 11 years ago
  84. b7262ac i965: Fix typo in doxygen hyperlink by Chad Versace · 11 years ago
  85. 11b8df0 mesa: Reduce memory usage for reg alloc with many graph nodes (part 2). by Eric Anholt · 11 years ago
  86. 6aa3afb mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1) by Eric Anholt · 11 years ago
  87. 5daf867 i965/fs: Improve CSE performance by expiring some available expressions. by Eric Anholt · 11 years ago
  88. f179f41 i965/fs: Improve live variables calculation performance. by Eric Anholt · 11 years ago
  89. 4dc7e6d i965/fs: Also do the gen4 SEND dependency workaround against other SENDs. by Eric Anholt · 11 years ago
  90. 4c1fdae i965/fs: Switch to using sampler LD messages for uniform pull constants. by Eric Anholt · 11 years ago
  91. 1323772 i965/fs: Fix broken rendering in large shaders with UBO loads. by Eric Anholt · 11 years ago
  92. c588cd2 i965/fs: Add a comment about about an implementation detail. by Eric Anholt · 11 years ago
  93. f10f5e4 i965/fs: Fix register allocation for uniform pull constants in 16-wide. by Eric Anholt · 11 years ago
  94. f09a8e1 intel: Remove some unused debug flags. by Eric Anholt · 11 years ago
  95. 7295fad draw/gs: Correctly iterate the emitted primitives by Zack Rusin · 11 years ago
  96. e5406f7 tgsi/exec: Correctly reset NumOutputs before parsing the shader by Zack Rusin · 11 years ago
  97. 9060c83 draw/llvm: another quick hack for drawing with no position output by Roland Scheidegger · 11 years ago
  98. ef17cc9 softpipe: don't use samplers with prebaked sampler and sampler_view state by Roland Scheidegger · 11 years ago
  99. f33c744 tgsi: emit code for SVIEWINFO and SAMPLE_I by Roland Scheidegger · 11 years ago
  100. 7b3a0bb tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF by Roland Scheidegger · 11 years ago