aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Improve the test for readpixels blit path format checking.Eric Anholt2013-03-051-32/+0
* intel: Drop the INTEL_NO_BLIT debug environment variable.Eric Anholt2012-03-201-5/+3
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-0/+1
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-18/+18
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-6/+6
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-4/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-7/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-7/+0
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
|/
* intel: Remove some dead metaops code.Eric Anholt2009-09-281-14/+0
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-251/+0
* intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-06-191-3/+1
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-0/+1
* intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-081-0/+83
* intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt2009-04-061-0/+4
* intel: include main/viewport.hBrian Paul2009-03-111-0/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt2009-02-031-3/+3
* intel: If we're doing a depth clear with tris, do color with it.Eric Anholt2009-01-301-3/+3
* intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-261-0/+3
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-0/+35
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+133
* intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-211-6/+0
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-091-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-2/+21
* intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt2008-06-241-0/+7
* intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.Eric Anholt2008-06-241-15/+56
* i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt2008-06-241-1/+1
* i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.Eric Anholt2008-06-241-4/+6
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-0/+120