Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-09 | i915tex: Wait for pending scheduled flips before switching vsync pipe.i915tex-pageflip | Michel Dänzer | 1 | -0/+19 | |
This avoids hangs when the vblank sequence numbers are not in sync between pipes, in particular when they run at different refresh rates. | |||||
2007-03-09 | i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for. | Michel Dänzer | 1 | -1/+1 | |
2007-03-09 | i915tex: Sync pages between pipes immediately again. | Michel Dänzer | 1 | -2/+12 | |
This should be safe now that we no longer use the MI_WAIT_FOR_EVENT instruction incorrectly and should also work correctly with applications that render to the front buffer. | |||||
2007-03-09 | i915tex: Do not wait for pending flips on both pipes at the same time. | Michel Dänzer | 1 | -9/+4 | |
The MI_WAIT_FOR_EVENT instruction does not support waiting for several events at once, so this should fix the lockups with page flipping when both pipes are enabled. | |||||
2007-03-07 | i915tex: Set framebuffer size to match window before calling _mesa_make_current. | Michel Dänzer | 1 | -10/+10 | |
Fixes issues with apps that don't call glViewport by default. | |||||
2007-02-28 | i915tex: Sync pages differently when crossing pipe borders. | Michel Dänzer | 1 | -12/+18 | |
Don't flip (up to twice) immediately but just arrange things such that the pages will be in sync on both pipes on the next flip. | |||||
2007-02-28 | i915tex: Check that intel_rb is valid before trying to add it to an fbo. | Michel Dänzer | 1 | -2/+4 | |
2007-02-28 | i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip. | Michel Dänzer | 1 | -3/+3 | |
2007-02-22 | i915tex: Schedule flips when possible. | Michel Dänzer | 6 | -179/+228 | |
Also move vsync related state from context to window, so it's possible to schedule several flips ahead of time with triple buffering. | |||||
2007-02-20 | i915tex: Triple buffering support, only effective with page flipping so far. | Michel Dänzer | 7 | -63/+166 | |
Pending flips are tracked per renderbuffer and the colour renderbuffer attachments of window framebuffer objects are rotated on flips to avoid stalling the pipeline for pending flips unnecessarily. | |||||
2007-02-20 | intelWindowMoved: Some debugging output was accidentally left always enabled. | Michel Dänzer | 1 | -1/+1 | |
2007-02-20 | intelRotateWindow: Only use back buffer and cliprects in very specific cases. | Michel Dänzer | 1 | -7/+6 | |
2007-02-20 | intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests. | Michel Dänzer | 1 | -17/+4 | |
intel_get_rb_region already takes the current page into account. This would result in broken rendering when multiple 3D windows are visible and the pages are reversed. | |||||
2007-02-20 | i915tex: Support page flipping on both CRTCs independently. | Michel Dänzer | 10 | -117/+203 | |
No longer track page flipping state per context but per window, via struct intel_framebuffer which wraps struct gl_framebuffer for windows. | |||||
2007-02-20 | i915tex: Make page flipping work again. | Michel Dänzer | 7 | -46/+94 | |
2007-02-19 | i915tex: Fix performance regression with new vbo code and latest drm. | Thomas Hellstrom | 1 | -1/+4 | |
With current memory preferences, vbos ended up in AGP space where reading from them got a bit slow. Make sure buffer objects are initially created in system memory. | |||||
2007-02-16 | Merge branch 'master' of ↵ | Sean D'Epagnier | 16 | -69/+332 | |
git+ssh://geckosenator@git.freedesktop.org/git/mesa/mesa | |||||
2007-02-16 | Commiting a few minor fixes to glut fbdev (segfault on a separate stack) | Sean D'Epagnier | 21 | -2239/+55 | |
Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too. | |||||
2007-02-16 | doxygen: update doxygen project number to 6.5 | Jerome Glisse | 1 | -1/+1 | |
doxygen number was laggin behind a bit. | |||||
2007-02-16 | Update doxygen doc to reflet vbo changes. | Jerome Glisse | 12 | -16/+16 | |
Update doxygen doc, array_cache no longuer exist, new shiny vbo modules is there. Tested on unix, but i think i didn't broke that bat :). | |||||
2007-02-16 | nouveau: nv50: update | Patrice Mandin | 1 | -1/+75 | |
2007-02-16 | nouveau: nv10,20: wrong viewport clip setup | Patrice Mandin | 2 | -2/+6 | |
2007-02-16 | nouveau: nv20: texture matrix | Patrice Mandin | 1 | -1/+4 | |
2007-02-16 | nouveau: nv20: update | Patrice Mandin | 1 | -32/+176 | |
2007-02-16 | nouveau: nv10: set clear value for 16 and 24 bits depth | Patrice Mandin | 1 | -4/+15 | |
2007-02-16 | nouveau: nv10: rescale depth near and far | Patrice Mandin | 1 | -2/+8 | |
2007-02-16 | nouveau: nv10: fix viewport scale and origin | Patrice Mandin | 1 | -12/+33 | |
2007-02-14 | r300: Fix cos & add scs to fragment program. | Rune Peterson | 2 | -88/+184 | |
So this do : - Fixes COS. - Does range reductions for SIN & COS. - Adds SCS. - removes the optimized version of SIN & COS. - tweaked weight (should help on precision). - fixed a copy paste typo in emit_arith(). | |||||
2007-02-14 | test for POT before using sample_2d_linear_repeat() | Etienne Clement | 1 | -1/+3 | |
2007-02-14 | fix typo preventing generic arrays from working with ARB_vp (bug #9952) | Roland Scheidegger | 1 | -1/+1 | |
2007-02-14 | nouveau: nv10: there are 8 clipping regions | Patrice Mandin | 1 | -1/+1 | |
2007-02-14 | fix stupid bug in the optimized per-vertex fog generation code | Roland Scheidegger | 1 | -1/+2 | |
2007-02-14 | i915tex: Take into account various mapping states when dropping the | Thomas Hellstrom | 1 | -2/+13 | |
batch buffer after a resolution / rotation switch. | |||||
2007-02-12 | I965: fix a failure on waiting irq. | Xiang, Haihao | 1 | -1/+2 | |
Wait until getting the right fence if drm/i915 resets the counter. | |||||
2007-02-12 | fd.o #BZ 9684 | Zou Nan hai | 1 | -1/+2 | |
gcc may cast an overflowed float value to an negative int value on i386, fix it to make sure at least some apps will not crash if it contains wrong normal data. | |||||
2007-02-12 | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson | 6 | -121/+175 | |
Getting proper SIN and COS wasn't as easy as it appeared. I had to make make some changes to the fragment program code. general FP changes: - support HHH swizzle for vector instructions. - don't copy a source to a temp when it is not XYZW swizzled, but combine the two and have the swizzle resolve any issues. (saves temps/instructions with more elaborate shader code) - fix overflow in cnstv[]. | |||||
2007-02-10 | ctx->Point._Size fix | Rune Peterson | 3 | -26/+7 | |
2007-02-09 | optimize per-pixel fog program | Roland Scheidegger | 2 | -50/+31 | |
use the same internal state as for vertex fog. From the old implemenentation, this changes a SUB+MUL into a MAD for linear fog, and saves a MUL for EXP/EXP2, plus saves a (constant) parameter. While here, fix the broken (forgotten) swizzling. (untested) | |||||
2007-02-09 | array overflow fix | Zou Nan hai | 1 | -2/+2 | |
2007-02-09 | r200: simplify / unify input map handling for vp and fftnl | Roland Scheidegger | 5 | -334/+141 | |
Use the same input map handling for fftnl and vertex programs. It doesn't enable any new functionality (should make it easy to support per-vertex materials though), but the code is much cleaner. | |||||
2007-02-09 | optimize generated vertex programs a bit | Roland Scheidegger | 5 | -32/+71 | |
Use new internal state to avoid per-vertex normalization of static spot direction vector. Use internal state for simpler per-vertex fog computations (MAD instead of SUB/MUL for linear fog, EX2 instead of POW for EXP/EXP2 fog). Simplify point size calc (2 MADs instead of MOV, MUL, MUL, DP3), and while there fix it up (RSQ instead of RCP). All untested... | |||||
2007-02-09 | fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910) | Roland Scheidegger | 1 | -20/+15 | |
Redirect all VERT_RESULT_HPOS writes to a temp and use that for fixup. The viewport transformation still seems to take some shortcuts, and it still does not seem to work at all... | |||||
2007-02-06 | nouveau: a couple of NV3x fixes | Ben Skeggs | 5 | -5/+45 | |
2007-02-06 | Add support for CN700 chipset in miniglx | Jakob Bornecrantz | 2 | -0/+2 | |
2007-02-05 | fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856) | Roland Scheidegger | 1 | -19/+32 | |
ARB_vp requires vertex transformation to be invariant to fixed function tnl if the position_invariant option is used. So the same function needs to be used, otherwise z-fighting artifacts may happen with applications which rely on the results being really the same due to precision issues when dealing with floating point values (may not be a problem when using a non-optimizing compiler strictly following IEEE rules). | |||||
2007-02-05 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian | 1 | -2/+2 | |
2007-02-05 | fix mem leak | Panagiotis Papadakos | 1 | -0/+3 | |
2007-02-06 | nouveau: OUT_RINGp expects the size in dwords, not bytes. | Ben Skeggs | 1 | -2/+2 | |
This fixes the *actual* bug that the previous commit was supposed to fix.. | |||||
2007-02-05 | fix mem leaks | Panagiotis Papadakos | 2 | -0/+5 | |
2007-02-06 | nouveau: fix a small bug in nv10 swtcl | Ben Skeggs | 1 | -1/+1 | |