gem_stress: s/gem_stress.h/rendercopy.h

This commit is contained in:
Daniel Vetter 2012-01-18 17:53:12 +01:00
parent f7c2dab5bd
commit 1357427fd0
5 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@
* In short: designed for maximum evilness.
*/
#include "gem_stress.h"
#include "rendercopy.h"
#define CMD_POLY_STIPPLE_OFFSET 0x7906

View File

@ -1,4 +1,4 @@
#include "gem_stress.h"
#include "rendercopy.h"
#include "gen6_render.h"
#include <assert.h>

View File

@ -1,5 +1,5 @@
#include "i830_reg.h"
#include "gem_stress.h"
#include "rendercopy.h"
#define TB0C_LAST_STAGE (1 << 31)
#define TB0C_RESULT_SCALE_1X (0 << 29)

View File

@ -1,6 +1,6 @@
#include "i915_reg.h"
#include "i915_3d.h"
#include "gem_stress.h"
#include "rendercopy.h"
void gen3_render_copyfunc(struct intel_batchbuffer *batch,
struct scratch_buf *src, unsigned src_x, unsigned src_y,