summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-24 15:49:09 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-24 15:49:09 -0600
commit7b2ef2b8849bbf400eeed9642c26c140cc7d6beb (patch)
tree88dc1298d62429871fe0f66cea6b5ffca66b1224 /src/mesa/main/texstore.c
parent643228c506bde965c890f3d0604c273fc729bee7 (diff)
mesa: gls: fix broken else clause of conditional break/continue
In the following case: for () { if (cond) break; // or continue; else something; } The "something" block didn't get emitted.
Diffstat (limited to 'src/mesa/main/texstore.c')
0 files changed, 0 insertions, 0 deletions