summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2007-03-10nouveau: some fixes to the nv04 state code.Stephane Marchesin
2007-03-10nouveau: add a fifo size debug check.Stephane Marchesin
2007-03-10Merge branch 'i915tex-pageflip'Michel Dänzer
2007-03-09i915tex: Wait for pending scheduled flips before switching vsync pipe.Michel Dänzer
2007-03-09i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer
2007-03-09i915tex: Sync pages between pipes immediately again.Michel Dänzer
2007-03-09i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer
2007-03-09New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian
2007-03-09r300: Also update window state when it's already bound but its stamp changed.Michel Dänzer
2007-03-08 remove a if-statementXiang, Haihao
2007-03-08 Updates of the OpenVMS makefiles.J.Jansen
2007-03-07i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer
2007-03-07i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout.Michel Dänzer
2007-03-06Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-03-06explicit calls to _mesa_unreference_framebuffer() not always needed nowBrian
2007-03-06unreference old framebuffer, if needed, in _mesa_reference_framebuffer()Brian
2007-03-06fix renderbuffer mem leakBrian
2007-03-06formatting fixBrian
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-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-02-28Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-28i915tex: Sync pages differently when crossing pipe borders.Michel Dänzer
2007-02-28i915tex: Check that intel_rb is valid before trying to add it to an fbo.Michel Dänzer
2007-02-28i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip.Michel Dänzer
2007-02-28nouveau: drm interface changesBen Skeggs
2007-02-27fix commentBrian
2007-02-27assert that fb->RefCount==0 in _mesa_free_framebuffer_data()Brian
2007-02-26fix mem leakBrian
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-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola
2007-02-24Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-24Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian
2007-02-24clean-up, comment codeBrian