Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
find right src and dst offset for given mipmap level.
|
|
|
|
Conflicts:
src/gallium/state_trackers/wgl/icd/stw_icd.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Driver writers often got confused and assumed Size to be
the number of immediate values in Immediate declaration.
|
|
|
|
|
|
SetPixelFormat.
|
|
Rather not have 0x prefix, than 0x0x in certain platforms.
|
|
|
|
|
|
|
|
|
|
This should make things work for people on RSxxx chipsets.
|
|
|
|
|
|
The Cell texture code really needs a thorough inspection and clean-up someday...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gallium-0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nv20_miptree_create() should set various flags.
Copy stuff over from nv40.
trivial/tri does not abort on nv04 swizzled copy anymore.
I still miss my triangle.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
|
|
If do_flipp is true, it would first do the proper copy, height would
wrap around to unsigned maximum, and then it attempts to do another
copy.
Return after doing the proper copy.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
|
|
Wrong hardware object being used, when compared with earlier code.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
|
|
|