Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
being traced.
|
|
For consistency and to simplify these objects' destruction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only pipe_screen calls traced, and only linux supported, for now.
|
|
|
|
Check for these caps in state tracker and enable corresponding GL extensions
if supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f.
|
|
|
|
You don't need a pipe_context * for this, and all other necessary info is
already inside pipe_surface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not tested -- just mymic the softpipe changes.
|
|
The chars-per-pixel concept falls apart with compressed and yuv images,
where more than one pixel are coded in a single data block.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|