aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Brian Paul2011-04-261-1/+1
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-231-0/+4
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+1
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* intel: use pwrite for batchChris Wilson2011-02-211-1/+1
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-4/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* i965: fallback bitmap operation on sandybridgeZhenyu Wang2010-09-281-0/+6
* intel: Remove unnecessary header.Vinson Lee2010-09-251-1/+0
* intel: Remove unnecessary headers.Vinson Lee2010-09-241-10/+0
* intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.Vinson Lee2010-09-241-0/+1
* intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.Eric Anholt2010-09-231-180/+1
* intel: Add missing header.Vinson Lee2010-07-291-0/+1
* mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* intel: Clean up stale comments about cliprects.Eric Anholt2010-01-261-1/+1
* intel: Remove DRI1 junk from blit glBitmap.Eric Anholt2010-01-261-82/+53
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-3/+0
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-3/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+2
|\|
| * intel: Silence compiler warnings.Vinson Lee2009-12-281-1/+1
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+1
| |\
| | * intel: Silence implicit function declaration warning.Vinson Lee2009-12-251-0/+1
| | * intel: fix GL state bugs in intel_texture_bitmap()Brian Paul2009-10-261-4/+3
* | | intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt2009-12-221-0/+1
* | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-021-0/+2
|\| |
| * | intel: Fix more front-buffer rendering after Brian's less flushing patch.Eric Anholt2009-12-021-0/+2
* | | intel: Remove our special color packing macros and just use colormac.h.Eric Anholt2009-11-191-3/+2
|/ /
* | intel: silence warningBrian Paul2009-10-271-0/+1
* | intel: fix GL state bugs in intel_texture_bitmap()Brian Paul2009-10-271-4/+3
* | 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