1. 59f7f6d check that if/while/do-while condition is boolean or scalar by Brian · 18 years ago
  2. 20d85c6 bump version to 6.5.3 to match version.h by Brian · 18 years ago
  3. ad766b5 Add missing OSMesaColorClamp function by Alan Hourihane · 18 years ago
  4. 0420d85 disable MakeTexture() by Brian · 18 years ago
  5. 05e6fd8 added ftransform() comment by Brian · 18 years ago
  6. e5d00e8 Implement true CAL/RET subroutines. Some optimizations, clean-ups coming... by Brian · 18 years ago
  7. 31dc7a3 fix another pc off-by one by Brian · 18 years ago
  8. 17238f1 added _slang_label_new_unique() by Brian · 18 years ago
  9. f407cad fix some printing issues related to subroutines by Brian · 18 years ago
  10. e713ef6 fix a fragment fog regression by Brian · 18 years ago
  11. a0275b0 fix off by one error in OPCODE_RET by Brian · 18 years ago
  12. d6d6d20 init machine->StackDepth=0 by Brian · 18 years ago
  13. 1f1f582 more parenthesis by Brian · 18 years ago
  14. 811c2e9 i915tex compile fix (account for moved _UseTexEnvProgram var) by Roland Scheidegger · 18 years ago
  15. cda3236 fix incorrect _MaxElement calculation by Roland Scheidegger · 18 years ago
  16. 9b9e056 recommit e731d8aafa98bbf9d30f83e65f28b7718be55834. by Roland Scheidegger · 18 years ago
  17. ff65fa3 add parenthesis around a bit-wise AND term in _tnl_InvalidateState() by Brian · 18 years ago
  18. 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
  19. 3b8ab88 r300: Fix radeonUpdatePageFlipping() function. by Roland Scheidegger · 18 years ago
  20. 32225d0 r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that dereferences it. by Roland Scheidegger · 18 years ago
  21. a835939 always print error messages, unless LIBGL_DEBUG=quiet by Bernardo Innocenti · 18 years ago
  22. 98abd1b simplify .a suffixing by Brian · 18 years ago
  23. a9455bb remove static lib before building to make more bulletproof by Bernardo Innocenti · 18 years ago
  24. 63c57a1 r300: Check ctx->WinSysDrawBuffer before calling function that dereferences it. by Michel Dänzer · 18 years ago
  25. 25f21b5 fix r128 rendering, lockups by Miroslav Šustek · 18 years ago
  26. da82d86 Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa by Zou Nan hai · 18 years ago
  27. 075d3d8 Fix compile error by Zou Nan hai · 18 years ago
  28. ae36cfc s/SUB/BGNSUB/ by Brian · 18 years ago
  29. 9878e8f Checkpoint: implementing true CAL/RET instructions for subroutine calls. by Brian · 18 years ago
  30. 6583429 Get rid of IR_JUMP and related code. by Brian · 18 years ago
  31. 037c068 special case RET by Brian · 18 years ago
  32. c042a91 Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling. by Brian · 18 years ago
  33. 813a0e1 remove debug abort() calls by Brian · 18 years ago
  34. 52cc323 Additional error checking for 'return' statements. by Brian · 18 years ago
  35. c3da0bd undo some debugging hacks by Brian · 18 years ago
  36. e508155 dead code elimination for constant-valued if/then/else by Brian · 18 years ago
  37. 0426d3c r300: Remove a warning when vertex programs produce an unused output by Nicolai Haehnle · 18 years ago
  38. b53745c r300: Whitespace cleanup (remove trailing spaces) by Nicolai Haehnle · 18 years ago
  39. 768f723 Fix a few issues with computing storage sizes with respect to swizzles. by Brian · 18 years ago
  40. 680abf8 In _mesa_lookup_parameter_constant() make sure we return a full, 4-component swizzle. by Brian · 18 years ago
  41. 1170268 r300: Fix warnings that were introduced by the glsl merge by Nicolai Haehnle · 18 years ago
  42. 38a1c2b Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixels, etc. by Brian · 18 years ago
  43. b5d988d remove incorrect assertions by Brian · 18 years ago
  44. b67d931 minor status updates by Brian · 18 years ago
  45. 22d9132 disable printing shader program debug info by Brian · 18 years ago
  46. d619cce merge of glsl-compiler-1 branch by Brian · 18 years ago
  47. 76f3b66 i915tex: Make sure renderbuffers don't get deleted when flipping them. by Michel Dänzer · 18 years ago
  48. e71c34a disable free() until other issues can be fixed... by Brian · 18 years ago
  49. b9fbedd fix mem leak, add comments by Brian · 18 years ago
  50. 8051c95 nouveau: match drm version bump by Ben Skeggs · 18 years ago
  51. 42aaa54 Fix some renderbuffer reference counting issues. Also fixes a mem leak. by Brian · 18 years ago
  52. 6fda763 destroy window on exit by Brian · 18 years ago
  53. a1ea781 i965: The given urb layout(maximal size of urb entries and the by Xiang, Haihao · 18 years ago
  54. bb59d81 Color3iv: set the alpha value to 1.0 by Xiang, Haihao · 18 years ago
  55. 8a4546b r300: Whitespace cleanup in r300_texmem.c by Nicolai Haehnle · 18 years ago
  56. 9db583e r300: Whitespace cleanup in r300_texstate.c by Nicolai Haehnle · 18 years ago
  57. 7143c61 r300: Fix regression: unnecessary node indirection by Nicolai Haehnle · 18 years ago
  58. bb0393a fix mem leak by Brian · 18 years ago
  59. 9fe342d disable free(var->aux) -- can lead to segfault by Brian · 18 years ago
  60. cfdd07d fix mem leak by Brian · 18 years ago
  61. 1968444 fix some mem leaks by Brian · 18 years ago
  62. 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
  63. 3493e86 free prog->Attributes in _mesa_delete_program() by Brian · 18 years ago
  64. 49134e8 fix mistake in _slang_free_ir() by Brian · 18 years ago
  65. 74ceaf5 nouveau: implement nv20Clear and nv20Scissor by Dave Airlie · 18 years ago
  66. f27991c r300: Fix texture coordinate calculation for rectangle textures by Nicolai Haehnle · 18 years ago
  67. 0c3ae2e r300: No assertion when accessing incomplete texture images. by Nicolai Haehnle · 18 years ago
  68. 0e71d08 Properly free the slang_ir_node->Store data (use ref counting). by Brian · 18 years ago
  69. b50b036 When computing render_inputs_bitset, omit primary color if we have a fragment program and it doesn't need FRAG_ATTRIB_COL0. Silences valgrind warnings. by Brian · 18 years ago
  70. dc3015f move some code into new slang_ir.c file by Brian · 18 years ago
  71. b2bc563 IR utility functions by Brian · 18 years ago
  72. d4dd5a9 r300: Fix: KIL instruction don't require textures by Nicolai Haehnle · 18 years ago
  73. 8f90822 swrast: Fix crash when sampling from a non-existing texture object by Nicolai Haehnle · 18 years ago
  74. ea3d11a nouveau: some swtcl fixes by Ben Skeggs · 18 years ago
  75. 8e1c3bd Implement alpha buffer copy for SwapBuffers(). by Brian · 18 years ago
  76. 8f9db0f document internal compiler options by Brian · 18 years ago
  77. d1934c2 Fix issues related to the 'continue' statement. by Brian · 18 years ago
  78. 81767ee consolidate some code by Brian · 18 years ago
  79. 63556fa Add the ability to generate programs that doesn't use condition codes. by Brian · 18 years ago
  80. bf020d8 minor tweaks by Brian · 18 years ago
  81. 2bdac09 updated comment by Brian · 18 years ago
  82. 654a308 r300: Whitespace cleanup (remove trailing spaces) by Nicolai Haehnle · 18 years ago
  83. fe20a61 updated comment by Brian · 18 years ago
  84. e6aeb24 Overhaul emit_compare() function. by Brian · 18 years ago
  85. 0aad9e2 First pass at implementing structure compares. by Brian · 18 years ago
  86. 12229f1 use _mesa_copy_instructions() by Brian · 18 years ago
  87. 1bf81e3 In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow swizzleOut==NULL. by Brian · 18 years ago
  88. 1936b25 print conditional writemask, if enabled by Brian · 18 years ago
  89. 002762b use _mesa_alloc_instructions() by Brian · 18 years ago
  90. 1240eb2 use _mesa_copy_instructions() by Brian · 18 years ago
  91. 985a2ef Ensure we have a valid ReadBuffer for CopyTexSubImage, and by Alan Hourihane · 18 years ago
  92. 01b7f2a fix for bug#10339 by Xiang, Haihao · 18 years ago
  93. 629ec2b added SWIZZLE_XYZW by Brian · 18 years ago
  94. 2500d82 Support for user-defined structures. by Brian · 18 years ago
  95. 97c9b3e disable apparently unused code by Brian · 18 years ago
  96. e02b989 indent by Brian · 18 years ago
  97. 23d31ef merge from master by Brian · 18 years ago
  98. 180cc2f disable assertion by Brian · 18 years ago
  99. 88db19a document 1D convolution fix by Brian · 18 years ago
  100. 249b451 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D image transfers. by Brian · 18 years ago