Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported by Karl Schultz.
|
|
Reported by Karl Schultz.
|
|
Reported by Karl Schultz.
|
|
Reported by Karl Schultz.
|
|
Reported by Karl Schultz.
|
|
Reported by Karl Schultz.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also clarify some other const values.
|
|
This avoids the need to make PIPE_ALIGN_TYPE a variadic macro.
|
|
|
|
|
|
same variable used for 2 different temp registers
fixes e.g. glsl/bump
|
|
|
|
|
|
The existing code only checked for GCC 4.2.x and 4.3.x.
|
|
At least one extraneous dirty was eliminated, as well as the chance for
avoiding dirty on shader change.
|
|
Some delicious hax here.
|
|
It just wasn't meant to be.
|
|
Keeps teeworld happy.
|
|
So if we don't actually emit an atom to the hw because we don't
need it in the current state (e.g. lighting related atoms when
lighting is off) then don't mark it as clean, because when
lighting gets switched on we won't emit it at all.
This fixes funky gears colors.
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
|
|
|
mesa core does it now. If only it did so for other entrypoints.
|
|
|
|
|
|
|
|
This reduces the driver size by over 1%.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug #25921 -- clutter PBO usage gave unreliable results.
|
|
Signed-off-by: Brian Paul <brianp@vmware.com>
|