1. 7d6af9e glsl: Generate ir_expression_operation.h from Python by Ian Romanick · 9 years ago
  2. 09dafb9 scons: Take indirect gl_and_es_API.xml dependencies in consideration. by Jose Fonseca · 8 years ago
  3. ae9a2ba mesa: scons: remove left over src/glsl include by Emil Velikov · 8 years ago
  4. 1c7c0d7 mesa: scons: list builddir before srcdir by Emil Velikov · 8 years ago
  5. ace3124 scons: put the generated git_sha1.h file in top-level src/ directory by Brian Paul · 8 years ago
  6. 1e93b0c mesa/st: add support for NIR as possible driver IR by Rob Clark · 9 years ago
  7. 9a25c8a scons: Whenever possible decide what to do based on platform and not compiler. by Jose Fonseca · 8 years ago
  8. 24f984f nir: move glsl_types.{cpp,h} to compiler by Emil Velikov · 9 years ago
  9. b9b40ef nir: remove dependency on glsl by Rob Clark · 9 years ago
  10. 5db57b8 scons: Fix git_sha1.h generation fallback. by Jose Fonseca · 9 years ago
  11. 31e47a5 scons: Cleanup flex/bison settings specification. by Jose Fonseca · 9 years ago
  12. e6330f9 scons: Ensure git_sha1.h's directory exists. by Jose Fonseca · 9 years ago
  13. d3e9aa8 scons: Don't link program_lexer.l/y twice. by Jose Fonseca · 9 years ago
  14. 3f6c28f mesa: rename format_info.c to format_info.h by Emil Velikov · 9 years ago
  15. 00faf9f scons: Use -Werror MSVC compatibility flags per-directory. by Jose Fonseca · 9 years ago
  16. e8c5cbf mesa: Add gallium include dirs to more parts of the tree. by Eric Anholt · 10 years ago
  17. e1fdcdd mesa: Autogenerate format_unpack.c by Jason Ekstrand · 10 years ago
  18. e0439f7 mesa: Autogenerate most of format_pack.c by Jason Ekstrand · 10 years ago
  19. 12610ff mesa/formats: Autogenerate the format_info structure from a CSV file by Jason Ekstrand · 10 years ago
  20. 1e0da62 util: Move ralloc to a new src/util directory. by Kenneth Graunke · 10 years ago
  21. dcc29c1 mesa/SConscript: Use Makefile.sources instead of duplicating the file lists by Jason Ekstrand · 10 years ago
  22. c59c8f0 scons: Fix x86_64 build. by José Fonseca · 10 years ago
  23. 98fb8c9 scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript. by Vinson Lee · 10 years ago
  24. 34587e4 scons: Add main/pipelineobj.c to src/mesa/SConscript. by Vinson Lee · 10 years ago
  25. f0e967f scons: add meta_blit.c to src/mesa/SConscript by Brian Paul · 11 years ago
  26. 79134cb mesa/cs: Add dispatch API stubs for ARB_compute_shader. by Paul Berry · 11 years ago
  27. 3abd4f4 mesa: move glGenerateMipmap() code into new genmipmap.c file by Brian Paul · 11 years ago
  28. bfcb9bb mesa: move glBlitFramebuffer code into new blit.c file by Brian Paul · 11 years ago
  29. bf27d02 scons: add new shaderimage.c file to the build by Brian Paul · 11 years ago
  30. d77d2af mesa: Add API definitions for ARB_texture_view by Courtney Goeltzenleuchter · 11 years ago
  31. c506272 scons: drop obsolete enabled_apis variable by Emil Velikov · 11 years ago
  32. bc23944 mesa: add vdpau.c and st_vdpau.c to src/mesa/SConscript by Brian Paul · 11 years ago
  33. b2e327e mesa: Add core support for the GL_AMD_performance_monitor extension. by Kenneth Graunke · 11 years ago
  34. a7f5eb8 mesa: Update builds scripts to build object labels by Timothy Arceri · 11 years ago
  35. fa3040c scons: Fix dependencies of enums.c and api_exec.c. by José Fonseca · 11 years ago
  36. f6aab27 scons: remove IN_DRI_DRIVER by Andreas Boll · 11 years ago
  37. 1687932 scons: Support clang. by José Fonseca · 11 years ago
  38. 815ca0b mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs by Brian Paul · 11 years ago
  39. ed9687c scons: Add st_cb_msaa.c to source list. by José Fonseca · 11 years ago
  40. cff70dc scons: Define PACKAGE_VERSION/BUGREPORT globally. by José Fonseca · 11 years ago
  41. f7ef83c scons: Define PACKAGE_xxx by José Fonseca · 11 years ago
  42. 71c87e4 scons: Fix dependencies of generated headers. by José Fonseca · 12 years ago
  43. dfcd765 mesa: add new formatquery.c file to SConscript file to fix build by Brian Paul · 12 years ago
  44. b9227b3 mesa: Don't use rtasm for Haiku swrast by Alexander von Gluck IV · 12 years ago
  45. 59284bc program/hash_table.c: rename to program/prog_hash_table.c by Jordan Justen · 12 years ago
  46. 82c9d98 mesa: add set support (stores a set of pointers) by Eric Anholt · 12 years ago
  47. 35fd61b mesa: Import a copy of the open-addressing hash table code I wrote. by Eric Anholt · 12 years ago
  48. 5cbc0f0 scons: Build src/mesa/main/es1_conversion.c for all builds. by Vinson Lee · 12 years ago
  49. 98874ec dispatch: Code generate api_exec.c. by Paul Berry · 12 years ago
  50. a8ab7e3 dispatch: stop generating separate GLES1 API code. by Paul Berry · 12 years ago
  51. 2254569 mesa: Remove support for parsing NV fragment programs. by Kenneth Graunke · 12 years ago
  52. 7487b16 mesa: Remove the NV program API functions. by Kenneth Graunke · 12 years ago
  53. 422566e mesa: Remove support for parsing NV vertex programs. by Eric Anholt · 12 years ago
  54. 98f880e mesa: glGet: add script to generate hash tables in build time by Imre Deak · 12 years ago
  55. 6678125 scons/android: add flag to check for enabled GL APIs by Imre Deak · 12 years ago
  56. 9549e55 scons: Disable build of assembly sources on Cygwin. by Vinson Lee · 12 years ago
  57. e78ebbc scons: add new -p (prefix) options for yacc by Brian Paul · 12 years ago
  58. 9121460 scons : add HAVE_DLOPEN to build environment by Tapani Pälli · 12 years ago
  59. a010215 mesa: Kill ES2 wrapper functions by Ian Romanick · 12 years ago
  60. 179d8aa Move _mesa_dl* functions into dlopen.h and inline them by Matt Turner · 12 years ago
  61. c1a9e60 mesa: rename texpal.[ch] to texcompress_cpal.[ch] by Brian Paul · 12 years ago
  62. 34472a0 mesa/es: Don't generate ES1 type conversion wrappers by Ian Romanick · 12 years ago
  63. 9ad8f43 mesa: add glformats integer type/format detection routines by Jordan Justen · 12 years ago
  64. 8676890 Rename sparc/clip.S -> sparc/sparc_clip.S by Jon TURNEY · 12 years ago
  65. 4d9f263 scons: add st_atom_array.c to the build by Brian Paul · 12 years ago
  66. dff36e9 scons: add code to generate the various GL API files by Brian Paul · 12 years ago
  67. bc8e0f5 vbo: add software primitive restart support by Jordan Justen · 12 years ago
  68. 5ab088c mesa: split error handling into its own file by nobled · 13 years ago
  69. c5e6460 scons: Don't build the assembly sources on Mac OS X. by Vinson Lee · 12 years ago
  70. d387899 Remove src/mesa/ppc by Matt Turner · 13 years ago
  71. 21b28d5 swrast: remove s_depthstencil.[ch] files by Brian Paul · 13 years ago
  72. 8ba9c22 mesa: remove unused depthstencil.[ch] files by Brian Paul · 13 years ago
  73. 23527eb mesa: build swrast/s_depthstencil.c by Brian Paul · 13 years ago
  74. b85284f mesa: build new s_renderbuffer.c file by Brian Paul · 13 years ago
  75. 122c676 mesa: rewrite accum buffer support by Brian Paul · 13 years ago
  76. aa6cb95 mesa: new format_pack.c code by Brian Paul · 13 years ago
  77. 51f4d27 mesa: add ETC1 decoding routines by Chia-I Wu · 13 years ago
  78. 77c85f0 mesa: remove _swrast_ReadPixels() by Brian Paul · 13 years ago
  79. e6c4159 mesa: replace api_noop.[ch] with vbo_noop.[ch] by Brian Paul · 13 years ago
  80. f4b42aa scons: Don't list m_xform.c twice. by José Fonseca · 13 years ago
  81. 2051a11 mesa: remove prog_uniform.c from SConscript by Brian Paul · 13 years ago
  82. 29eb2e8 mesa: compile new texstore.c file by Brian Paul · 13 years ago
  83. 116b7bb scons: Add uniform_query.cpp to SConscript. by Vinson Lee · 13 years ago
  84. 6399b7d scons: add new files to src/mesa/SConscript by Brian Paul · 13 years ago
  85. d487cc2 scons: insert 'git-' into MESA_GIT_SHA1 string by Brian Paul · 13 years ago
  86. e112287 scons: fix write_git_sha1_h_file() issue on Windows by Brian Paul · 13 years ago
  87. f83af36 scons: generate git_sha1.h file as with Makefile build by Brian Paul · 13 years ago
  88. baeefef mesa: move software texel fetch code into swrast by Brian Paul · 13 years ago
  89. 730952a mesa: add new pixel format unpacking code by Brian Paul · 13 years ago
  90. 6f1846e scons: add swrast/s_texture.c to the build by Brian Paul · 13 years ago
  91. 54c48a9 mesa: Add partial constant propagation pass for Mesa IR by Ian Romanick · 14 years ago
  92. 6eff33d glapi: generate ES dispatch headers from core mesa by Chia-I Wu · 13 years ago
  93. 5076561 glapi: use gl_and_es_API.xml to generate GLES headers by Chia-I Wu · 13 years ago
  94. d7f2e38 mesa: add st_glsl_to_tgsi.cpp to Sconscript by Brian Paul · 13 years ago
  95. 755f2e2 mesa: move texrender.c to swrast by Brian Paul · 13 years ago
  96. 4bb748b mesa: merge glapidispatch.h into dispatch.h by Chia-I Wu · 13 years ago
  97. 8e8a56e scons: Build osmesa. by José Fonseca · 13 years ago
  98. abda64e mesa/vf: Remove. by José Fonseca · 13 years ago
  99. 34a5d3b mesa: plug in new functions for GL_ARB_sampler_objects by Brian Paul · 13 years ago
  100. 622ee08 scons: Generate empty git_sha1.h for all platforms. by Vinson Lee · 13 years ago