Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Erik Faye-Lund
mesa
Commits
1eb211c4
Commit
1eb211c4
authored
Apr 25, 2016
by
Tim Rowley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swr: [rasterizer] Whitespace cleanup and misc changes
Reviewed-by:
Bruce Cherniak
<
bruce.cherniak@intel.com
>
parent
d97e333e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
5 deletions
+2
-5
src/gallium/drivers/swr/rasterizer/common/os.h
src/gallium/drivers/swr/rasterizer/common/os.h
+1
-0
src/gallium/drivers/swr/rasterizer/jitter/blend_jit.h
src/gallium/drivers/swr/rasterizer/jitter/blend_jit.h
+0
-1
src/gallium/drivers/swr/rasterizer/jitter/jit_api.h
src/gallium/drivers/swr/rasterizer/jitter/jit_api.h
+0
-1
src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template
...m/drivers/swr/rasterizer/scripts/templates/knobs.template
+0
-3
src/gallium/drivers/swr/swr_state.h
src/gallium/drivers/swr/swr_state.h
+1
-0
No files found.
src/gallium/drivers/swr/rasterizer/common/os.h
View file @
1eb211c4
...
...
@@ -167,6 +167,7 @@ unsigned char _bittest(const LONG *a, LONG b)
}
#define GetCurrentProcessId getpid
#define GetCurrentThreadId gettid
#define CreateDirectory(name, pSecurity) mkdir(name, 0777)
...
...
src/gallium/drivers/swr/rasterizer/jitter/blend_jit.h
View file @
1eb211c4
...
...
@@ -30,7 +30,6 @@
#pragma once
#include "common/formats.h"
#include "core/context.h"
#include "core/state.h"
struct
RENDER_TARGET_BLEND_COMPILE_STATE
...
...
src/gallium/drivers/swr/rasterizer/jitter/jit_api.h
View file @
1eb211c4
...
...
@@ -63,7 +63,6 @@ struct JIT_COMPILE_INPUT
bool
enableJitSampler
;
};
//////////////////////////////////////////////////////////////////////////
/// @brief Create JIT context.
HANDLE
JITCALL
JitCreateContext
(
uint32_t
targetSimdWidth
,
const
char
*
arch
);
...
...
src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template
View file @
1eb211c4
...
...
@@ -116,7 +116,6 @@ extern GlobalKnobs g_GlobalKnobs;
#define KNOB_${knob[0]}${space_knob(knob[0])} GET_KNOB(${knob[0]})
% endfor
% else:
% for inc in includes:
#include <${inc}>
...
...
@@ -135,7 +134,6 @@ GlobalKnobs::GlobalKnobs()
% for knob in knobs:
InitKnob(${knob[0]});
% endfor
}
//========================================================
...
...
@@ -164,5 +162,4 @@ std::string GlobalKnobs::ToString(const char* optPerLinePrefix)
return str.str();
}
% endif
src/gallium/drivers/swr/swr_state.h
View file @
1eb211c4
...
...
@@ -35,6 +35,7 @@
#include "swr_tex_sample.h"
#include "swr_shader.h"
#include <unordered_map>
#include <memory>
template
<
typename
T
>
struct
ShaderVariant
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment