summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_draw.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-58/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-24intel: Remove unnecessary headers.Vinson Lee1-11/+0
2010-09-23intel: Remove disabled stencil drawpixels acceleration.Eric Anholt1-210/+0
2010-05-04i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2010-01-30intel: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-3/+0
2010-01-23intel: Remove unnecessary headers.Vinson Lee1-3/+0
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt1-2/+0
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul1-1/+1
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul1-4/+4
2009-09-10intel: disable intel_stencil_drawpixels() for nowBrian Paul1-0/+16
2009-09-01intel: trim down #includesBrian Paul1-8/+0
2009-09-01intel: use _mesa_meta_draw_pixels()Brian Paul1-147/+4
2009-07-15intel/radeon: add common metaops code.Dave Airlie1-8/+8
2009-07-14intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt1-1/+5
2009-07-07intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt1-5/+17
2009-06-24intel: fix additional merge conflicts missed in previous commitBrian Paul1-4/+0
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul1-0/+4
2009-06-22intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer1-1/+1
2009-06-19intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt1-2/+2
2009-06-19intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt1-2/+2
2009-06-17i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt1-0/+16
2009-06-11intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer1-1/+1
2009-05-26i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt1-0/+16
2009-05-08intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt1-27/+6
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2009-02-10intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt1-5/+6
2009-02-10intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt1-0/+9
2009-01-26intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul1-1/+5
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul1-4/+8
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-23/+2
2008-12-31intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt1-27/+9
2008-10-31intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)Eric Anholt1-7/+0
2008-10-31intel: Add more fallback debugging for glDrawPixels.Eric Anholt1-8/+33
2008-10-28intel: Fix glDrawPixels with 4d RasterPos.Eric Anholt1-4/+9
2008-10-11intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt1-1/+196
2008-10-09i965: Actually hook up the accelerated DrawPixels support.Eric Anholt1-1/+0
2008-09-23intel: Add missing include files for meta drawpixels since mesa shuffling.Eric Anholt1-0/+2
2008-09-23intel: Replace pbo-only drawpixels function with a generic Mesa metaops.Eric Anholt1-276/+108
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-6/+6
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt1-1/+0
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-12/+4
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-4/+12
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt1-1/+1
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt1-2/+1
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt1-1/+1
2008-06-24intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt1-1/+1
2008-06-18i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt1-1/+2