diff options
author | Michal Krol <[email protected]> | 2010-02-25 14:21:50 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-25 14:21:50 +0100 |
commit | 3e0181f47334534be081caa912a20d278fd07149 (patch) | |
tree | 5c70e8b0d473a165bc69ee1b21a9fcea43b7f2e5 /src/gallium/state_trackers/python | |
parent | 92a8c42baa64fbf8e1a986a0b820fe1744c1b3b3 (diff) |
python: Fix typo.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r-- | src/gallium/state_trackers/python/p_state.i | 2 | ||||
-rw-r--r-- | src/gallium/state_trackers/python/tests/regress/fragment-shader/frag-abs.png | bin | 0 -> 8750 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/p_state.i b/src/gallium/state_trackers/python/p_state.i index 5afe4d49082..eda77b56f8e 100644 --- a/src/gallium/state_trackers/python/p_state.i +++ b/src/gallium/state_trackers/python/p_state.i @@ -69,7 +69,7 @@ pipe_blend_state(const char *STRING, unsigned LENGTH) { struct pipe_blend_state *state; - state = CALLOC_STRUCT(pipe_framebuffer_state); + state = CALLOC_STRUCT(pipe_blend_state); if (state) { LENGTH = MIN2(sizeof *state, LENGTH); memcpy(state, STRING, LENGTH); diff --git a/src/gallium/state_trackers/python/tests/regress/fragment-shader/frag-abs.png b/src/gallium/state_trackers/python/tests/regress/fragment-shader/frag-abs.png Binary files differnew file mode 100644 index 00000000000..c947a7b8813 --- /dev/null +++ b/src/gallium/state_trackers/python/tests/regress/fragment-shader/frag-abs.png |