mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 20:20:25 +01:00
[intel] Warnings fixes.
This commit is contained in:
parent
6acb94f89e
commit
3323ccb803
4 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,6 @@ static GLboolean do_check_fallback(struct brw_context *brw)
|
|||
{
|
||||
GLcontext *ctx = &brw->intel.ctx;
|
||||
GLuint i;
|
||||
struct gl_framebuffer *fb = ctx->DrawBuffer;
|
||||
|
||||
/* BRW_NEW_METAOPS
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include "main/enums.h"
|
||||
#include "shader/prog_parameter.h"
|
||||
#include "shader/program.h"
|
||||
#include "shader/programopt.h"
|
||||
#include "tnl/tnl.h"
|
||||
|
||||
#include "brw_context.h"
|
||||
|
|
|
|||
|
|
@ -269,7 +269,6 @@ intel_batchbuffer_emit_reloc(struct intel_batchbuffer *batch,
|
|||
GLuint flags, GLuint delta)
|
||||
{
|
||||
int ret;
|
||||
int count = 0;
|
||||
|
||||
ret = dri_emit_reloc(batch->buf, flags, delta, batch->ptr - batch->map, buffer);
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include "mtypes.h"
|
||||
#include "texobj.h"
|
||||
#include "texstore.h"
|
||||
#include "texcompress.h"
|
||||
#include "enums.h"
|
||||
|
||||
#include "intel_context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue