summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_metaops.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt2011-02-121-291/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* dri: Add missing header to dri_metaops.c.Vinson Lee2010-07-291-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* dri: Remove unnecessary headers.Vinson Lee2010-02-121-8/+0
* dri: remove unused meta_clear_tris()Brian Paul2009-09-011-246/+0
* intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/popEric Anholt2009-08-071-2/+5
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-0/+541