| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Make it more consistent with other radeon drivers.
|
|\ |
|
| |
| |
| |
| |
| | |
Per the GLX spec, when changing rendering contexts, the old context
should first be flushed.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Setting intel->Fallback = 1 clobbered any fallback state that was already
set. Not sure where this hack originated (the git history is a little
convoluted). Define and use a new BRW_FALLBACK_DRAW bit instead. This
shouldn't break anything and could potentially fix some bugs (but no
specific ones are known).
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The value was probably wrong too.
It was the same as INTEL_FALLBACK_DRAW_BUFFER.
|
| |
| |
| |
| |
| | |
Hm. I could have said "chew trident and spit it out," or perhaps
"spear trident," instead. Dohoho.
|
| |
| |
| |
| | |
As per FDO #17889.
|
|\|
| |
| |
| | |
git+ssh://[email protected]/git/mesa/mesa
|
| |
| |
| |
| | |
otherwise
|
| |
| |
| |
| |
| |
| |
| | |
Also avoids empty shader for "END" - seems to be somewhat valid fp
Maybe this can be done differently in the future (fake FRAG_RESULT_COLOR
already in Map_Fragment_Program() or is there a way to program the chip
to not hang in case of no exports.
|
| | |
|
| |
| |
| |
| | |
Bug #24435
|
|\|
| |
| |
| |
| |
| | |
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]>
|
| | |
|
| |
| |
| |
| |
| | |
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..
|
| | |
|
| |
| |
| |
| | |
Driver Makefiles can still add symlink dependencies/rules if needed.
|
| |
| |
| |
| |
| | |
This is a bit cleaner and avoids rebuilding the r300_dri.so library all
the time.
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Again, last valid address, not first invalid address. Fixes regression
in 255e5be265133280293bbfd8b2f9b74b2dec50bb that the kernel now catches
and caused piglit draw_elements_base_vertex to fail.
|
| |
| |
| |
| |
| |
| |
| |
| | |
It's the address of the last valid byte, not the address of the first
invalid byte.
This should also fix problems with rendering with the new sanity checks in
the kernel.
|
| |
| |
| |
| | |
Need to restore code that fixed up the intel_texture_image state.
|
| | |
|
| | |
|
| |
| |
| |
| | |
This is mainly just to silence some warnings.
|
| | |
|
| |
| |
| |
| |
| | |
This lets us get rid of intel_miptree_depth_offsets() and simplify all
of the calling code.
|
| | |
|