index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_blit.c
Age
Commit message (
Expand
)
Author
2010-06-10
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-05-14
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-04-08
intel: Call intel_prepare_render() in intelClear()
Li Peng
2010-03-22
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
2010-03-17
intel: Return false like other blit failure paths if out of aperture.
Eric Anholt
2010-03-17
intel: Assert that the linear blits succeed.
Eric Anholt
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-03
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-03-03
intel: Use GTT mapping in the blit fallback path in case there's tiling.
Eric Anholt
2010-02-25
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-17
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-06
intel: Check aperture size when doing a blit glClear.
Eric Anholt
2010-01-30
intel: Fix inverting of inversion test for windows in glClear cleanup.
Eric Anholt
2010-01-26
intel: Use a handy helper in glReadPixels source clipping.
Eric Anholt
2010-01-26
intel: Remove DRI1 junk from glClear blit implementation.
Eric Anholt
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-23
intel: Remove unnecessary headers.
Vinson Lee
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
intel: Drop DRI1 SwapBuffer implementation
Kristian Høgsberg
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2009-12-22
intel: Remove unused stored values reported by clang.
Eric Anholt
2009-12-11
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-10
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-11-19
intel: Pack colors for blit at blit time, rather than at ClearColor.
Eric Anholt
2009-10-29
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-23
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-10-02
intel: Remove an unexplained flush from intelClearWithBlit.
Eric Anholt
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-08
intel: #include clean-ups
Brian Paul
2009-08-28
intel: Add support for GL_ARB_map_buffer_range.
Eric Anholt
2009-08-07
intel: Add some more safety asserts in the blit code.
Eric Anholt
2009-06-29
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
2009-06-23
intel: Bail on blits with non-tile-aligned offsets.
Eric Anholt
2009-06-23
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
intel: Remove long-unused intel_region_fill and intelEmitFillBlit.
Eric Anholt
2009-04-16
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2009-03-28
fix various small intel blitter issues
Roland Scheidegger
2009-03-05
intel: Fix bpp setting of blits to 8bpp targets.
Eric Anholt
2009-03-05
intel: Remove a gratuitous MI_FLUSH after clearing with a blit.
Eric Anholt
2009-01-20
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
2008-12-08
intel: Require the right amount of space in glBitmap blit acceleration.
Pierre Willenbrock
2008-11-21
i965: Add support for accelerated CopyTexSubImage.
Eric Anholt
2008-10-28
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-10-26
intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...
Xiang, Haihao
2008-10-24
intel: fallback for intelEmitCopyBlit.
Xiang, Haihao
[next]