Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | |
2007-11-01 | i915: make i915 use the cached mappings for batch/buffer objects. | Dave Airlie | |
This should restore gears speed on 9xx hardware | |||
2007-10-12 | Merge branch 'master' into i915-superioctl | Dave Airlie | |
2007-10-09 | i915: fixup up bufmgr to pass num buffers to kernel | Dave Airlie | |
remove unneeded entry points | |||
2007-10-04 | Replace duplicated intel_reg.h with a shared header. | Eric Anholt | |
2007-10-04 | i915: add superioctl support to the ttm codepaths. | Dave Airlie | |
gears now runs for about 10-15 seconds with some artifacts before falling over. | |||
2007-10-03 | i915: add superioctl initial support inside bufmgr ttm | Dave Airlie | |
2007-10-03 | i915/drmbuf: attempt to push relocations into buffer manager | Dave Airlie | |
This moves the relocations into the buffer manager in prepration for a superioctl move. | |||
2007-09-27 | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915. | Eric Anholt | |
2007-09-27 | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt | |
This reverts commit b2f1aa2389473ed09170713301b042661d70a48e. Somehow I ended up with my branch's save-this-while-I-work-on-master commit actually on master. | |||
2007-09-27 | WIP 965 conversion to dri_bufmgr. | Eric Anholt | |
2007-09-24 | Move i915tex driver into place as just i915. | Eric Anholt | |
2007-09-24 | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | |
2006-11-01 | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul | |
after locking. Next: remove the params altogether. | |||
2006-09-28 | i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. | Michel Dänzer | |
2006-09-28 | i915: Attempt to schedule buffer swap on target vertical blank when possible. | Michel Dänzer | |
This has some advantages over the traditional way of first waiting for the target vertical blank and then emitting the buffer swap, e.g. * glXSwapBuffers returns immediately, only the next time the driver needs the hardware lock will it block until the target vertical blank. This should allow applications that don't intermix rendering and other processing to start processing for the next frame right away. * It's less likely to produce tearing. | |||
2006-08-26 | Fix bug 8010 - locking issues. | Alan Hourihane | |
2006-08-18 | Fix writemasks on texture arb fp instructions. | Alan Hourihane | |
Cleanup invarient state emission. | |||
2006-05-05 | remove temporary code from keithw, this in theory isn't used at the moment | Dave Airlie | |
anyways unless INTEL_BATCH is turned on | |||
2006-04-07 | Fix some warnings on x86_64 | Alan Hourihane | |
2006-04-01 | Don't index box by the box's index within numClipRects; just dereference it. | Eric Anholt | |
Fixes drawing with more than one cliprect. (Keith Packard) | |||
2006-03-31 | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | |
2006-02-06 | add vblank support to i915 driver | Dave Airlie | |
2006-01-23 | Add Intel 945GM support | Alan Hourihane | |
Add rotation support (Tungsten Graphics) | |||
2005-09-10 | Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, | Brian Paul | |
backOffset, backPitch, depthOffset, depthPitch, textureOffset fields. | |||
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2004-06-18 | add missing license texts | Keith Whitwell | |
2004-06-10 | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell | |