Age | Commit message (Expand) | Author |
2007-03-26 | merge of glsl-compiler-1 branch | Brian |
2007-03-25 | Fix some renderbuffer reference counting issues. Also fixes a mem leak. | Brian |
2007-03-25 | Color3iv: set the alpha value to 1.0 | Xiang, Haihao |
2007-03-24 | Free shader-related context state: _mesa_free_shader_state() | Brian |
2007-03-23 | Implement alpha buffer copy for SwapBuffers(). | Brian |
2007-03-23 | Add the ability to generate programs that doesn't use condition codes. | Brian |
2007-03-22 | use _mesa_copy_instructions() | Brian |
2007-03-22 | Ensure we have a valid ReadBuffer for CopyTexSubImage, and | Alan Hourihane |
2007-03-21 | merge from master | Brian |
2007-03-21 | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao |
2007-03-18 | mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) | Xiang, Haihao |
2007-03-18 | mesa: enhance fxt1_quantize_ALPHA1 | Xiang, Haihao |
2007-03-17 | fix some format conversion bugs in glGetTexImage(), bug 10288 | Haihao Xiang |
2007-03-16 | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian |
2007-03-16 | Colortable re-org. | Brian |
2007-03-16 | added a renderbuffer comment | Brian |
2007-03-15 | silently ignore DeleteProgram/Shader(id=0) | Brian |
2007-03-15 | in _mesa_GetColorTable, return silently if table size is 0 | Brian |
2007-03-15 | no-op clear if buffer width or height is zero (bug 7205) | Brian |
2007-03-15 | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float... | Brian |
2007-03-14 | pixelmap code simplification | Brian |
2007-03-14 | Re-org of gl_pixel_attrib struct. | Brian |
2007-03-13 | fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs | Brian |
2007-03-13 | alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warning | Brian |
2007-03-13 | properly compute ctx->Texture._EnabledCoordUnits | Brian |
2007-03-13 | mesa: _mesa_unpack_image | Xiang, Haihao |
2007-03-12 | clean-up, simplify _mesa_image_row_stride() | Brian |
2007-03-12 | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM... | Brian |
2007-03-11 | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian |
2007-03-10 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i... | Brian |
2007-03-10 | check for EXT_blend_equation_separate for 2.0 | Brian |
2007-03-09 | added GL_CURRENT_PROGRAM | Brian |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-03-09 | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian |
2007-03-08 | remove a if-statement | Xiang, Haihao |
2007-03-07 | use 2.0, 2.1 version strings | Brian |
2007-03-06 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian |
2007-03-06 | explicit calls to _mesa_unreference_framebuffer() not always needed now | Brian |
2007-03-06 | unreference old framebuffer, if needed, in _mesa_reference_framebuffer() | Brian |
2007-03-06 | Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa | Ian Romanick |
2007-03-06 | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. | Ian Romanick |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-03-06 | Take care of texObj reference in _mesa_free_framebuffer_data() | Brian |
2007-03-01 | move oldFb decl into tighter scopes | Brian |
2007-03-01 | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian |
2007-02-27 | assert that fb->RefCount==0 in _mesa_free_framebuffer_data() | Brian |
2007-02-27 | s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ | Brian |
2007-02-26 | remove unused DriverMgrCtx | Brian |
2007-02-26 | Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. | Brian |
2007-02-26 | fix mem leak in _mesa_ShaderSourceARB() | Brian |