aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-181-4/+1
|\|
| * i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt2008-06-181-4/+1
* | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-9/+9
* | [intel] all flushing in intelEmitCopyBlitKeith Packard2008-05-261-0/+4
* | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-231-0/+8
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-9/+22
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-13/+0
|/
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-0/+8
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-161-0/+10
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-3/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-9/+9
* [intel] Prepare intelCopyBuffer() for private back buffers.Kristian Høgsberg2008-01-091-2/+4
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-5/+5
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-0/+74
* [intel] Improve INTEL_DEBUG=blit description of clearing.Eric Anholt2007-12-171-2/+0
* [intel] Cleanup of */intel_blit.c to bring the two closer.Eric Anholt2007-12-171-55/+51
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* i915: Some additional blit fixes and assertions.Michel Dänzer2007-11-261-8/+24
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-27/+64
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+491