Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSVC doesn't really care, and it is frequently causing merge conflicts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Especially get rid of the non-portable long long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Although it would be interesting having the GDI winsys running on WinCE
several Windows GDI API functions and data structures are missing from
WinCE headers, making this far from a trivial endeavor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We probably shouldn't be including sys/types.h at all, but let's leave that
for another time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Even when just the standard headers are used....
|
|
|
|
ad-hoc ones.
|
|
|
|
softpipe_texture object.
Fixes a pitch/width mix-up.
|
|
This is step towards tiled textures and buffer support for
i915. But the tiled attribute is never set.
|
|
The logic/arithmetic for inverting the src image is a bit simpler now.
|
|
Don't require the caller to pass a non-intuitive negative src_y coord anymore
when doing a src-inverted copy.
|
|
|
|
|
|
|
|
|
|
|