1. 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
  2. 9f44247 fix _mesa_uniform_matrix() transpose bug by Brian · 18 years ago
  3. b03e171 gl_ClipVertex not supported yet by Brian · 18 years ago
  4. f9f79c8 New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix glGetTexImage(GL_LUMINANCE) bug #10232. by Brian · 18 years ago
  5. 4d9901a r300: Also update window state when it's already bound but its stamp changed. by Michel Dänzer · 18 years ago
  6. a706b0b added missing bvec2/3/4 constructors by Brian · 18 years ago
  7. 05b74e4 fix broken vec4_seq, vec4_sne instructions by Brian · 18 years ago
  8. 2f35a17 Update lessThan(), lessThanEqual() functions, improve some matrix constructors. by Brian · 18 years ago
  9. 5761a93 Added IR_SLE and IR_SLT for <= and < operations. by Brian · 18 years ago
  10. 3e0fbc7 fix tmp storage problem for IR_I_TO_F by Brian · 18 years ago
  11. 19a9050 fix assertion by Brian · 18 years ago
  12. ee931f8 ; and {} statements were broken by Brian · 18 years ago
  13. ec89aba remove unused new_cjump() by Brian · 18 years ago
  14. cce4e50 IR_CJUMP0/1 no longer used/needed by Brian · 18 years ago
  15. 63772e2 rewrite _slang_gen_select() to use IF node by Brian · 18 years ago
  16. b3dd494 s/_slang_gen_hl_if/_slang_gen_if/ by Brian · 18 years ago
  17. 609306d s/_slang_gen_hl_if/_slang_gen_if/ by Brian · 18 years ago
  18. c9f486c remove old assertion by Brian · 18 years ago
  19. bf86dda check for attempted writes to read-only vars by Brian · 18 years ago
  20. de81726 Rework matrix-related code. by Brian · 18 years ago
  21. d856679 remove a if-statement by Xiang, Haihao · 18 years ago
  22. 6ff0a04 fix ProjectionMatrix typo by Brian · 18 years ago
  23. 7e66cad fix gl_TextureMatrix indexing by Brian · 18 years ago
  24. 79d59d0 Updates of the OpenVMS makefiles. by J.Jansen · 18 years ago
  25. 9637c96 more DEBUG_PROG by Brian · 18 years ago
  26. fb3f0be update comments by Brian · 18 years ago
  27. 0aec2bb remove unneeded return stmt by Brian · 18 years ago
  28. da899d1 add missing gl_Point state, fix IR storage bug by Brian · 18 years ago
  29. 29bc4b8 s/diffuset/diffuse/ by Brian · 18 years ago
  30. c3412e9 regenerated by Brian · 18 years ago
  31. 842c782 use 2.0, 2.1 version strings by Brian · 18 years ago
  32. faeea57 remove end_label field by Brian · 18 years ago
  33. 35d25c0 Fix problem with nested function calls such as y = f(f(x)) by Brian · 18 years ago
  34. 5b5a80d s/equal/EQUAL/, fix bugs in logical or/and code. by Brian · 18 years ago
  35. ab673c8 fix broken __postDecr() by Brian · 18 years ago
  36. 1dca089 fix deferredTexture bug by Brian · 18 years ago
  37. 3efd0c7 fix swizzled writemask bug by Brian · 18 years ago
  38. f3da222 remove bogus assertion by Brian · 18 years ago
  39. 9adf6e9 i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout. by Michel Dänzer · 18 years ago
  40. d25046b fix incorrect HPOS write test by Brian · 18 years ago
  41. e61ec95 additional error detection by Brian · 18 years ago
  42. cec81ee check for null program ptrs in _mesa_uniform() by Brian · 18 years ago
  43. 55821d0 Generate an error if the vertex shader does not write to gl_Position. by Brian · 18 years ago
  44. 2282d81 destroy window during cleanup by Brian · 18 years ago
  45. 6cb0aa1 more integer arithmetic updates by Brian · 18 years ago
  46. 0af1c6b Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  47. e69da9d explicit calls to _mesa_unreference_framebuffer() not always needed now by Brian · 18 years ago
  48. 1a6baf0 unreference old framebuffer, if needed, in _mesa_reference_framebuffer() by Brian · 18 years ago
  49. 955906a fix renderbuffer mem leak by Brian · 18 years ago
  50. 37fd6be formatting fix by Brian · 18 years ago
  51. e10a145 fix some int arithmetic problems by Brian · 18 years ago
  52. fa89610 Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa by Ian Romanick · 18 years ago
  53. 091be11 Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. by Ian Romanick · 18 years ago
  54. 28ab112 more DEBUG_PROG code by Brian · 18 years ago
  55. c6d930a fix vert/frag typo by Brian · 18 years ago
  56. a510bc3 Fix/improve framebuffer object reference counting. by Brian · 18 years ago
  57. 593802c Take care of texObj reference in _mesa_free_framebuffer_data() by Brian · 18 years ago
  58. 330d7e2 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  59. 6f9b1af r300: Call radeonSetCliprects from radeonMakeCurrent. by Michel Dänzer · 18 years ago
  60. 1c70cde fix for bug#10182 by Xiang, Haihao · 18 years ago
  61. a783713 fix for bug#9971 by Xiang, Haihao · 18 years ago
  62. 7ecdfb2 Propogate UsesKill information. by Keith Whitwell · 18 years ago
  63. 9557706 r300: Use register name & add a register about shading. by Christoph Bill · 18 years ago
  64. 0d2a68f r300: Use reg definition when available & add missing reg definition. by Christoph Bill · 18 years ago
  65. ad3f210 Add early register descritpion. by Christoph Bill · 18 years ago
  66. 5cb0176 Optimize cos&sin instruction a bit more. by Rune Petersen · 18 years ago
  67. a8ba888 move oldFb decl into tighter scopes by Brian · 18 years ago
  68. 9fbb2e9 fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general by Brian · 18 years ago
  69. d592eae fix clipping, display name, warnings by Brian · 18 years ago
  70. 887d3c6 s/unsigned int/size_t/ (bug 10135) by Brian · 18 years ago
  71. 03b9e16 include assert.h by Brian · 18 years ago
  72. 38a88db Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  73. 9f37be6 s/ARB/MESA/ in extension check (bug 10126) by Brian · 18 years ago
  74. afa780c nouveau: drm interface changes by Ben Skeggs · 18 years ago
  75. 07e6208 info about how the compiler works by Brian · 18 years ago
  76. 59e56ee fix comment by Brian · 18 years ago
  77. f30e312 assert that fb->RefCount==0 in _mesa_free_framebuffer_data() by Brian · 18 years ago
  78. 0e1bd23 s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ by Brian · 18 years ago
  79. 2cf8d24 remove unused DriverMgrCtx by Brian · 18 years ago
  80. fa4d036 Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. by Brian · 18 years ago
  81. 4f26a52 re-enable var scope destruct in slang_operation_destruct() by Brian · 18 years ago
  82. 553fe13 Fix a few bugs in slang_operation variable scoping. Seems to fix a double-free. by Brian · 18 years ago
  83. aa6f424 formatting fixes by Brian · 18 years ago
  84. e21096b fix mem leak by Brian · 18 years ago
  85. b58ea05 fix mem leak in _mesa_ShaderSourceARB() by Brian · 18 years ago
  86. 4b8d75e fix logic for reporting errors by Brian · 18 years ago
  87. f446e58 disable execute bit by Brian · 18 years ago
  88. 6817407 fix error flagging by Brian · 18 years ago
  89. 365f8fb re-enable some code by Brian · 18 years ago
  90. ed0ae62 Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
  91. ca279b8 Remove old error logging code. New slang_log.[ch] files. by Brian · 18 years ago
  92. c4ac5ac Overhaul of error handling. by Brian · 18 years ago
  93. 7f01ef1 Overhaul of error logging. by Brian · 18 years ago
  94. e63c7e0 Use new slang_emit_info struct for passing context info around. by Brian · 18 years ago
  95. 25ea5ea Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
  96. 928a70e Rewrite code related to buffer destruction. by Brian · 18 years ago
  97. f30e8a4 if renderbuffer ptr is null, just return by Brian · 18 years ago
  98. e6a9381 Do proper framebuffer refcounting in _mesa_make_current(). by Brian · 18 years ago
  99. 344c3f7 updated version with new Khronos license/copyright by Brian · 18 years ago
  100. 1a72c8e s/pdp/prp/ in DoBindContext() by Panagiotis Papadakos · 18 years ago