1. cda3236 fix incorrect _MaxElement calculation by Roland Scheidegger · 18 years ago
  2. 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
  3. d619cce merge of glsl-compiler-1 branch by Brian · 18 years ago
  4. 42aaa54 Fix some renderbuffer reference counting issues. Also fixes a mem leak. by Brian · 18 years ago
  5. bb59d81 Color3iv: set the alpha value to 1.0 by Xiang, Haihao · 18 years ago
  6. 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
  7. 8e1c3bd Implement alpha buffer copy for SwapBuffers(). by Brian · 18 years ago
  8. 63556fa Add the ability to generate programs that doesn't use condition codes. by Brian · 18 years ago
  9. 1240eb2 use _mesa_copy_instructions() by Brian · 18 years ago
  10. 985a2ef Ensure we have a valid ReadBuffer for CopyTexSubImage, and by Alan Hourihane · 18 years ago
  11. 23d31ef merge from master by Brian · 18 years ago
  12. 704cd61 mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 to fix #10232 by Xiang, Haihao · 18 years ago
  13. bb02092 mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) by Xiang, Haihao · 18 years ago
  14. b6fe1bd mesa: enhance fxt1_quantize_ALPHA1 by Xiang, Haihao · 18 years ago
  15. ee5b7f0 fix some format conversion bugs in glGetTexImage(), bug 10288 by Haihao Xiang · 18 years ago
  16. e5070bc Assorted fixes for dealing with zero-size frame/renderbuffers. by Brian · 18 years ago
  17. 7573b58 Colortable re-org. by Brian · 18 years ago
  18. d704943 added a renderbuffer comment by Brian · 18 years ago
  19. e348016 silently ignore DeleteProgram/Shader(id=0) by Brian · 18 years ago
  20. 7ed292a in _mesa_GetColorTable, return silently if table size is 0 by Brian · 18 years ago
  21. 4d2eb63 no-op clear if buffer width or height is zero (bug 7205) by Brian · 18 years ago
  22. 0cfdf43 implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float(), bug 10298 by Brian · 18 years ago
  23. 32d1968 pixelmap code simplification by Brian · 18 years ago
  24. b6adf33 Re-org of gl_pixel_attrib struct. by Brian · 18 years ago
  25. 8d9db3d fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs by Brian · 18 years ago
  26. d807088 alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warning by Brian · 18 years ago
  27. 7265e69 properly compute ctx->Texture._EnabledCoordUnits by Brian · 18 years ago
  28. 53f83b4 mesa: _mesa_unpack_image by Xiang, Haihao · 18 years ago
  29. 17fb782 clean-up, simplify _mesa_image_row_stride() by Brian · 18 years ago
  30. c1a5447 take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITMAP type (bug 10261) by Brian · 18 years ago
  31. 1c09bcf Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. by Brian · 18 years ago
  32. d23dd81 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
  33. 823c041 check for EXT_blend_equation_separate for 2.0 by Brian · 18 years ago
  34. b9ea936 added GL_CURRENT_PROGRAM by Brian · 18 years ago
  35. 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
  36. 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
  37. d856679 remove a if-statement by Xiang, Haihao · 18 years ago
  38. 842c782 use 2.0, 2.1 version strings by Brian · 18 years ago
  39. 0af1c6b Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  40. e69da9d explicit calls to _mesa_unreference_framebuffer() not always needed now by Brian · 18 years ago
  41. 1a6baf0 unreference old framebuffer, if needed, in _mesa_reference_framebuffer() by Brian · 18 years ago
  42. fa89610 Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa by Ian Romanick · 18 years ago
  43. 091be11 Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. by Ian Romanick · 18 years ago
  44. a510bc3 Fix/improve framebuffer object reference counting. by Brian · 18 years ago
  45. 593802c Take care of texObj reference in _mesa_free_framebuffer_data() by Brian · 18 years ago
  46. a8ba888 move oldFb decl into tighter scopes by Brian · 18 years ago
  47. 9fbb2e9 fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general by Brian · 18 years ago
  48. f30e312 assert that fb->RefCount==0 in _mesa_free_framebuffer_data() by Brian · 18 years ago
  49. 0e1bd23 s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ by Brian · 18 years ago
  50. 2cf8d24 remove unused DriverMgrCtx by Brian · 18 years ago
  51. fa4d036 Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. by Brian · 18 years ago
  52. b58ea05 fix mem leak in _mesa_ShaderSourceARB() by Brian · 18 years ago
  53. e6a9381 Do proper framebuffer refcounting in _mesa_make_current(). by Brian · 18 years ago
  54. b85d4d6 define and use MAX_PROGRAM_ADDRESS_REGS by Brian · 18 years ago
  55. 21bcb2e s/GetFragmentProgramRegister/GetProgramRegister/ by Brian · 18 years ago
  56. efcfdbd Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing. by Brian · 18 years ago
  57. 5e80c62 Remove unneeded _Fragment/VertexShaderPresent fields, update comments. by Brian · 18 years ago
  58. 9fe3e2e s/GLint/gl_state_index/, length is now 5 not 6 by Brian · 18 years ago
  59. b7aeac0 added MAX_PROGRAM_ENV_PARAMS by Brian · 18 years ago
  60. 29c471a Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
  61. ebcc9b5 fd.o #BZ 9684 by Zou Nan hai · 18 years ago
  62. 3bacb68 ctx->Point._Size fix by Rune Peterson · 18 years ago
  63. 54dac2c optimize generated vertex programs a bit by Roland Scheidegger · 18 years ago
  64. d0b5c77 fix mem leak by Panagiotis Papadakos · 18 years ago
  65. 68fc4ff Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. by Brian · 18 years ago
  66. 49a17a4 Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. by Brian · 18 years ago
  67. b59657a Merge branch 'vbo-0.2' by Keith Whitwell · 18 years ago
  68. 5893474 _mesa_pack_rgba_span_float: fix for packing data into group by Xiang, Haihao · 18 years ago
  69. 8811a9e bump version to 6.5.3 by Brian · 18 years ago
  70. c00169f Bug 9628: no entry for GetVertexAttribPointerv by George Sapountzis · 18 years ago
  71. 1b62353 fix typo by Brian · 18 years ago
  72. 99c9bc3 document, re-indent _mesa_ffsll() by Brian · 18 years ago
  73. 1d74e56 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  74. 869b8ad Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. by Eric Anholt · 18 years ago
  75. 507167d Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). by George Sapountzis · 18 years ago
  76. c9b33ec Drop old (pre-AIGLX) GLcore interface. by George Sapountzis · 18 years ago
  77. 0737351 added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros by Brian · 18 years ago
  78. 223d7cb fix g++ warnings/errors by Brian · 18 years ago
  79. 7e85b0a silence C++ warnings by Brian · 18 years ago
  80. 18d1fde fixes for C++ warnings/errors by Brian · 18 years ago
  81. fea6e5a Don't special-case index, edgeflag. by Keith Whitwell · 18 years ago
  82. 6a3fdc3 Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into vbo-0.2 by Keith Whitwell · 18 years ago
  83. 6ff9b48 Don't special-case FOG attribute initialization. by Keith Whitwell · 18 years ago
  84. 3209c3e Implement vertex attribute binding. by Brian · 18 years ago
  85. 21f9979 Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since by Brian · 18 years ago
  86. 96c5db5 put back missing Driver.PolygonMode call (bug 9578) by Roland Scheidegger · 18 years ago
  87. 288c539 added PROGRAM_SAMPLER by Brian · 18 years ago
  88. 7da7404 Fix glPush/PopClientAttrib() for VBO state (bug 9445). by Brian · 18 years ago
  89. c9db223 move TexturesUsed[] into gl_program since vertex programs/shaders can use textures nowadays by Brian · 18 years ago
  90. 7edd2ec simplify update_texture_state() a bit, compute _EnabledCoordUnits for shaders by Brian · 18 years ago
  91. 602045f update_texture_state() updated for new shaders by Brian · 18 years ago
  92. b766643 Drop mesa wrappers for XFree86. by George Sapountzis · 18 years ago
  93. d881a9c Minor clean-ups, reformatting, comment changes. by Brian · 18 years ago
  94. 9e4bae9 Fix shader object reference counting and hash table deallocation. by Brian · 18 years ago
  95. 65a1844 Clean-up and re-org of the main GLSL object types. by Brian · 18 years ago
  96. 0bf5dbe Overhaul of GLSL API functions, dispatching, etc. by Brian · 18 years ago
  97. 46b06bd Massive re-org of GLSL-related API functions. by Brian · 18 years ago
  98. 24a495f Fix copy-and-paste mistake in comment ("scaling" should read "translation"). by Gary Wong · 18 years ago
  99. a90046f Lots of assorted changes for new GLSL compiler backend. by Brian · 18 years ago
  100. 0ae7404 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago