1. e2859ea Convert VERSIONS and RELNOTES-6.5.1 to html, update links to them. by Brian Paul · 18 years ago
  2. 3cbfef3 Give the user posibility to choose speed over correctness. by Rune Petersen · 18 years ago
  3. 52e36cd check if ext->name is null before strcmp() by Brian Paul · 18 years ago
  4. 901f83f do not abort with not supported vertex prog output configuration, fallback instead by Roland Scheidegger · 18 years ago
  5. 7986cfb remove extension defines/protos that are now in glext.h by Brian Paul · 18 years ago
  6. 3cd07d2 latest version from OpenGL ARB by Brian Paul · 18 years ago
  7. cdb12bd Handle API and dispatch table changes that removed a bunch of extension entry points. by Karl Schultz · 18 years ago
  8. c6f8176 make prog2 a legal program (texture reference fix) by Brian Paul · 18 years ago
  9. b7fc1c3 Check that we don't try to reference more than one target of a texture unit. by Brian Paul · 18 years ago
  10. f6de865 s/0/VERT_RESULT_HPOS/ by Brian Paul · 18 years ago
  11. a70d564 Add missing parenthesis so that glXSwapIntervalSGI protocol is by Ian Romanick · 18 years ago
  12. c7f571e Add missing vec4 instructions to the interpreter. Other cosmetic changes. by Michal Krol · 18 years ago
  13. 8a43667 fix Xlib driver mem leaks by Brian Paul · 18 years ago
  14. 6c06ce2 Use XAddExtension() to register an XCloseDisplay() callback function. by Brian Paul · 18 years ago
  15. 12a5f81 init a local var to silence warning by Brian Paul · 18 years ago
  16. a974aaa Minor r200 vertex program cleanups. Remove disabled leftovers from r300 vertex program code. Fix authors. Correct slightly wrong check to determine if ran out of temps. Simplify check to determine if ran out of max instructions. Correctly report used native temps. Always kick off program translation when ProgramStringNotify is called (otherwise the reported native resources used queried might be wrong). by Roland Scheidegger · 18 years ago
  17. e6de1ed fix initialization of native resource usage of vertex/fragment programs by Roland Scheidegger · 18 years ago
  18. ef3f00f fix typo causing a segfault when a vertex program uses more than 96 parameters by Roland Scheidegger · 18 years ago
  19. 8334c8a Move call to _swrast_update_rasterflags() since it depends on the by Brian Paul · 18 years ago
  20. f7c4dc0 _mesa_debug() should be a no-op when not compiled with DEBUG defined. by Brian Paul · 18 years ago
  21. 3984714 set 6.5.1 release to Aug 31 by Brian Paul · 18 years ago
  22. 70c2d51 remove assertion that referenced &glSetFenceNV for debug test by Brian Paul · 18 years ago
  23. 0aab798 replace abort with _mesa_problem() by Brian Paul · 18 years ago
  24. 8d675aa Deprecate GL_EXT_vertex_weighting. by Ian Romanick · 18 years ago
  25. dfdd0b4 More static dispatch function removal. by Ian Romanick · 18 years ago
  26. fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
  27. af1dc7e move initialization code aroudn so glPointParameter isn't called before checking the extension is present by Roland Scheidegger · 18 years ago
  28. b5a2fc1 Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to by Brian Paul · 18 years ago
  29. 258751f Add two new gl_function methods. dispatch_name returns the name of by Ian Romanick · 18 years ago
  30. 0bb27c0 Add dependencies for all API XML files. by Ian Romanick · 18 years ago
  31. e5bc35d remove unused var by Brian Paul · 18 years ago
  32. e365b82 fix the check for force_s3tc_enable (bug 8042) by Brian Paul · 18 years ago
  33. b9ac4af omit installmesa script from tarballs by Brian Paul · 18 years ago
  34. a394f54 check for GL_ARB_point_parameters by Brian Paul · 18 years ago
  35. 9cb82f7 close #6318 by Aapo Tahkola · 18 years ago
  36. a38aef9 by Sean D'Epagnier · 18 years ago
  37. 7e9737b Explicitly store the names for each function that should have a static by Ian Romanick · 18 years ago
  38. 092d14b Fix bug 8010 - locking issues. by Alan Hourihane · 18 years ago
  39. 2fd72a7 fix #8008 by Aapo Tahkola · 18 years ago
  40. 0c46a12 delete buffers, destroy window upon exit by Brian Paul · 18 years ago
  41. 6827cf4 include texobj.h to silence warning by Brian Paul · 18 years ago
  42. 96ee800 6.5.1 bug fixes by Brian Paul · 18 years ago
  43. 4277ea4 Error detection/reporting was broken in several places. by Brian Paul · 18 years ago
  44. 3fea591 Add a couple of the missing GL 2.0 functions. Enable GLX protocol for by Ian Romanick · 18 years ago
  45. 58d080b Free vertex program TnlData, if any. Fixes a mem leak. by Brian Paul · 18 years ago
  46. 473f1ac clamp result.depth to [0,1] if written to by Brian Paul · 18 years ago
  47. 439d599 Remove XFree86 CVS keyword. by Brian Paul · 18 years ago
  48. a360bc3 Rearrange glBindProgram() code to do all error checking before changing by Brian Paul · 18 years ago
  49. 4bae9a4 In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END if by Brian Paul · 18 years ago
  50. f38ac5f improved comments by Brian Paul · 18 years ago
  51. 3c54e83 Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code(). by Brian Paul · 18 years ago
  52. 383c39e use _mesa_alloc_instructions() by Brian Paul · 18 years ago
  53. 9983a27 added _mesa_alloc_instructions() utility function by Brian Paul · 18 years ago
  54. a574c80 Add missing enums for GL_SGI_color_table. by Ian Romanick · 18 years ago
  55. e53e0f4 recent bug fixes by Brian Paul · 18 years ago
  56. 6211a14 update MAX_INSTRUCTIONS limit by Brian Paul · 18 years ago
  57. ebf58ea According to GL_NV_fragment_program, max frag prog length is 1024 instructions. by Brian Paul · 18 years ago
  58. 77427a1 Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB target by Brian Paul · 18 years ago
  59. e6940f0 scalar sources such as 'time.x' weren't accepted by parser by Brian Paul · 18 years ago
  60. c6511ab Functions for vertex/fragment program transformations, optimizations, etc. by Brian Paul · 18 years ago
  61. beb32c4 fix bad casts, carry over r200 fix to check for null program string in r300_translate_vertex_shader() by Brian Paul · 18 years ago
  62. 94ff996 Check for NULL program string in r200_translate_vertex_program(). by Brian Paul · 18 years ago
  63. a754390 use _mesa_realloc_instructions() by Brian Paul · 18 years ago
  64. 3b9b8de Added _mesa_realloc_instructions() utility function. by Brian Paul · 18 years ago
  65. a5f2206 GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. by Ian Romanick · 18 years ago
  66. bf83e65 Add a new offset mode to the GL API XML. This mode, called "assign," by Ian Romanick · 18 years ago
  67. 5947f8f fix fragment.position initialization bug by Brian Paul · 18 years ago
  68. ce9767f Make sure that _GNU_SOURCE is enabled in the linux configs that set by Ian Romanick · 18 years ago
  69. 39f222a add point-position.c by Keith Whitwell · 18 years ago
  70. 28536e6 Test for fragment.position in points primitives. Currently renders by Keith Whitwell · 18 years ago
  71. 8330432 added glut/mini/ sources to glut tarball by Brian Paul · 18 years ago
  72. 116411d Check if mesa_vp->Base.Parameters is null before dereferencing (bug report by Brian Paul · 18 years ago
  73. 4169c22 Fix some problems with the generation of the size tables. Enable by Ian Romanick · 18 years ago
  74. a95d5f0 silence warning by Brian Paul · 18 years ago
  75. 4d12a05 Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid by Brian Paul · 18 years ago
  76. 261a806 New script and API description file to enable generate of GLX protocol by Ian Romanick · 18 years ago
  77. d21ccb4 update glut fbdev sources list by Brian Paul · 18 years ago
  78. bd3e6ec by Sean D'Epagnier · 18 years ago
  79. 43c9587 remove duplicate pieces of code. by Aapo Tahkola · 18 years ago
  80. cafb061 extend some DrawRangeElements cases to support rendering more than 65535 verts in one blast. ut2k4 cases in other words ... by Aapo Tahkola · 18 years ago
  81. 50eae3a fix broken write-only depth setting. use early z where possible. by Aapo Tahkola · 18 years ago
  82. 723db72 Correct the name of the GL_NV_texture_expand_normal extension. by Ian Romanick · 18 years ago
  83. d319edf The TLS dispatch functions for x86-64 are fixed-size, just like on by Ian Romanick · 18 years ago
  84. 4e4b5f4 Add new attribute called static_dispatch to the <function> element. This by Ian Romanick · 18 years ago
  85. 6423ec9 move ALL_SOURCES to sources file by Brian Paul · 18 years ago
  86. b20814f remove FBDEV_DRIVER_OBJECTS assignment (in sources file) by Brian Paul · 18 years ago
  87. d5299bf various updates by Brian Paul · 18 years ago
  88. 1d67cad More GLSL preprocessor code: by Michal Krol · 18 years ago
  89. 798ef5c GLSL 1.20 constructors and operators. by Michal Krol · 18 years ago
  90. bd4c8ec remove the now confusing option to manually enable software ARB_vp if drm is not new enough on r200 by Roland Scheidegger · 18 years ago
  91. c6fc823 by Sean D'Epagnier · 18 years ago
  92. cf4d2f7 updates for 6.5.1 by Brian Paul · 18 years ago
  93. 92c43b1 Fix-ups for linux-fbdev config. No longer build Xlib driver sources. by Brian Paul · 18 years ago
  94. 7e4152f by Sean D'Epagnier · 18 years ago
  95. bd87c30 Fix writemasks on texture arb fp instructions. Cleanup invarient state emission. by Alan Hourihane · 18 years ago
  96. c1c282f sort the FEATURE_ defines by Brian Paul · 18 years ago
  97. 9dc90cd added FEATURE_EXT_timer_query and tests by Brian Paul · 18 years ago
  98. 5928718 change #ifdef to #if by Brian Paul · 18 years ago
  99. 6206aec change tex memory allocation calls (debian bug 383209) by Brian Paul · 18 years ago
  100. a7d0256 When available, which is most of the time, use posix_memalign to implement by Ian Romanick · 18 years ago