summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul2009-08-131-0/+1
* mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul2009-08-111-3/+47
* mesa: added _mesa_meta_draw_pixels()Brian Paul2009-08-111-1/+181
* mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul2009-08-111-20/+27
* mesa: save/restore texture matrix in meta codeBrian Paul2009-08-101-1/+20
* mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul2009-08-101-2/+27
* mesa: initial meta implementation of glCopyPixels()Brian Paul2009-08-101-0/+161
* mesa: remove debug flush callBrian Paul2009-08-101-2/+0
* mesa: new driver meta-ops moduleBrian Paul2009-08-101-0/+814