summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-09i915tex: Wait for pending scheduled flips before switching vsync pipe.i915tex-pageflipMichel Dänzer1-0/+19
2007-03-09i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer1-1/+1
2007-03-09i915tex: Sync pages between pipes immediately again.Michel Dänzer1-2/+12
2007-03-09i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer1-9/+4
2007-03-07i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer1-10/+10
2007-02-28i915tex: Sync pages differently when crossing pipe borders.Michel Dänzer1-12/+18
2007-02-28i915tex: Check that intel_rb is valid before trying to add it to an fbo.Michel Dänzer1-2/+4
2007-02-28i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip.Michel Dänzer1-3/+3
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer6-179/+228
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer7-63/+166
2007-02-20intelWindowMoved: Some debugging output was accidentally left always enabled.Michel Dänzer1-1/+1
2007-02-20intelRotateWindow: Only use back buffer and cliprects in very specific cases.Michel Dänzer1-7/+6
2007-02-20intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests.Michel Dänzer1-17/+4
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer10-117/+203
2007-02-20i915tex: Make page flipping work again.Michel Dänzer7-46/+94
2007-02-19i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom1-1/+4
2007-02-16Merge branch 'master' of git+ssh://geckosenator@git.freedesktop.org/git/mesa/...Sean D'Epagnier16-69/+332
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier21-2239/+55
2007-02-16doxygen: update doxygen project number to 6.5Jerome Glisse1-1/+1
2007-02-16Update doxygen doc to reflet vbo changes.Jerome Glisse12-16/+16
2007-02-16nouveau: nv50: updatePatrice Mandin1-1/+75
2007-02-16nouveau: nv10,20: wrong viewport clip setupPatrice Mandin2-2/+6
2007-02-16nouveau: nv20: texture matrixPatrice Mandin1-1/+4
2007-02-16nouveau: nv20: updatePatrice Mandin1-32/+176
2007-02-16nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin1-4/+15
2007-02-16nouveau: nv10: rescale depth near and farPatrice Mandin1-2/+8
2007-02-16nouveau: nv10: fix viewport scale and originPatrice Mandin1-12/+33
2007-02-14r300: Fix cos & add scs to fragment program.Rune Peterson2-88/+184
2007-02-14test for POT before using sample_2d_linear_repeat()Etienne Clement1-1/+3
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger1-1/+1
2007-02-14nouveau: nv10: there are 8 clipping regionsPatrice Mandin1-1/+1
2007-02-14fix stupid bug in the optimized per-vertex fog generation codeRoland Scheidegger1-1/+2
2007-02-14i915tex: Take into account various mapping states when dropping theThomas Hellstrom1-2/+13
2007-02-12I965: fix a failure on waiting irq.Xiang, Haihao1-1/+2
2007-02-12 fd.o #BZ 9684Zou Nan hai1-1/+2
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson6-121/+175
2007-02-10ctx->Point._Size fixRune Peterson3-26/+7
2007-02-09optimize per-pixel fog programRoland Scheidegger2-50/+31
2007-02-09 array overflow fixZou Nan hai1-2/+2
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger5-334/+141
2007-02-09optimize generated vertex programs a bitRoland Scheidegger5-32/+71
2007-02-09fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger1-20/+15
2007-02-06nouveau: a couple of NV3x fixesBen Skeggs5-5/+45
2007-02-06Add support for CN700 chipset in miniglxJakob Bornecrantz2-0/+2
2007-02-05fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)Roland Scheidegger1-19/+32
2007-02-05Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian1-2/+2
2007-02-05fix mem leakPanagiotis Papadakos1-0/+3
2007-02-06nouveau: OUT_RINGp expects the size in dwords, not bytes.Ben Skeggs1-2/+2
2007-02-05fix mem leaksPanagiotis Papadakos2-0/+5
2007-02-06nouveau: fix a small bug in nv10 swtclBen Skeggs1-1/+1