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_pixel_bitmap.c
Age
Commit message (
Expand
)
Author
2009-06-23
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-19
intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.
Eric Anholt
2009-05-26
i915: Fall back on NPOT textured metaops on 830-class.
Eric Anholt
2009-05-08
intel: Put the constant texcoords used in metaops into a vbo.
Eric Anholt
2009-02-10
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2009-01-12
i965: fix broken glBitmap + depth test
Brian Paul
2008-12-31
intel: Share passthrough transform setup between glBitmap and glDrawPixels.
Eric Anholt
2008-12-31
intel: Add support for glBitmap as metaops using GL calls.
Eric Anholt
2008-12-23
intel: Fix glBitmap clipping for DRI1.
Eric Anholt
2008-12-19
intel: Fix glBitmap top/bottom clipping.
Eric Anholt
2008-12-19
intel: Don't forget the source bitmap size when clipping the size we draw.
Eric Anholt
2008-12-19
intel: Update mesa state in blit operations that want post-scissor draw bounds.
Eric Anholt
2008-12-06
intel: Fix glBitmap blit acceleration for FBO destinations.
Eric Anholt
2008-10-31
intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-10
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-07-11
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-06-26
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-24
intel: Avoid glBitmap software fallback for blending when no blending occurs.
Eric Anholt
2008-03-07
i965: use RGB565 to render a bitmap if Depth is 16
Xiang, Haihao
2008-02-22
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-01-09
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2007-12-21
[intel] Move some pixel path support from drivers to shared.
Eric Anholt