aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_draw.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-58/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel: Remove unnecessary headers.Vinson Lee2010-09-241-11/+0
* intel: Remove disabled stencil drawpixels acceleration.Eric Anholt2010-09-231-210/+0
* i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt2010-05-041-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-3/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-3/+0
* | intel: Remove unused stored values reported by clang.Eric Anholt2009-12-221-2/+0
|/
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-1/+1
* mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-4/+4
* intel: disable intel_stencil_drawpixels() for nowBrian Paul2009-09-101-0/+16
* intel: trim down #includesBrian Paul2009-09-011-8/+0
* intel: use _mesa_meta_draw_pixels()Brian Paul2009-09-011-147/+4
* 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-1/+5
* intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt2009-07-071-5/+17
* intel: fix additional merge conflicts missed in previous commitBrian Paul2009-06-241-4/+0
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-0/+4
|\
| * intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-221-1/+1
| * intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-191-2/+2
| * i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-06-171-0/+16
* | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-191-2/+2
* | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-111-1/+1
* | i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-261-0/+16
* | intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-081-27/+6
|/
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt2009-02-101-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-02-101-0/+9
* intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul2009-01-261-1/+5
* i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul2009-01-121-4/+8
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-23/+2
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-27/+9
* intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)Eric Anholt2008-10-311-7/+0
* intel: Add more fallback debugging for glDrawPixels.Eric Anholt2008-10-311-8/+33
* intel: Fix glDrawPixels with 4d RasterPos.Eric Anholt2008-10-281-4/+9
* intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt2008-10-111-1/+196
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-091-1/+0
* intel: Add missing include files for meta drawpixels since mesa shuffling.Eric Anholt2008-09-231-0/+2
* intel: Replace pbo-only drawpixels function with a generic Mesa metaops.Eric Anholt2008-09-231-276/+108
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* 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-12/+4
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-4/+12
* 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-2/+1
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-1/+1
|\
| * intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-1/+1
* | i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt2008-06-181-1/+2