summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_blit.c
AgeCommit message (Expand)Author
2009-10-02intel: Remove an unexplained flush from intelClearWithBlit.Eric Anholt
2009-09-08intel: #include clean-upsBrian Paul
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt
2009-06-23intel: Bail on blits with non-tile-aligned offsets.Eric Anholt
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt
2009-06-23intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-03-28fix various small intel blitter issuesRoland Scheidegger
2009-03-05intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt
2009-03-05intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth
2008-12-08intel: Require the right amount of space in glBitmap blit acceleration.Pierre Willenbrock
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-10-26intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao
2008-10-24intel: fallback for intelEmitCopyBlit.Xiang, Haihao
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-07-11intel: fix batch flushing problem with cliprects handling.Dave Airlie
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt
2008-06-11[intel-gem] Chase domain flag renaming in the DRM.Eric Anholt
2008-05-26[intel] all flushing in intelEmitCopyBlitKeith Packard
2008-05-23Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie
2008-04-16intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie
2008-02-14Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg
2008-01-10[intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt
2008-01-09[intel] Prepare intelCopyBuffer() for private back buffers.Kristian Høgsberg
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt
2007-12-17[intel] Improve INTEL_DEBUG=blit description of clearing.Eric Anholt
2007-12-17[intel] Cleanup of */intel_blit.c to bring the two closer.Eric Anholt
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt
2007-11-26i915: Some additional blit fixes and assertions.Michel Dänzer
2007-11-16[intel] Add 965 support to shared intel_blit.cEric Anholt
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt