| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bug #24435
|
|
|
|
|
| |
Fixes a 3.4% +/- 1.3% performance regression in my GL demo (n=3). The
other meta code could probably also use the same treatment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
plus fix filters
|
|
|
|
|
| |
We *must* recalculate something in vformat every rebind; let's see
if we can't narrow it down a bit.
|
|
|
|
| |
Hm, I could have sworn I did this before?
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Allow indirect uniform access and increase the
limit on parameters from 128 to 512.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
We only have a per nv50_reg negation flag, if an
nv50_reg is used more than once in a TGSI op with
different sign modes, we'd generate wrong code.
We probably can't do much better without more
invasive changes.
|
| |
|
|
|
|
|
|
| |
Requesting a new real buffer from the kernel and
copying all the data is wasteful e.g. if only a
few (but widely spread) vertices are accessed.
|
|
|
|
|
|
|
| |
Add proper flushes for TIC and TSC and remove
the costly 2D.0110 flush in nv50_flush.
Correct TIC and TSC bo sizes.
|
|
|
|
| |
Similar to nv40.
|
|\
| |
| |
| |
| |
| | |
git+ssh://[email protected]/git/mesa/mesa
regenerated lex.yy.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The in kernel texture check fails because of both
bit11 flags being set on 16x16 textures. It tuns out
that these bits are still set and not cleared in the
pp_txpitch field of the texture. The attached patch
at least helps for this case on my machine. It clears
the bit 11 from the pitch field if the texture is smaller
and masks out that hight bits on the conventional width
and height field.
Fixes bug 24584
|
| |
| |
| |
| |
| |
| |
| |
| | |
size was being calculated based on 3 bytes per pixel with 24 bit depth
instead of 4 bytes. This caused corruption in the bottom 25% of objects.
This finishes fixing the menu/text corruption in compiz/kde4.
Signed-off-by: Robert Noland <[email protected]>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
_mesa_strtod() is used for shader/program parsing where the decimal
point character is always '.' Use strtod_l() with a "C" locale to
ensure correct string->double conversion when the actual locale uses
another character such as ',' for the decimal point.
Fixes bug 24531.
|
| |
| |
| |
| |
| | |
We need to get the pitch from the texture level we are rendering to,
rather than just using the base texel width.
|
| |
| |
| |
| |
| |
| | |
Report unsupported attributes while I'm here.
Signed-off-by: Robert Noland <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Robert Noland <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Robert Noland <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Setting the wrong bo size resulting in an incomplete
read cache flush when reading the texture. This fixes the
compiz text corruption.
[agd5f: take hw pitch alignment into account]
|
| |
| |
| |
| |
| | |
need this to properly test with piglit/glean vert/fragprog tests
copied mostly from r300, many thanks to osiris, nha, airlied, others...
|
| |
| |
| |
| |
| | |
seems I overlooked this when removing hardcoded swizzles for this
one previously
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- KILLGT takes 2 arguments
- arb KIL has no dst register
- add TODO about clause ending but currently piglit fp-kil passes and
does not hang the card
|
| |
| |
| |
| |
| |
| | |
makes blend functions work better
Signed-off-by: Dave Airlie <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Dave Airlie <[email protected]>
|
| |
| |
| |
| | |
Makes doom3 alot nicer..
|
| | |
|
| |
| |
| |
| | |
See bug 24531.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
I don't even know if texkill works right now.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Uf. Lots of files touched. Would people with working vega, xorg, dri1, etc.
please make sure you are not broken, and fix yourself up if you are.
There were only two or three places where the code did not have painful
fallbacks, so I would advise st maintainers to find less painful workarounds,
or consider overhauling util_surface_copy and util_surface_fill.
Per ymanton, darktama, and Dr_Jakob's suggestions, clear has been left as-is.
I will not add PIPE_CAP_BLITTER unless it is deemed necessary.
|
| |
| |
| |
| | |
Won't ever be supported.
|
| |
| |
| |
| | |
This is just split out from the next commit, that's all.
|