Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
depth_value(). Special-case it.
|
|
|
|
It doesn't seem to be needed and disabling it fixes a big memory leak with
some programs like xdemos/wincopy.c
|
|
|
|
|
|
|
|
|
|
pipe_surface now has a pointer to the winsys which create/owns the surface.
This allows clean surface deallocation w/out a rendering context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes failed assertion in glxgears.
|
|
|
|
|
|
|
|
|
|
Use the "dummyContext" pointer (for now) instead of GET_CURRENT_CONTEXT().
|
|
Also, in st_init_limits(), clamp driver's values against Mesa's internal limits.
|
|
|
|
|
|
Winsys driver needs some hints in order to allocate the appropriate kind of
memory for the buffer.
|
|
The memory layout of bitfields depends on the ABI.
|
|
|
|
The state tracker calls pipe->get_param() to determine the GL limits and
which OpenGL extensions are supported.
This is an initial implementation that'll probably change...
|
|
|
|
|
|
|