aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-1/+3
* intel: Add support for blit copies of >32bpp formats.Eric Anholt2011-04-201-0/+11
* intel: Fix regression in clear_with_blit from 7bae1c3dChris Wilson2011-03-311-11/+12
* intel: Protect intel_clear_with_blit from failed buffer allocationsChris Wilson2011-03-291-10/+11
* intel: use pwrite for batchChris Wilson2011-02-211-21/+19
* intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt2011-01-031-5/+8
* intel: Remove unnecessary headers.Vinson Lee2010-12-231-1/+0
* intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt2010-12-161-0/+80
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-22/+8
* intel: Add assert check for blitting alignment.Peter Clifton2010-11-091-2/+3
* intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton2010-11-081-2/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-14/+25
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-0/+3
* intel: Call intel_prepare_render() in intelClear()Li Peng2010-04-081-2/+0
* intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg2010-03-221-2/+0
* intel: Return false like other blit failure paths if out of aperture.Eric Anholt2010-03-171-16/+2
* intel: Assert that the linear blits succeed.Eric Anholt2010-03-171-14/+17
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-4/+4
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-031-12/+12
* intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt2010-03-031-15/+14
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-251-0/+14
* 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