summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_blit.c
AgeCommit message (Expand)Author
2011-02-21intel: use pwrite for batchChris Wilson
2011-01-03intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt
2010-12-23intel: Remove unnecessary headers.Vinson Lee
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt
2010-11-09intel: Add assert check for blitting alignment.Peter Clifton
2010-11-08intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt
2010-04-08intel: Call intel_prepare_render() in intelClear()Li Peng
2010-03-22intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg
2010-03-17intel: Return false like other blit failure paths if out of aperture.Eric Anholt
2010-03-17intel: Assert that the linear blits succeed.Eric Anholt
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt
2010-03-03intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-06intel: Check aperture size when doing a blit glClear.Eric Anholt
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt
2010-01-26intel: Use a handy helper in glReadPixels source clipping.Eric Anholt
2010-01-26intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2010-01-04intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-11-19intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-02intel: Remove an unexplained flush from intelClearWithBlit.Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
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