Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
|
|
|
|
|
|
- This fixes a crash upon starting spring (a rts engine/game).
Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
|
|
|
|
|
|
|
|
|
|
The function was moved and renamed in 0bed834b.
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
|
|
(cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shaves 400 bytes or so from i915_dri.so.
|
|
Saves another 600 bytes or so of code.
|
|
Saves ~2KB of code.
|
|
Saves ~480 bytes of code.
|
|
Fixes piglit ati-fs-bad-delete. Caught by clang.
|
|
|
|
This was a workaround for a compiler warning that was showing a real
error. The real error was later fixed.
|
|
Noticed by clang.
|
|
We don't actually care which register is used since we're just
swizzling (0,0,0,0), but it should be a valid variable number.
Detected by clang.
|
|
The same code is generated, and readers and static analyzers are
happier.
|
|
|
|
It does nothing else while being less useful than exit() because it lacks
attributes that real exit() has.
|
|
This is a little more logical. Suggested in bug report 25654.
|
|
To be more consistant.
|
|
|
|
Need to use the constant 1ULL and 0xllx format string. This fixes incorrect
results and a NULL pointer/parameter bug.
|
|
|
|
Conflicts:
src/mesa/state_tracker/st_draw.c
|
|
I thought I had done this ages ago.
|
|
|