Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Keep these internal structs private to wgl/shared. Pull in
some pixelformat choosing code from wgl/wgl to avoid exporting them
more generally.
|
|
|
|
And enable GL_EXT_texture_swizzle for software drivers.
|
|
|
|
|
|
|
|
|
|
|
|
Each of icd, shared and wgl now have the opportunity to maintain their
own per-device structs, which should reduce the need for these
modules to be looking into each others structures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Somehow we're running into DRI2Authenticate failing, and silent demotion to
swrast is bad.
|
|
|
|
|
|
reuse the size of the actual buffer
|
|
|
|
|
|
|
|
|
|
Update the visual info in the _mesa_test_framebuffer_completeness()
function when we've determined the FBO to be "complete".
Fixes regression seen in progs/demos/shadowtex.c
|
|
Similar to the GLX state trackers for DRI and xlib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A step toward consolidating i915/intel_state.c and i965/intel_state.c
|
|
|
|
|
|
intel_meta_set_passthrough_transform(), intel_meta_restore_transform()
|
|
|
|
|
|
|
|
|
|
|
|
|