1. 304d11e Updates from Daniel Borca. by Brian Paul · 21 years ago
  2. 2880669 Fix typo (& instead of &&) to fix olympic.c bug by Keith Whitwell · 21 years ago
  3. 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
  4. f88d846 Moved. by Karl Schultz · 21 years ago
  5. acad0fa Add the C++ and response files to the project so that they show up in the project file list. by Karl Schultz · 21 years ago
  6. e7d9b3f Reorganized projects so there is one project for each Mesa source subdir, and put the actual project files in each subdir. by Karl Schultz · 21 years ago
  7. 1b41c0d VC 6 Project File by Karl Schultz · 21 years ago
  8. 4894df6 minor option tweak by Karl Schultz · 21 years ago
  9. b9d9c1f Compiler/Linker "response" file containing compiler options and list of files to compile/link for the C++ files in the glu library. It is easier to edit and maintain this infomation in flat files instead of trying to enter it into the VC project menus. The C++ files are compiled as a "pre-link" step. by Karl Schultz · 21 years ago
  10. 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
  11. fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
  12. c2b39d0 add a dependency so that osmesa builds by Karl Schultz · 21 years ago
  13. 00d7f16 cleanup - add comments and sort names. by Karl Schultz · 21 years ago
  14. c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
  15. 838bb33 add osdemo project by Karl Schultz · 21 years ago
  16. 0a5957bf project file for osdemo by Karl Schultz · 21 years ago
  17. eb226f1 Add osmesa project by Karl Schultz · 21 years ago
  18. a328649 add symbols needed by osmesa. by Karl Schultz · 21 years ago
  19. bd36e5f Project file for osmesa by Karl Schultz · 21 years ago
  20. 4e245c3 moved to top of tree. by Karl Schultz · 21 years ago
  21. 7d3bf7f Microsoft Visual Studio 6 Workspace file for building Mesa and related libraries. (Moved from src/mesa/drivers/windows to make it easier to find.) The project files belonging to the workspace are located elsewhere in the tree, closer to the modules they each build. by Karl Schultz · 21 years ago
  22. 3a25e23 if texture color table is enabled, use the color table's format to evaluate the texture env function by Brian Paul · 21 years ago
  23. df03f8e fix location of mesa.def by Karl Schultz · 21 years ago
  24. adb5e0b linker exports defs by Karl Schultz · 21 years ago
  25. 95a791b Project to build the gears demo program. by Karl Schultz · 21 years ago
  26. c7363f7 Workspace to build Mesa demos and sample programs. by Karl Schultz · 21 years ago
  27. c06ff13 Project file to build GLUT32.DLL by Karl Schultz · 21 years ago
  28. 5c04693 Project file to build GLU32.DLL by Karl Schultz · 21 years ago
  29. b6a74a4 Source code for GDI driver. by Karl Schultz · 21 years ago
  30. fbd052e Project file to build gdi driver and OPENGL32.DLL. by Karl Schultz · 21 years ago
  31. 9baab01 Project file to build tnl - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  32. bff1bf9 Project file to build swrast - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  33. b1bc0dc Project file to build core mesa - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  34. 341313b Visual Studio Workspace file for building Mesa. This workspace contains projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree. by Karl Schultz · 21 years ago
  35. f78311e Removing from this directory. Will be added to new gdi driver directory. by Karl Schultz · 21 years ago
  36. 6ff00f9 Remove obsolete file. by Karl Schultz · 21 years ago
  37. 6b4716c Windows does not define HUGE_VAL, so use the IEEE hex constants. by Karl Schultz · 21 years ago
  38. 9c7b816 fix a few more glitches from last big check-in by Brian Paul · 21 years ago
  39. 9f9bed9 fix GL_SGI_texture_colortable bugs by Brian Paul · 21 years ago
  40. d19b5db fill in chapter 5, 6 text by Brian Paul · 21 years ago
  41. ad6ecf0 remove printf by Brian Paul · 21 years ago
  42. 6a940e8 New interactive debugging code - vertex or fragment program. by Brian Paul · 21 years ago
  43. 05944c0 Restore more code lost during last big merge. by Brian Paul · 21 years ago
  44. f7fda86 Implement debugger callback, etc for vertex programs. Misc clean-ups. by Brian Paul · 21 years ago
  45. 389858e tokens, functions for GL_MESA_program_debug by Brian Paul · 21 years ago
  46. 64da663 vertex/fragment debugger extension by Brian Paul · 21 years ago
  47. 5366b01 test program for GL_MESA_program_debug extension by Brian Paul · 21 years ago
  48. 08ff059 Initial implementation of GL_MESA_program_debug - a vertex/fragment program by Brian Paul · 21 years ago
  49. 190c11e Numbered productions for ARB_vertex_program grammar (Karl Rasche) by Brian Paul · 22 years ago
  50. 9a0d97a Karl Rasche's ARB_vertex_program parser by Brian Paul · 22 years ago
  51. f44898c Fix up FEATURE_* defines in config.h by Brian Paul · 22 years ago
  52. 702ca20 Fix up some loose ends from the last big check-in. by Brian Paul · 22 years ago
  53. c19cbb5 more DOS updates from Daniel Borca by Brian Paul · 22 years ago
  54. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 22 years ago
  55. 44c6999 DOS updates from Daniel Borca by Brian Paul · 22 years ago
  56. 3569599 added GL_VERSION check by Brian Paul · 22 years ago
  57. f6e76fe fix conformance glitch introduced with NPOT extension by Brian Paul · 22 years ago
  58. ef751eb minor fixes in _mesa_TexGen[id]v() to silence valgrind by Brian Paul · 22 years ago
  59. 92d3164 fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] by Brian Paul · 22 years ago
  60. b464dee bigger window by Brian Paul · 22 years ago
  61. 7568561 GL_ARB_texture_non_power_of_two test program by Brian Paul · 22 years ago
  62. 235c150 added GL_ARB_texture_non_power_of_two by Brian Paul · 22 years ago
  63. 887e2cf Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). by Brian Paul · 22 years ago
  64. 32bac60 tweak checks for display list zero by Brian Paul · 22 years ago
  65. de4f460 Simplify extension string handling. by Brian Paul · 22 years ago
  66. 9826ca3 by Jouk Jansen · 22 years ago
  67. 4e28d96 DOS updates (Daniel Borca) by Brian Paul · 22 years ago
  68. a58214e add a few more digits to PI to make Evgeny happy by Brian Paul · 22 years ago
  69. fb8105f by Jouk Jansen · 22 years ago
  70. ccb8284 by Jouk Jansen · 22 years ago
  71. 642699a DOS updates for new tree (Daniel Borca) by Brian Paul · 22 years ago
  72. 710207c fix include paths (Daniel Borca) by Brian Paul · 22 years ago
  73. 225517a GLUT for OS/2 (Evgeny Kotsuba) by Brian Paul · 22 years ago
  74. 8fa5075 fix typo, added space/anim control by Brian Paul · 22 years ago
  75. 8625803 GL_ARB_occlusion_query demo. by Brian Paul · 22 years ago
  76. b17a722 Implemented GL_ARB_occlusion_query (not 100% finalized). by Brian Paul · 22 years ago
  77. 0c0e583 More clean-ups and re-org by Brian Paul · 22 years ago
  78. 93db675 added new GL_ARB_v_p instructions by Brian Paul · 22 years ago
  79. 6a0db56 s/ATTRIB_h/ATTRIB_H/ by Brian Paul · 22 years ago
  80. 5ac9e66 added null pointer check in tnl_copy_to_current() by Brian Paul · 22 years ago
  81. b1d53d9 new buffer/context visual compatibility test (Phil Brown) by Brian Paul · 22 years ago
  82. 196a90b added missing types to _mesa_VertexAttribPointerARB() by Brian Paul · 22 years ago
  83. 5c08c5b clean up _tnl_copy_to_current() by Brian Paul · 22 years ago
  84. f499860 moved from main/ to glapi/ by Brian Paul · 22 years ago
  85. de5496d Further makefile clean-up, concentrated on the x86 assembly files. by Brian Paul · 22 years ago
  86. 5f34399 fixes for x86 builds by Brian Paul · 22 years ago
  87. 5e04bcf GL_EXT_texture_rectangle, directory tree info by Brian Paul · 22 years ago
  88. 66a83c9 fix GL_CURRENT_VERTEX_ATTRIB_ARB queries by Brian Paul · 22 years ago
  89. 9a2121c update for new directory tree by Brian Paul · 22 years ago
  90. cd0fbde add missing vertex attribs in _tnl_copy_to_current() by Brian Paul · 22 years ago
  91. 8297033 fixed secondary color typo by Brian Paul · 22 years ago
  92. b953beb updated old-style makefiles for new tree by Brian Paul · 22 years ago
  93. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 22 years ago
  94. b9e1411 comments regarding window sizing by Brian Paul · 22 years ago
  95. 3c28d1e Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) by Brian Paul · 22 years ago
  96. 09dbc1e Removed fields from 'struct gl_extensions' for extensions that don't by Ian Romanick · 22 years ago
  97. a189e4c s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown) by Brian Paul · 22 years ago
  98. c9ab99c updated rule for make OSMesa lib (Brad King) by Brian Paul · 22 years ago
  99. 45e9a5c Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the libraries by Brian Paul · 22 years ago
  100. 698e67d remove test file by Brian Paul · 22 years ago