mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
dri: Remove unnecessary glapi headers.
They are not used at all.
This commit is contained in:
parent
bdd2500805
commit
4736e1cbbd
6 changed files with 0 additions and 9 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#include "main/mtypes.h"
|
||||
#include "main/cpuinfo.h"
|
||||
#include "main/extensions.h"
|
||||
#include "glapi/dispatch.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@
|
|||
*
|
||||
**************************************************************************/
|
||||
|
||||
#include "glapi/glapi.h"
|
||||
|
||||
#include "i830_context.h"
|
||||
#include "i830_reg.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@
|
|||
#include "i915_reg.h"
|
||||
#include "i915_context.h"
|
||||
|
||||
#include "glapi/glapi.h"
|
||||
|
||||
static void
|
||||
i915_render_prevalidate(struct intel_context *intel)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@
|
|||
#include "intel_fbo.h"
|
||||
#include "intel_regions.h"
|
||||
|
||||
#include "glapi/glapi.h"
|
||||
|
||||
#define FILE_DEBUG_FLAG DEBUG_FALLBACKS
|
||||
|
||||
static GLboolean do_check_fallback(struct brw_context *brw)
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
#include "main/enable.h"
|
||||
#include "main/viewport.h"
|
||||
#include "shader/arbprogram.h"
|
||||
#include "glapi/dispatch.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "main/shaders.h"
|
||||
#include "main/texstate.h"
|
||||
#include "main/varray.h"
|
||||
#include "glapi/dispatch.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "main/stencil.h"
|
||||
#include "main/matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue