summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-073-16/+39
|\
| * gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-073-13/+34
| * gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
* | st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-4/+4
|\ \ | |/
| * gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
| * gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul2009-10-021-2/+2
* | st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs2009-10-051-0/+3
* | st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs2009-10-051-3/+0
* | st/dri: Install APPLE_vertex_array_object functionsNicolai Hähnle2009-10-031-0/+2
* | st/dri: Install ARB_vertex_array_object functionsNicolai Hähnle2009-10-031-0/+2
* | st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer2009-10-021-59/+34
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-022-3/+2
* | g3dvl: Delete state_trackers/g3dvl, other unused files.Younes Manton2009-10-0122-4487/+0
* | g3dvl: Copyright blocks.Younes Manton2009-10-0113-0/+351
* | st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB.Younes Manton2009-10-011-0/+11
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-011-4/+4
|\ \ | |/
| * gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul2009-09-291-4/+4
* | st/xorg: Check that ms->api->destroy is not NULL before calling it.Michel Dänzer2009-10-011-1/+3
* | gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-011-1/+0
* | st/xorg: Fix debug option function call typo.Michel Dänzer2009-09-301-1/+1
* | st/egl: Fix a double free in drm_destroy_context.Chia-I Wu2009-09-301-1/+0
* | st/egl: Fix a crash when unbinding current context.Chia-I Wu2009-09-303-14/+4
* | python: Update for surface_buffer_create change.José Fonseca2009-09-291-0/+1
* | st/xorg: Add debug for fallbacksJakob Bornecrantz2009-09-284-34/+54
* | st/xorg: Make debug printing optionalJakob Bornecrantz2009-09-282-2/+15
* | xvmc: Fail on unsupported formats, operations.Younes Manton2009-09-281-2/+21
* | g3dvl: Formatting and cleanups.Younes Manton2009-09-272-83/+28
* | g3dvl: Move XvMC under the Xorg state tracker.Younes Manton2009-09-2717-0/+1958
* | st/egl: Remove buffer from screenJakob Bornecrantz2009-09-272-5/+3
* | st/xorg: Re-enable accelerated fills and copies.Michel Dänzer2009-09-251-1/+1
* | st/xorg: Flush render cache if but only if a source has pending write operati...Michel Dänzer2009-09-251-1/+9
* | st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer2009-09-251-0/+10
* | st/xorg: Make sure struct is fully initialized.Michel Dänzer2009-09-251-1/+1
* | st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer2009-09-251-2/+2
* | st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer2009-09-251-2/+28
* | st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer2009-09-251-1/+1
* | st/xorg: Bind rasterizer state for copies.Michel Dänzer2009-09-251-0/+2
* | st/xorg: Source-only pictures always have format PICT_a8r8g8b8.Michel Dänzer2009-09-251-21/+3
* | st/xorg: Better checks for unsupported component alpha pictures.Michel Dänzer2009-09-251-12/+7
* | st/xorg: start working on the Xv acceleration codeZack Rusin2009-09-242-0/+218
* | st/xorg: fills are supported plussome minor clenupsZack Rusin2009-09-242-11/+7
* | st/xorg: add easier way of disabling/enabling accelerationZack Rusin2009-09-242-10/+18
* | wgl: DWM integration.José Fonseca2009-09-2410-67/+380
* | st/xorg: fix a typoZack Rusin2009-09-231-1/+1
* | st/xorg: keep the user buffer contents aroundZack Rusin2009-09-232-38/+34
* | wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-2314-798/+525
* | wgl: Flatten the source tree.José Fonseca2009-09-2323-28/+27
* | wgl: Fix debug_printf format specifiers.José Fonseca2009-09-231-6/+6
* | st/xorg: Fix two leeksJakob Bornecrantz2009-09-222-0/+5