1. a35a19a scons: Define _ALLOW_KEYWORD_MACROS on MSVC builds. by José Fonseca · 11 years ago
  2. 6a3d77e softpipe: Shrink context size. by José Fonseca · 11 years ago
  3. ce3aa0e radeon/llvm: fix LLVM dependencies by Christian König · 11 years ago
  4. d78dcdf mesa: Fix FB blitting in case of zero size src or dst rect by Anuj Phogat · 12 years ago
  5. 1826659 tgsi: fix sample_d emit for arrays by Roland Scheidegger · 11 years ago
  6. 9e93d7c llvmpipe: don't assert when trying to render to surfaces with multiple layers by Roland Scheidegger · 11 years ago
  7. 81e7289 softpipe: don't assert when creating surfaces with multiple layers by Roland Scheidegger · 11 years ago
  8. 4889315 llvmpipe: Fix geometry shader token leak. by José Fonseca · 11 years ago
  9. c95177e radeon/llvm: Add missing license headers by Tom Stellard · 12 years ago
  10. 1c4f283 radeon/llvm: Make radeon_llvm_util.cpp a C file by Tom Stellard · 12 years ago
  11. 3958c10 radeon/llvm: Optimize radeon_llvm_strip_unused_kernels() by Tom Stellard · 12 years ago
  12. 2ace79d radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C API by Tom Stellard · 12 years ago
  13. b34b857 radeon/llvm: Implement radeon_llvm_get_num_kernels() using the C API by Tom Stellard · 12 years ago
  14. 7e9abbe radeon/llvm: Implement radeon_llvm_parse_bitcode() using C API by Tom Stellard · 12 years ago
  15. 97bfcdd r600g/llvm: Move llvm wrapper functions into the radeon directory by Tom Stellard · 12 years ago
  16. 28e1693 Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_table by Jon TURNEY · 12 years ago
  17. ed8ddd5 Fix glapi/tests/check_table.cpp for standardized OpenGL function names by Jon TURNEY · 12 years ago
  18. c7a3191 Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/ by Jon TURNEY · 12 years ago
  19. cff70dc scons: Define PACKAGE_VERSION/BUGREPORT globally. by José Fonseca · 11 years ago
  20. a6bb7a9 tests: Add $(top_srcdir)/include to AM_CPPFLAGS. by Vinson Lee · 12 years ago
  21. f7ef83c scons: Define PACKAGE_xxx by José Fonseca · 12 years ago
  22. 6f86b93 docs: rewrite the OSMesa info / instructions by Brian Paul · 12 years ago
  23. 79eac7d configure: wire-up new OSMesa gallium state tracker and target by Brian Paul · 12 years ago
  24. be51f12 target/osmesa: add new Makefile.am by Brian Paul · 12 years ago
  25. 94263da targets/osmesa: new OSMesa gallium target by Brian Paul · 12 years ago
  26. 7114b6a st/osmesa: add new Makefile.am by Brian Paul · 12 years ago
  27. 73436a9 st/osmesa: new OSMesa gallium state tracker by Brian Paul · 12 years ago
  28. 3c3668c st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support by Brian Paul · 12 years ago
  29. c526e17 scons: Re-add ',' by José Fonseca · 12 years ago
  30. 7bff1cc autotools: Add missing top-level include dir. by José Fonseca · 12 years ago
  31. 5c6e1e9 configure.ac: Alphabetize freedreno makefiles. by Matt Turner · 12 years ago
  32. d89ef39 build: Get rid of dead MESA_ASM_FILES variable by Matt Turner · 12 years ago
  33. bd0c9d0 mesa/build: Get rid of dead ALL_FILES variable by Matt Turner · 12 years ago
  34. 51e065a xmlpool/.gitignore: Remove 'Makefile' by Matt Turner · 12 years ago
  35. e59fc3f mesa: Use PACKAGE_BUGREPORT macro. by Matt Turner · 12 years ago
  36. 9065bab mesa: Remove unused version #defines from version.h. by Matt Turner · 12 years ago
  37. 439c3d4 mesa: Replace MESA_VERSION with PACKAGE_VERSION. by Matt Turner · 12 years ago
  38. 42c1b33 draw/so: Fix stream output with geometry shaders by Zack Rusin · 12 years ago
  39. 57cd1d1 include: Fix build with VS 11 (i.e, 2012). by José Fonseca · 12 years ago
  40. 70fe7c6 mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all. by José Fonseca · 12 years ago
  41. 96b3ca8 scons: Allows choosing VS 10 or 11. by José Fonseca · 12 years ago
  42. 4dca602 radeonsi: Fix off-by-one for maximum vertex element index in some cases by Michel Dänzer · 12 years ago
  43. 8aa8b05 nvc0: avoid crash on updating RASTERIZE_ENABLE state by Christoph Bumiller · 12 years ago
  44. 4d28aff gallium/tests: check format in compute tests, make selectable by Christoph Bumiller · 12 years ago
  45. e2dded7 nvc0: add MP trap handler for nve4 by Christoph Bumiller · 12 years ago
  46. ae59a7d nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4 by Christoph Bumiller · 12 years ago
  47. e066f2f nvc0: implement compute support for nve4 by Christoph Bumiller · 12 years ago
  48. 75f1f85 nvc0/ir: try to fix CAS (CompareAndSwap) by Christoph Bumiller · 12 years ago
  49. 18fdfbd nv50/ir: add CCTL (cache control) op by Christoph Bumiller · 12 years ago
  50. 9db7e09 nvc0/ir/emit: fix emission of large address offsets by Christoph Bumiller · 12 years ago
  51. 175c185 nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format table by Christoph Bumiller · 12 years ago
  52. 19ea0bd nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytes by Christoph Bumiller · 12 years ago
  53. 47f2179 nv50,nvc0: copy writable flag on surface creation by Christoph Bumiller · 12 years ago
  54. 7a91d3a nv50/ir: add support for different sampler and resource index on nve4 by Christoph Bumiller · 12 years ago
  55. 99e4eba nv50/ir: implement splitting of 64 bit ops after RA by Christoph Bumiller · 12 years ago
  56. ac9f19e nvc0/ir: skip back edges when determining latest sched value by Christoph Bumiller · 12 years ago
  57. f07c46a nvc0/ir: use large issue delay after RET, too by Christoph Bumiller · 12 years ago
  58. b23ec3f nv50/ir: fix size adjustment for sched info for multiple functions by Christoph Bumiller · 12 years ago
  59. d39169c nv50/ir: print function inputs and outputs by Christoph Bumiller · 12 years ago
  60. 1b4faa2 nv50/ir/ssa: add a few comments regarding RenamePass by Christoph Bumiller · 12 years ago
  61. 1535b75 nv50/ir/tgsi: Exclude local declarations from function prototypes. by Francisco Jerez · 12 years ago
  62. 9b563ef nv50/ir/opt: try to make use of SUCLAMP addend by Christoph Bumiller · 12 years ago
  63. a788be1 nv50/ir: don't assert on type in Modifier.applyTo if it is 0 by Christoph Bumiller · 12 years ago
  64. c3a5bc0 nv50/ir: add support for barriers by Christoph Bumiller · 12 years ago
  65. a0a2519 nv50/ir/tgsi: add support for atomics by Christoph Bumiller · 12 years ago
  66. c2dfcd7 nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE by Christoph Bumiller · 12 years ago
  67. d105b3d nvc0/ir: don't replace load from input in COMPUTE progs with VFETCH by Christoph Bumiller · 12 years ago
  68. 4506ed2 nvc0/ir: implement lowering of surface ops for nve4 by Christoph Bumiller · 12 years ago
  69. 8ac68b0 nvc0/ir: add formatted surface load lib code, move to extra header by Christoph Bumiller · 12 years ago
  70. ce1951d nv50/ir: extend moveSources for delta < 0 by Christoph Bumiller · 12 years ago
  71. c0fc346 nvc0/ir: lower atomics in s[] by Christoph Bumiller · 12 years ago
  72. 9c19677 nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM by Christoph Bumiller · 12 years ago
  73. c8f0c43 nv50/ir/emit: handle OP_ATOM by Christoph Bumiller · 12 years ago
  74. d6c95f6 nvc0/ir/target: some ops can't be predicated, e.g. CALL by Christoph Bumiller · 12 years ago
  75. 1ed507c nv50/ir/opt: CALLs cannot load by Christoph Bumiller · 12 years ago
  76. c893b94 nv50/ir: add support for indirect BRA,CALL by Christoph Bumiller · 12 years ago
  77. efe5507 nvc0/ir/emit: implement move to and logic ops on predicates by Christoph Bumiller · 12 years ago
  78. ce7610f nvc0/ir/emit: implement surface related ops by Christoph Bumiller · 12 years ago
  79. 3741b7d nv50/ir: initialize CodeEmitters' specialized target fields by Christoph Bumiller · 12 years ago
  80. b0fc2f1 nv50/ir/opt: make optimization aware of atomics, barriers, surface ops by Christoph Bumiller · 12 years ago
  81. 22b762f nv50/ir: add various new OPs that will be needed for compute by Christoph Bumiller · 12 years ago
  82. c82714c nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency. by Francisco Jerez · 12 years ago
  83. cc30ce8 nv50/ir: fix comparison of system values by Christoph Bumiller · 12 years ago
  84. 4ddfdce nv50/ir/tgsi: Translate grid-related system parameters. by Francisco Jerez · 13 years ago
  85. 8446c31 nv50/ir/tgsi: Accept COMPUTE programs. by Francisco Jerez · 13 years ago
  86. e9294e1 nv50/ir/ra: make sure all used function inputs get assigned a reg by Christoph Bumiller · 12 years ago
  87. ee431b1 nv50/ir/ra: also add pre-existing MERGE,SPLIT to constraint list by Christoph Bumiller · 12 years ago
  88. f1dfa41 nv50/ir/ra: fix confusion with conditional RegisterSet::occupy by Christoph Bumiller · 12 years ago
  89. d995f44 nv50/ir/ra: swap copyCompound args if src is compound and dst isn't by Christoph Bumiller · 12 years ago
  90. 95ad9bc nv50/ir/ra: Fix maxGPR calculation for programs with multiple functions. by Francisco Jerez · 12 years ago
  91. ca04e71 nv50/ir/ra: Fix traversal before the beginning of the active list in buildRIG. by Francisco Jerez · 12 years ago
  92. fe17d8a nv50/ir/ra: Fix RegisterSet::occupy(const Value *v). by Francisco Jerez · 12 years ago
  93. 49ded0e nv50/ir/ra: Fix argument const-ness in RegisterSet::idToUnits and idToBytes by Francisco Jerez · 12 years ago
  94. 5959d42 nv50/ir/opt: Fix tryPropagateBranch for BBs with several exit branches. by Francisco Jerez · 12 years ago
  95. 572bf83 nv50/ir: Clean up references to function values before destroying them. by Francisco Jerez · 12 years ago
  96. 12f65e3 nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails. by Francisco Jerez · 12 years ago
  97. 543d032 mesa: Use correct functions for enum conversion. by Vinson Lee · 12 years ago
  98. 6173cc1 freedreno: gallium driver for adreno by Rob Clark · 12 years ago
  99. 44a8e51 d3d1x: Remove. by José Fonseca · 12 years ago
  100. 7db60f0 nv50: Remove nv0_ir_from_sm4.* by José Fonseca · 12 years ago