aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* i965: use _mesa_is_bufferobj()Brian Paul2009-09-081-4/+4
* intel: use _mesa_expand_bitmap() to skip an intermediate bufferBrian Paul2009-09-011-21/+6
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-8/+8
* intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt2009-07-141-0/+4
* intel: Fall back on glBitmap with fog enabled.Eric Anholt2009-07-021-0/+6
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-18/+21
* intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-191-1/+1
* i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-261-0/+8
* intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-081-13/+2
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-02-101-0/+1
* i965: fix broken glBitmap + depth testBrian Paul2009-01-121-4/+16
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-17/+3
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+199
* intel: Fix glBitmap clipping for DRI1.Eric Anholt2008-12-231-2/+2
* intel: Fix glBitmap top/bottom clipping.Eric Anholt2008-12-191-40/+35
* intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt2008-12-191-1/+3
* intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2008-12-191-0/+4
* intel: Fix glBitmap blit acceleration for FBO destinations.Eric Anholt2008-12-061-33/+39
* intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.Eric Anholt2008-10-311-5/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-7/+7
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-4/+3
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-3/+4
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-1/+1
* intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-3/+2
* intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-1/+1
* i965: use RGB565 to render a bitmap if Depth is 16Xiang, Haihao2008-03-071-10/+10
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-0/+2
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-1/+0
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-0/+357