summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/depthtmp.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2005-09-03added SetStencil/DepthPointer functionsBrian Paul
2005-07-01remove common macros used in the span functions of most drivers from the ↵Roland Scheidegger
individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR.
2005-05-19remove the XFree86 ID lineBrian Paul
2005-05-12Add check for mask == NULL to the one routine missing it.Keith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
2005-02-14fix some signed vs unsigned warningsDave Airlie
2004-11-01Nicolai's sw-clipspan-fixes.patchKeith Whitwell
2004-10-08Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won'tEric Anholt
be used in that case, and it wanting WRITE_DEPTH was making r128 die on the undefined symbol.
2004-09-28use GLuint instead of uintDaniel Borca
2004-09-24patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)Brian Paul
2003-08-06Shared dri driver resourcesKeith Whitwell