Age | Commit message (Collapse) | Author |
|
At some point, going to have to grab the big list from xf86-video-ati.
|
|
Hehe, sleep may be necessary now.
|
|
And there was much rejoicing.
|
|
|
|
|
|
|
|
|
|
Compile-tested only, but I have high hopes.
|
|
Properly setup the build process for adding in xorg and egl trackers,
and finally put radeon_context and radeon_screen to bed.
|
|
The core reference counting code is centralized in p_refcnt.h.
This has some consequences related to struct pipe_buffer:
* The screen member of struct pipe_buffer must be initialized, or
pipe_buffer_reference() will crash trying to destroy a buffer with reference
count 0. u_simple_screen takes care of this, but I may have missed some of
the drivers not using it.
* Except for rare exceptions deep in winsys code, buffers must always be
allocated via pipe_buffer_create() or via screen->*buffer_create() rather
than via winsys->*buffer_create().
|
|
Almost there. glxinfo still works, and AFAICT so does trivial/clear.
|
|
s/migration/migrane/ , actually. Anyway, this has working glxinfo...
|
|
Add code so that existing driver behaviour doesn't change.
|
|
Nothing really of note, unfortunately.
|
|
This cleans up some of the cruft from the old DRI setup, and
it turns out that only the GLSL extensions are still off if we
let st_extensions.c handle the setup instead.
|
|
|