summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
2009-10-11st/xorg: implement basics of xvZack Rusin
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz
2009-10-08st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz
2009-10-08Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs
2009-10-05st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs
2009-10-03st/dri: Install APPLE_vertex_array_object functionsNicolai Hähnle
2009-10-03st/dri: Install ARB_vertex_array_object functionsNicolai Hähnle
2009-10-02st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-02gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-10-02gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul
2009-10-01g3dvl: Delete state_trackers/g3dvl, other unused files.Younes Manton
2009-10-01g3dvl: Copyright blocks.Younes Manton
2009-10-01st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB.Younes Manton
2009-10-01Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-01st/xorg: Check that ms->api->destroy is not NULL before calling it.Michel Dänzer
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-09-30st/xorg: Fix debug option function call typo.Michel Dänzer
2009-09-30st/egl: Fix a double free in drm_destroy_context.Chia-I Wu
2009-09-30st/egl: Fix a crash when unbinding current context.Chia-I Wu
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-09-29python: Update for surface_buffer_create change.José Fonseca
2009-09-28st/xorg: Add debug for fallbacksJakob Bornecrantz
2009-09-28st/xorg: Make debug printing optionalJakob Bornecrantz
2009-09-28xvmc: Fail on unsupported formats, operations.Younes Manton
2009-09-27g3dvl: Formatting and cleanups.Younes Manton
2009-09-27g3dvl: Move XvMC under the Xorg state tracker.Younes Manton
2009-09-27st/egl: Remove buffer from screenJakob Bornecrantz
2009-09-25st/xorg: Re-enable accelerated fills and copies.Michel Dänzer
2009-09-25st/xorg: Flush render cache if but only if a source has pending write operati...Michel Dänzer
2009-09-25st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer
2009-09-25st/xorg: Make sure struct is fully initialized.Michel Dänzer
2009-09-25st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer
2009-09-25st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer
2009-09-25st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer