summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-06fix some int arithmetic problemsBrian
2007-03-06Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick
2007-03-06more DEBUG_PROG codeBrian
2007-03-06fix vert/frag typoBrian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06Take care of texObj reference in _mesa_free_framebuffer_data()Brian
2007-03-06Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-03-06r300: Call radeonSetCliprects from radeonMakeCurrent.Michel Dänzer
2007-03-06fix for bug#10182Xiang, Haihao
2007-03-05fix for bug#9971Xiang, Haihao
2007-03-04Propogate UsesKill information.Keith Whitwell
2007-03-01r300: Use register name & add a register about shading.Christoph Bill
2007-03-01r300: Use reg definition when available & add missing reg definition.Christoph Bill
2007-03-01Add early register descritpion.Christoph Bill
2007-03-01Optimize cos&sin instruction a bit more.Rune Petersen
2007-03-01move oldFb decl into tighter scopesBrian
2007-03-01fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in generalBrian
2007-03-01fix clipping, display name, warningsBrian
2007-03-01s/unsigned int/size_t/ (bug 10135)Brian
2007-03-01include assert.hBrian
2007-02-28Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-28s/ARB/MESA/ in extension check (bug 10126)Brian
2007-02-28nouveau: drm interface changesBen Skeggs
2007-02-27info about how the compiler worksBrian
2007-02-27fix commentBrian
2007-02-27assert that fb->RefCount==0 in _mesa_free_framebuffer_data()Brian
2007-02-27s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/Brian
2007-02-26remove unused DriverMgrCtxBrian
2007-02-26Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.Brian
2007-02-26re-enable var scope destruct in slang_operation_destruct()Brian
2007-02-26Fix a few bugs in slang_operation variable scoping. Seems to fix a double-free.Brian
2007-02-26formatting fixesBrian
2007-02-26fix mem leakBrian
2007-02-26fix mem leak in _mesa_ShaderSourceARB()Brian
2007-02-26fix logic for reporting errorsBrian
2007-02-26disable execute bitBrian
2007-02-26fix error flaggingBrian
2007-02-26re-enable some codeBrian
2007-02-26Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/me...Brian
2007-02-26Remove old error logging code. New slang_log.[ch] files.Brian
2007-02-26Overhaul of error handling.Brian
2007-02-26Overhaul of error logging.Brian
2007-02-26Use new slang_emit_info struct for passing context info around.Brian
2007-02-26Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/me...Brian
2007-02-26Rewrite code related to buffer destruction.Brian
2007-02-26if renderbuffer ptr is null, just returnBrian
2007-02-26Do proper framebuffer refcounting in _mesa_make_current().Brian
2007-02-26updated version with new Khronos license/copyrightBrian
2007-02-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos