Commit a893e903 by Nicolas Capens

Remove unnecessary friend class declarations.

Change-Id: Ida83136a083642bd6cd651c4cb506723e8ac9a41 Reviewed-on: https://swiftshader-review.googlesource.com/4570Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 7551ac68
......@@ -29,7 +29,6 @@ namespace sw
void generate();
protected:
Pointer<Byte> constants;
Float4 Dz[4];
......
......@@ -24,8 +24,7 @@ namespace sw
class TextureStage
{
friend class Context; // FIXME
friend class PixelRoutine; // FIXME
friend class Context; // FIXME
public:
enum StageOperation
......@@ -170,7 +169,7 @@ namespace sw
bool writesCurrent() const;
int stage;
StageOperation stageOperation;
SourceArgument firstArgument;
SourceArgument secondArgument;
......
......@@ -21,8 +21,6 @@ namespace sw
class PixelRoutine : public sw::QuadRasterizer, public ShaderCore
{
friend class PixelProcessor; // FIXME
public:
PixelRoutine(const PixelProcessor::State &state, const PixelShader *shader);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment