Age | Commit message (Expand) | Author |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-01-30 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2009-12-22 | intel: Remove unused stored values reported by clang. | Eric Anholt |
2009-10-29 | intel: update intel_create_renderbuffer(format), add XRGB support | Brian Paul |
2009-09-19 | mesa: rename functions to be more consistant with rest of mesa | Brian Paul |
2009-09-10 | intel: disable intel_stencil_drawpixels() for now | Brian Paul |
2009-09-01 | intel: trim down #includes | Brian Paul |
2009-09-01 | intel: use _mesa_meta_draw_pixels() | Brian Paul |
2009-07-15 | intel/radeon: add common metaops code. | Dave Airlie |
2009-07-14 | intel: Set DepthRange in the metaops using RasterPos[2]. | Eric Anholt |
2009-07-07 | intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system. | Eric Anholt |
2009-06-24 | intel: fix additional merge conflicts missed in previous commit | Brian Paul |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-22 | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL. | Michel Dänzer |
2009-06-19 | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists. | Eric Anholt |
2009-06-19 | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists. | Eric Anholt |
2009-06-17 | i915: Fall back on NPOT textured metaops on 830-class. | Eric Anholt |
2009-06-11 | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL. | Michel Dänzer |
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-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-02-10 | intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. | Eric Anholt |
2009-02-10 | intel: Fix some state leakage of {Client,}ActiveTexture in metaops. | Eric Anholt |
2009-01-26 | intel: check if stencil test is enabled in intel_stencil_drawpixels() | Brian Paul |
2009-01-12 | i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels(). | Brian Paul |
2009-01-07 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt |
2008-12-31 | intel: Share passthrough transform setup between glBitmap and glDrawPixels. | Eric Anholt |
2008-10-31 | intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX) | Eric Anholt |
2008-10-31 | intel: Add more fallback debugging for glDrawPixels. | Eric Anholt |
2008-10-28 | intel: Fix glDrawPixels with 4d RasterPos. | Eric Anholt |
2008-10-11 | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). | Eric Anholt |
2008-10-09 | i965: Actually hook up the accelerated DrawPixels support. | Eric Anholt |
2008-09-23 | intel: Add missing include files for meta drawpixels since mesa shuffling. | Eric Anholt |
2008-09-23 | intel: Replace pbo-only drawpixels function with a generic Mesa metaops. | 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 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-06-24 | intel: Avoid glBitmap software fallback for blending when no blending occurs. | Eric Anholt |
2008-06-18 | i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL. | Eric Anholt |
2008-06-18 | i915: Restore the accelerated PBO pixel path functions after GEM changes. | Eric Anholt |
2008-02-15 | [915] Don't attempt our accelerated drawpixels if no color buffer is attached. | Eric Anholt |
2007-12-27 | i915: reset swrast state after calling swrast DrawPixels. | Xiang, Haihao |
2007-12-21 | [intel] Move some pixel path support from drivers to shared. | Eric Anholt |