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.
|
|
|
|
This is a temporary fix which works for the formats we care so far. The
real fix would be abandon the concept "nominal bytes per pixel" entirely
in Mesa, and use macropixels instead, as done in gallium interfaces
already.
|
|
|
|
SetPixelFormat.
|
|
Especially using wglGetPixelFormat instead of GetPixelFormat causes
problems with opengl32.dll and drivers that not hack around this issue.
|
|
|
|
Rather not have 0x prefix, than 0x0x in certain platforms.
|
|
swizzling in fetch/store srgba/sargb functions fixed (consistent with
equivalent non-srgb formats now).
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Looks like the gallium-0.2-radeon merge clobbered it.
|
|
|