X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fdepth.h;h=478249f157c8fe013a85e6d38557446f87689ee0;hb=ddb351f7fe056589b349233edd6d5f9cd2295ec7;hp=780043f5b8e659983c0493fcf5247f31e2cf43ef;hpb=dd404bc94f78a1766527becee03f8ef6ae3a799b;p=mesa.git diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 780043f5b8e..478249f157c 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -5,7 +5,6 @@ /* * Mesa 3-D graphics library - * Version: 6.3 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * @@ -22,9 +21,10 @@ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN - * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. */ @@ -43,8 +43,11 @@ _mesa_ClearDepth( GLclampd depth ); extern void GLAPIENTRY _mesa_ClearDepthf( GLclampf depth ); +void GLAPIENTRY +_mesa_DepthFunc_no_error(GLenum func); + extern void GLAPIENTRY -_mesa_DepthFunc( GLenum func ); +_mesa_DepthFunc(GLenum func); extern void GLAPIENTRY _mesa_DepthMask( GLboolean flag );