1. 4a90166 document vertex.weight hack by Brian Paul · 18 years ago
  2. 3a55750 Hack for Warcraft (bug 8060): allow 'vertex.weight' to be referenced in by Brian Paul · 18 years ago
  3. 43cc1dc fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ by Brian Paul · 18 years ago
  4. a088f16 Consolidate common case of _mesa_set_program_error() followed by _mesa_error() by Brian Paul · 18 years ago
  5. 1f03339 updated info about glxproto.h by Brian Paul · 18 years ago
  6. d5cbb49 Dynamically allocate instruction store for tnl programs according to by Keith Whitwell · 18 years ago
  7. 74b2166 Fixes for calculating point attenuation by Keith Whitwell · 18 years ago
  8. f65ad97 Don't export NV_vertex_program as it's not supported, it confuses by Keith Whitwell · 18 years ago
  9. ac7ea94 Managed to make a commit that can't build... Sorry again... by Rune Petersen · 18 years ago
  10. c78e895 get rid of GL_BOOLEAN definition (bug 8113) by Brian Paul · 18 years ago
  11. e08557a by Jouk Jansen · 18 years ago
  12. 8cf3c85 by Jouk Jansen · 18 years ago
  13. 014bfda fog state atom contains (only) fog params necessary for tcl. Must not be emitted if vertex progs are enabled as it overlaps vertex param #94. by Roland Scheidegger · 18 years ago
  14. 5300e82 add missing change to skip low impact RAST fallback... Sorry. by Rune Petersen · 18 years ago
  15. 5b4e7cd fix the presumably broken check for the allow_large_textures and vblank_mode options (same as bug 8042). by Roland Scheidegger · 18 years ago
  16. 9165046 make sure vertex programs are only enabled on the hw when they are really enabled, not just when a program enables vertex progs (could still be not enabled due to some error). Otherwise the hw potentially would try to execute a not valid (not set up at all) vertex program, likely leading to lockups. Hopefully fixes #8060. by Roland Scheidegger · 18 years ago
  17. 6ec2d37 Catch a few more cases of using a message reg as an instruction source arg. by Keith Whitwell · 18 years ago
  18. db0e53a fix a couple of cases where a message reg is used as an instruction source. by Keith Whitwell · 18 years ago
  19. 75faa1e Add API description for GLX_SGI_swap_control. by Ian Romanick · 18 years ago
  20. d6c675f Fix problems with vertex program protocol by Ian Romanick · 18 years ago
  21. 934a2dc re-apply shader fix. appears to have been reverted by mistake. by Rune Petersen · 18 years ago
  22. d9cb0fc version bump by Brian Paul · 18 years ago
  23. b237d7f When using the old technique to set up the front buffer mapping, there by Keith Whitwell · 18 years ago
  24. 6c44c53 update link by Brian Paul · 18 years ago
  25. c09458c remove VERSIONS from tarballs by Brian Paul · 18 years ago
  26. 761d874 updated 6.5.1 relnotes link by Brian Paul · 18 years ago
  27. e2859ea Convert VERSIONS and RELNOTES-6.5.1 to html, update links to them. by Brian Paul · 18 years ago
  28. 3cbfef3 Give the user posibility to choose speed over correctness. by Rune Petersen · 18 years ago
  29. 52e36cd check if ext->name is null before strcmp() by Brian Paul · 18 years ago
  30. 901f83f do not abort with not supported vertex prog output configuration, fallback instead by Roland Scheidegger · 18 years ago
  31. 7986cfb remove extension defines/protos that are now in glext.h by Brian Paul · 18 years ago
  32. 3cd07d2 latest version from OpenGL ARB by Brian Paul · 18 years ago
  33. cdb12bd Handle API and dispatch table changes that removed a bunch of extension entry points. by Karl Schultz · 18 years ago
  34. c6f8176 make prog2 a legal program (texture reference fix) by Brian Paul · 18 years ago
  35. b7fc1c3 Check that we don't try to reference more than one target of a texture unit. by Brian Paul · 18 years ago
  36. f6de865 s/0/VERT_RESULT_HPOS/ by Brian Paul · 18 years ago
  37. a70d564 Add missing parenthesis so that glXSwapIntervalSGI protocol is by Ian Romanick · 18 years ago
  38. c7f571e Add missing vec4 instructions to the interpreter. Other cosmetic changes. by Michal Krol · 18 years ago
  39. 8a43667 fix Xlib driver mem leaks by Brian Paul · 18 years ago
  40. 6c06ce2 Use XAddExtension() to register an XCloseDisplay() callback function. by Brian Paul · 18 years ago
  41. 12a5f81 init a local var to silence warning by Brian Paul · 18 years ago
  42. 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
  43. e6de1ed fix initialization of native resource usage of vertex/fragment programs by Roland Scheidegger · 18 years ago
  44. ef3f00f fix typo causing a segfault when a vertex program uses more than 96 parameters by Roland Scheidegger · 18 years ago
  45. 8334c8a Move call to _swrast_update_rasterflags() since it depends on the by Brian Paul · 18 years ago
  46. f7c4dc0 _mesa_debug() should be a no-op when not compiled with DEBUG defined. by Brian Paul · 18 years ago
  47. 3984714 set 6.5.1 release to Aug 31 by Brian Paul · 18 years ago
  48. 70c2d51 remove assertion that referenced &glSetFenceNV for debug test by Brian Paul · 18 years ago
  49. 0aab798 replace abort with _mesa_problem() by Brian Paul · 18 years ago
  50. 8d675aa Deprecate GL_EXT_vertex_weighting. by Ian Romanick · 18 years ago
  51. dfdd0b4 More static dispatch function removal. by Ian Romanick · 18 years ago
  52. fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
  53. af1dc7e move initialization code aroudn so glPointParameter isn't called before checking the extension is present by Roland Scheidegger · 18 years ago
  54. b5a2fc1 Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to by Brian Paul · 18 years ago
  55. 258751f Add two new gl_function methods. dispatch_name returns the name of by Ian Romanick · 18 years ago
  56. 0bb27c0 Add dependencies for all API XML files. by Ian Romanick · 18 years ago
  57. e5bc35d remove unused var by Brian Paul · 18 years ago
  58. e365b82 fix the check for force_s3tc_enable (bug 8042) by Brian Paul · 18 years ago
  59. b9ac4af omit installmesa script from tarballs by Brian Paul · 18 years ago
  60. a394f54 check for GL_ARB_point_parameters by Brian Paul · 18 years ago
  61. 9cb82f7 close #6318 by Aapo Tahkola · 18 years ago
  62. a38aef9 by Sean D'Epagnier · 18 years ago
  63. 7e9737b Explicitly store the names for each function that should have a static by Ian Romanick · 18 years ago
  64. 092d14b Fix bug 8010 - locking issues. by Alan Hourihane · 18 years ago
  65. 2fd72a7 fix #8008 by Aapo Tahkola · 18 years ago
  66. 0c46a12 delete buffers, destroy window upon exit by Brian Paul · 18 years ago
  67. 6827cf4 include texobj.h to silence warning by Brian Paul · 18 years ago
  68. 96ee800 6.5.1 bug fixes by Brian Paul · 18 years ago
  69. 4277ea4 Error detection/reporting was broken in several places. by Brian Paul · 18 years ago
  70. 3fea591 Add a couple of the missing GL 2.0 functions. Enable GLX protocol for by Ian Romanick · 18 years ago
  71. 58d080b Free vertex program TnlData, if any. Fixes a mem leak. by Brian Paul · 18 years ago
  72. 473f1ac clamp result.depth to [0,1] if written to by Brian Paul · 18 years ago
  73. 439d599 Remove XFree86 CVS keyword. by Brian Paul · 18 years ago
  74. a360bc3 Rearrange glBindProgram() code to do all error checking before changing by Brian Paul · 18 years ago
  75. 4bae9a4 In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END if by Brian Paul · 18 years ago
  76. f38ac5f improved comments by Brian Paul · 18 years ago
  77. 3c54e83 Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code(). by Brian Paul · 18 years ago
  78. 383c39e use _mesa_alloc_instructions() by Brian Paul · 18 years ago
  79. 9983a27 added _mesa_alloc_instructions() utility function by Brian Paul · 18 years ago
  80. a574c80 Add missing enums for GL_SGI_color_table. by Ian Romanick · 18 years ago
  81. e53e0f4 recent bug fixes by Brian Paul · 18 years ago
  82. 6211a14 update MAX_INSTRUCTIONS limit by Brian Paul · 18 years ago
  83. ebf58ea According to GL_NV_fragment_program, max frag prog length is 1024 instructions. by Brian Paul · 18 years ago
  84. 77427a1 Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB target by Brian Paul · 18 years ago
  85. e6940f0 scalar sources such as 'time.x' weren't accepted by parser by Brian Paul · 18 years ago
  86. c6511ab Functions for vertex/fragment program transformations, optimizations, etc. by Brian Paul · 18 years ago
  87. 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
  88. 94ff996 Check for NULL program string in r200_translate_vertex_program(). by Brian Paul · 18 years ago
  89. a754390 use _mesa_realloc_instructions() by Brian Paul · 18 years ago
  90. 3b9b8de Added _mesa_realloc_instructions() utility function. by Brian Paul · 18 years ago
  91. a5f2206 GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. by Ian Romanick · 18 years ago
  92. bf83e65 Add a new offset mode to the GL API XML. This mode, called "assign," by Ian Romanick · 18 years ago
  93. 5947f8f fix fragment.position initialization bug by Brian Paul · 18 years ago
  94. ce9767f Make sure that _GNU_SOURCE is enabled in the linux configs that set by Ian Romanick · 18 years ago
  95. 39f222a add point-position.c by Keith Whitwell · 18 years ago
  96. 28536e6 Test for fragment.position in points primitives. Currently renders by Keith Whitwell · 18 years ago
  97. 8330432 added glut/mini/ sources to glut tarball by Brian Paul · 18 years ago
  98. 116411d Check if mesa_vp->Base.Parameters is null before dereferencing (bug report by Brian Paul · 18 years ago
  99. 4169c22 Fix some problems with the generation of the size tables. Enable by Ian Romanick · 18 years ago
  100. a95d5f0 silence warning by Brian Paul · 18 years ago