summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_blit.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-04intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt1-5/+8
2010-12-27intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt1-0/+80
2010-12-27i965: Add support for using the BLT ring on gen6.Eric Anholt1-22/+8
2010-11-09intel: Add assert check for blitting alignment.Peter Clifton1-2/+3
2010-11-08intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton1-2/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt1-14/+25
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-4/+4
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt1-0/+3
2010-04-08intel: Call intel_prepare_render() in intelClear()Li Peng1-2/+0
2010-03-22intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg1-2/+0
2010-03-17intel: Return false like other blit failure paths if out of aperture.Eric Anholt1-16/+2
2010-03-17intel: Assert that the linear blits succeed.Eric Anholt1-14/+17
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt1-4/+4
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt1-12/+12
2010-03-03intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt1-15/+14
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt1-0/+14
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+4
2010-02-06intel: Check aperture size when doing a blit glClear.Eric Anholt1-0/+10
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt1-2/+2
2010-01-26intel: Use a handy helper in glReadPixels source clipping.Eric Anholt1-1/+1
2010-01-26intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt1-174/+123
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23intel: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg1-8/+6
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-6/+0
2010-01-04intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg1-128/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-1/+1
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt1-3/+0
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul1-2/+2
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick1-2/+2
2009-11-19intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt1-2/+3
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul1-0/+1
2009-10-28Merge branch 'texformat-rework'Brian Paul1-3/+2
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt1-8/+11
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt1-8/+11
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-10-02intel: Remove an unexplained flush from intelClearWithBlit.Eric Anholt1-2/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-2/+2
2009-09-08intel: #include clean-upsBrian Paul1-3/+0
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt1-0/+40
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt1-0/+3
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt1-9/+2
2009-06-23intel: Bail on blits with non-tile-aligned offsets.Eric Anholt1-6/+18
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt1-6/+20
2009-06-23intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt1-60/+0
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt1-14/+40
2009-03-28fix various small intel blitter issuesRoland Scheidegger1-11/+12
2009-03-05intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt1-0/+2
2009-03-05intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt1-1/+0