1. 5257a6d st/mesa: implement ARB_sync by Marek Olšák · 14 years ago
  2. 5d0e8be scons: More tweaks to fix MinGW build. by José Fonseca · 14 years ago
  3. dbfbb8c scons: Ensure generated headers are in the include path. by José Fonseca · 14 years ago
  4. 8be58df scons: Use Flex and Bison to generate lexer/parser files. by Kenneth Graunke · 14 years ago
  5. b70610b mesa: move PBO-related functions into a new file by Brian Paul · 14 years ago
  6. 9389313 mesa: Add texcompress_rgtc.c to SConscript. by Vinson Lee · 14 years ago
  7. 8aac5d1 Remove talloc from the SCons build system. by Kenneth Graunke · 14 years ago
  8. bb770af scons: Add support for GLES. by Chia-I Wu · 14 years ago
  9. e365932 WIN32_THREADS -> WIN32 by José Fonseca · 14 years ago
  10. bb045d3 scons: Define IN_DRI_DRIVER. by Chia-I Wu · 14 years ago
  11. f9156eb scons: Fix MinGW cross-compilation. by José Fonseca · 14 years ago
  12. 601498a scons: Revamp how to specify targets to build. by José Fonseca · 14 years ago
  13. 1c13175 mesa: split up the image.c file by Brian Paul · 14 years ago
  14. f46a615 scons: Add program/sampler.cpp to SCons build. by Vinson Lee · 14 years ago
  15. 7f80041 Delete more vestiges of the old shader compiler. by Kenneth Graunke · 14 years ago
  16. cfc0081 mesa: Add missing ES sources to SConscript. by Chia-I Wu · 14 years ago
  17. 6c03c57 Merge branch 'glsl2' by Ian Romanick · 14 years ago
  18. 3a3cdb9 scons: Build the new glsl2 code. by José Fonseca · 14 years ago
  19. ca70bf8 scons: Add main/querymatrix.c to SCons build. by Vinson Lee · 14 years ago
  20. 374c74f mesa: remove restart.c from build by Brian Paul · 14 years ago
  21. 120a9f4 mesa: entrypoints for GL 3.1 primitive restart by Brian Paul · 14 years ago
  22. ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago
  23. f1c5043 mesa: move shader/slang/* sources to main/slang/* by Brian Paul · 14 years ago
  24. 7936e06 mesa: move nvprogram.[ch] to main/ by Brian Paul · 14 years ago
  25. 412cddf mesa: move arbprogram.[ch] to main/ by Brian Paul · 14 years ago
  26. 70c8d29 mesa: move atifragshader.[ch] to main/ by Brian Paul · 14 years ago
  27. 936605f mesa: move uniforms.c to main/ by Brian Paul · 14 years ago
  28. a37b221 mesa: refactor shader api / object code by Brian Paul · 14 years ago
  29. 69861ae mesa: move GLSL uniform functions into new source file by Brian Paul · 14 years ago
  30. a93f9f3 gallium: Fix invalidate framebuffer with old libGL libraries by Jakob Bornecrantz · 14 years ago
  31. 3293bcd Merge branch 'gallium-msaa' by Roland Scheidegger · 14 years ago
  32. 127328b mesa/st: adapt to interface changes by Roland Scheidegger · 14 years ago
  33. fef6e36 mesa: more transform feedback infrastructure by Brian Paul · 14 years ago
  34. 296adbd glapi: Move to src/mapi/. by Chia-I Wu · 15 years ago
  35. 73ded06 glapi: Move assembly dispatchers back into glapi/. by Chia-I Wu · 15 years ago
  36. 00b7dcd mesa: remove unused renderbuffer adaptor code by Brian Paul · 14 years ago
  37. 833e6f0 st/mesa: Remove state_tracker/st_framebuffer.c from SConscript. by Vinson Lee · 15 years ago
  38. 9faf952 scons: Build glapi regardless of the dri option. by José Fonseca · 15 years ago
  39. a1aa53b st/mesa: Implement GL_OES_EGL_image driver hooks. by Chia-I Wu · 15 years ago
  40. e443d13 mesa: add transformfeedback.c to build by Brian Paul · 15 years ago
  41. 9d3a873 Merge remote branch 'origin/gallium-st-api' by Chia-I Wu · 15 years ago
  42. 41eab95 glapi: exec_malloc for dispatch stubs by George Sapountzis · 15 years ago
  43. de8a879 st/mesa: Implement st_api.h. by Chia-I Wu · 15 years ago
  44. 3355ae1 glapi: Fix scons build -- list new file. by José Fonseca · 15 years ago
  45. 27d260b glapi: Move src/mesa/main/dispatch.c to glapi and rename. by Chia-I Wu · 15 years ago
  46. f845e4f st/dri2: Use event-driven buffer validation. by Francisco Jerez · 15 years ago
  47. 126aff1 glapi: split the no-op dispatch code into new glapi_nop.c file by Brian Paul · 15 years ago
  48. 29f50f6 mesa: added version.c to build by Brian Paul · 15 years ago
  49. c9b5583 st/mesa: implement conditional rendering by Brian Paul · 15 years ago
  50. 0fbe828 mesa: _mesa_Begin/EndConditionalRender() functions by Brian Paul · 15 years ago
  51. 75f371e Remove grammar module -- no dependencies left. by Michal Krol · 15 years ago
  52. a3eb0f7 Merge branch 'master' into glsl-pp-rework-2 by Michal Krol · 15 years ago
  53. 05b6296 mesa: Fix SCons build. by Vinson Lee · 15 years ago
  54. 3371f7e scons: Autogenerate GLSL builtin library *_gc.h from *.gc files. by Michal Krol · 15 years ago
  55. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  56. c9d715d mesa: Add remap.c to SConscript. by Chia-I Wu · 15 years ago
  57. 74ae14a mesa: move texel fetch/store into new texfetch.[ch] files by Brian Paul · 15 years ago
  58. a7455f9 mesa: added formats.c to build by Brian Paul · 15 years ago
  59. 1eda10d Revert "scons: add meta.c to sources" by Brian Paul · 15 years ago
  60. 41fefe8 scons: add meta.c to sources by Brian Paul · 15 years ago
  61. d06069f slang: Remove the old preprocessor. by Michal Krol · 15 years ago
  62. 18d3409 Add syncobj.c to SConscript by Ian Romanick · 15 years ago
  63. 6818eb9 mesa: Update sconscript for new ARB/FP assembler. by José Fonseca · 15 years ago
  64. a4bec69 mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file by Brian Paul · 16 years ago
  65. 4045a2c mesa: move shared context state functions to new shared.c file by Brian Paul · 16 years ago
  66. 2c37851 mesa: move glViewport and glDepthRange functions into new viewport.c file by Brian Paul · 16 years ago
  67. 69e07bd mesa: remove GL_MESA_program_debug extension by Brian Paul · 16 years ago
  68. 82f1c0b mesa: add new program optimizer code by Brian Paul · 16 years ago
  69. 2cbc465 mesa: new cpuinfo.c file to init/query cpu info and extensions by Brian Paul · 16 years ago
  70. 20d289e mesa: rename x86.c -> x86_xform.c by Brian Paul · 16 years ago
  71. c5dd863 mesa: List new source file in SConscript. by José Fonseca · 16 years ago
  72. c7bbc9a wgl: Enable the use of Win32 threads. by José Fonseca · 16 years ago
  73. 0e471ac wgl: relocate wgl code to state_trackers/wgl by Keith Whitwell · 16 years ago
  74. 2105b61 mesa: Ensure gl* symbols are marked as dllexport on windows. by José Fonseca · 16 years ago
  75. 975e584 scons: Specify C99 throughout all the tree. by José Fonseca · 16 years ago
  76. 89565b2 mesa: update SConscript with new source files by Brian Paul · 16 years ago
  77. db19578 mesa: Bring in new mesa sub-statetracker. by José Fonseca · 16 years ago
  78. 6b69e3c scons: ppc support. by Michel Dänzer · 16 years ago
  79. e90c0c9 gallium: do a proper implementation of GL_OES_read_format by Brian Paul · 16 years ago
  80. 101d1a6 mesa: Prefix main includes with dir to avoid conflicts. by José Fonseca · 16 years ago
  81. 8c90148 mesa: Fix Windows GDI winsys build. by José Fonseca · 16 years ago
  82. 73f78de gallium: add missing comma by Brian Paul · 16 years ago
  83. 11461f5 mesa: refactor: update SConscript with recently added new source files by Brian Paul · 16 years ago
  84. 5c9c6b0 scons: Generate matypes.h at build time. by José Fonseca · 16 years ago
  85. ffc6afc scons: Enable mesa state tracker in all platforms by default. by José Fonseca · 16 years ago
  86. 658f5e7 scons: A few fixes for building mesa on windows. by José Fonseca · 17 years ago
  87. 57b85e1 gallium: Don't link x86sse.c into libmesa.a. by Michel Dänzer · 17 years ago
  88. f97c56e gallium: Fix up scons build. by Michel Dänzer · 17 years ago
  89. 23c98f6 gallium: Update scons build for state tracker files added/removed. by Michel Dänzer · 17 years ago
  90. e2a91c2 gallium: Add missing file for scons build. by Michel Dänzer · 17 years ago
  91. 308f11f scons: Build mesa source with c99. by José Fonseca · 17 years ago
  92. b9da379 Remove src/mesa and src/mesa/main from gallium source include paths. by José Fonseca · 17 years ago
  93. 33ceb67 Update scons build for new code layout. by José Fonseca · 17 years ago
  94. a31d289 gallium: Cross-platform debugging helpers. by José Fonseca · 17 years ago
  95. c42e625 gallium: Add SCons as alternative build system for Gallium. by José Fonseca · 17 years ago