intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).
[mesa.git] / src / mesa / drivers / dri / intel / intel_pixel_draw.c
2008-10-15 Eric Anholtintel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-09 Eric Anholti965: Actually hook up the accelerated DrawPixels support.
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-06-26 Eric Anholtintel: Replace sprinkled intel_batchbuffer_flush with...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-18 Eric Anholti915: Note the non-PBO fallback for textured drawpixels...
2008-06-18 Eric Anholti915: Restore the accelerated PBO pixel path functions...
2008-02-15 Eric Anholt[915] Don't attempt our accelerated drawpixels if no...
2007-12-28 Dan NicholsonMerge branch 'autoconf2'
2007-12-27 Xiang, Haihaoi915: reset swrast state after calling swrast DrawPixels.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...