Age | Commit message (Collapse) | Author |
|
|
|
ARGB, not RGBA.
|
|
|
|
Why didn't this come up before?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make python surface just a dumb (texture, face, level, zslice) tuple.
|
|
Surfaces are now by definition GPU views. So CPU access flags don't make
any sense when creating a surface.
For now we are forcing surfaces to be GPU read/write, but that will go away
soon.
|
|
|
|
|
|
|
|
|
|
|
|
Just a quick fix to prevent segfaults with glean.
|
|
|
|
|
|
|
|
Doesn't quite fix problems, though. :c
|
|
From Ramesh Dharan <rrdharan@vmware.com>
|
|
Fixes segfault when sampling 1D textures.
|
|
|
|
|
|
|
|
It adds nothing, now that pipe_buffer has a pointer to the screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevents segfault when trace is disabled.
|
|
|
|
|
|
There is a wonderful bug in 2.6.29 that causes a hard lock on my
computer when this code is active for lvds that are turned off.
|
|
|
|
|
|
Actually, the trace driver with the xlib statetracker is
still causing assertion failures here..
|
|
|
|
To make it easy associate images with the calls.
|
|
TODO: Modify the trace driver to generate these on the XML file itself.
|
|
|
|
|
|
|