Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-13 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-13 | Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT. | Oliver McFadden | |
Note that just like the values written to R300_RB3D_DSTCACHE_CTLSTAT these values are really unknown; ideally more reverse engineering should be done to determine what these values mean and when they should be set. | |||
2007-03-13 | Documented the value written for R300_TX_CNTL cache flush. | Oliver McFadden | |
2007-03-13 | Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to either | Oliver McFadden | |
R300_RB3D_DSTCACHE_02 or R300_RB3D_DSTCACHE_0A, rather than hexadecimal values. | |||
2007-03-13 | Guess another unknown register used for R300 pacification. | Oliver McFadden | |
2007-03-12 | i915tex: Don't crash when intel_fb->color_rb[i] is NULL. | Michel Dänzer | |
This can be the case on some systems when running glxinfo. | |||
2007-03-12 | r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300. | Alan Swanson | |
2007-03-12 | r200: Adapt cliprect fixes from r300. | Alan Swanson | |
2007-03-12 | radeon: Adapt cliprect fixes from r300. | Alan Swanson | |
2007-03-12 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-11 | fix for bug#10196 | Xiang, Haihao | |
Compute half if LOCAL_VIEWER is enabled and the light is a directional source. | |||
2007-03-11 | Guess another unknown register in R300 command buffer initialization. ↵ | Aapo Tahkola | |
(Oliver McFadden) | |||
2007-03-11 | Renamed some of the unkXXX variables in the command buffer init | Oliver McFadden | |
ialization code. Note that there are still plenty of actual unknown variables left that should probably be deciphered. There are a number of things incomplete in the driver; the different polygon offset modes (line, point, etc), the other texture filter, texture chroma key, etc. These should probably be fixed in the future, or at least added to the TODO list. | |||
2007-03-10 | i915tex: Fix build against libdrm git... | Michel Dänzer | |
2007-03-10 | i915tex: Fix intel_wait_flips being declared implicitly. | Michel Dänzer | |
2007-03-10 | i915tex: Fix build against released version of libdrm. | Michel Dänzer | |
2007-03-10 | nouveau: fix nv04 swtcl. | Stephane Marchesin | |
2007-03-10 | nouveau: fix the nv04 swtcl code. | Stephane Marchesin | |
2007-03-10 | nouveau: oops don't debug by default. | Stephane Marchesin | |
2007-03-10 | nouveau: some fixes to the nv04 state code. | Stephane Marchesin | |
2007-03-10 | nouveau: add a fifo size debug check. | Stephane Marchesin | |
2007-03-10 | Merge branch 'i915tex-pageflip' | Michel Dänzer | |
2007-03-09 | i915tex: Wait for pending scheduled flips before switching vsync pipe. | Michel Dänzer | |
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 | |
2007-03-09 | i915tex: Sync pages between pipes immediately again. | Michel Dänzer | |
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 | |
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-09 | r300: Also update window state when it's already bound but its stamp changed. | Michel Dänzer | |
And set new cliprects before deriving other state from them. This ensures cliprects aren't accessed after having been freed. Thanks to Panagiotis Papadakos for testing various iterations of this. | |||
2007-03-07 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-07 | i915tex: Set framebuffer size to match window before calling _mesa_make_current. | Michel Dänzer | |
Fixes issues with apps that don't call glViewport by default. | |||
2007-03-07 | i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout. | Michel Dänzer | |
Cubemaps aren't working fully correctly yet, but at least they don't seem to cause crashes anymore. | |||
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian | |
Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate. | |||
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-06 | r300: Call radeonSetCliprects from radeonMakeCurrent. | Michel Dänzer | |
Based on a patch by Panagiotis Papadakos. Among other things, this makes sure the framebuffer object associated with the drawable has the correct size when _mesa_make_current is called, so the default viewport is set up correctly. Also update radeon->lastStamp in radeonSetCliprects. | |||
2007-03-06 | fix for bug#10182 | Xiang, Haihao | |
call _mesa_dereference_framebuffer instead of _mesa_dereference_framebuffer in i810, i915, i915tex, i965 drivers. | |||
2007-03-05 | fix for bug#9971 | Xiang, Haihao | |
call swsetup_Wakeup before falling back to software rendering | |||
2007-03-02 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-01 | r300: Use register name & add a register about shading. | Christoph Bill | |
2007-03-01 | r300: Use reg definition when available & add missing reg definition. | Christoph Bill | |
2007-03-01 | Add early register descritpion. | Christoph Bill | |
This need more work on case where we can disable or enable early (stencil, alpha might need it to be disable). | |||
2007-03-01 | Optimize cos&sin instruction a bit more. | Rune Petersen | |
2007-03-01 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-02-28 | i915tex: Sync pages differently when crossing pipe borders. | Michel Dänzer | |
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 | |
2007-02-28 | i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip. | Michel Dänzer | |
2007-02-28 | nouveau: drm interface changes | Ben Skeggs | |
2007-02-27 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-02-26 | s/pdp/prp/ in DoBindContext() | Panagiotis Papadakos | |
2007-02-26 | add missing param to _mesa_warning() | Panagiotis Papadakos | |
2007-02-25 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |