mesa: refactor: move glReadPixels code into new readpix.c file

This commit is contained in:
Brian Paul
2008-06-09 14:22:15 -06:00
committed by Keith Whitwell
parent 87534210bb
commit 28876dd511
7 changed files with 383 additions and 171 deletions

View File

@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
* Version: 6.5.1
* Version: 7.1
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -79,6 +79,7 @@
#include "queryobj.h"
#endif
#include "rastpos.h"
#include "readpix.h"
#include "state.h"
#include "stencil.h"
#include "teximage.h"