aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+4
* intel: Check aperture size when doing a blit glClear.Eric Anholt2010-02-061-0/+10
* intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt2010-01-301-2/+2
* intel: Use a handy helper in glReadPixels source clipping.Eric Anholt2010-01-261-1/+1
* intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt2010-01-261-174/+123
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-8/+6
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-6/+0
* | intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg2010-01-041-128/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* | intel: Remove unused stored values reported by clang.Eric Anholt2009-12-221-3/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-2/+2
|\|
| * intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-2/+2
* | intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt2009-11-191-2/+3
|/
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+1
* Merge branch 'texformat-rework'Brian Paul2009-10-281-3/+2
|\
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
* | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-8/+11
|\ \
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-8/+11
* | | intel: Remove an unexplained flush from intelClearWithBlit.Eric Anholt2009-10-021-2/+0
| |/ |/|
* | intel: #include clean-upsBrian Paul2009-09-081-3/+0
|/
* intel: Add support for GL_ARB_map_buffer_range.Eric Anholt2009-08-281-0/+40
* intel: Add some more safety asserts in the blit code.Eric Anholt2009-08-071-0/+3
* intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-9/+2
* intel: Bail on blits with non-tile-aligned offsets.Eric Anholt2009-06-231-6/+18
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-6/+20
* intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt2009-06-231-60/+0
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-14/+40
* fix various small intel blitter issuesRoland Scheidegger2009-03-281-11/+12
* intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt2009-03-051-0/+2
* intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt2009-03-051-1/+0
* Remove intel pageflipping support in its entirety.Owain G. Ainsworth2009-01-201-1/+0
* intel: Require the right amount of space in glBitmap blit acceleration.Pierre Willenbrock2008-12-081-1/+1
* i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-211-45/+19
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-6/+10
* intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao2008-10-261-1/+1
* intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-51/+62
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-62/+51
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-13/+17
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+4
|\
| * intel: fix batch flushing problem with cliprects handling.Dave Airlie2008-07-111-1/+4
* | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-12/+12
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-15/+10
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-4/+5
|\|
| * i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt2008-06-241-4/+5