summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* vl: small typos and stuffThomas Balling Sørensen2010-10-283-58/+60
* vl: morefixes to Luc's patchThomas Balling Sørensen2010-10-273-4/+4
* vl: rest of Luc's patchThomas Balling Sørensen2010-10-275-0/+442
* vl: commited Orasanu Lucian's patch containing va stubs.Thomas Balling Sørensen2010-10-277-96/+369
* Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-2630-222/+407
|\
| * st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu2010-10-232-5/+2
| * egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-12/+32
| * st/egl: Fix native_mode refresh mode.Chia-I Wu2010-10-232-3/+3
| * egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-11/+11
| * egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-2/+2
| * egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
| * egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+37
| * egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-2/+2
| * st/xorg: Fix memory leak on error path.Vinson Lee2010-10-191-0/+1
| * st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom2010-10-191-0/+5
| * st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom2010-10-195-29/+29
| * st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom2010-10-191-2/+9
| * st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom2010-10-191-1/+1
| * st/egl: Do not finish a fence that is NULL.Chia-I Wu2010-10-141-2/+4
| * st/egl: Access _EGLConfig directly.Chia-I Wu2010-10-141-31/+26
| * Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
| * Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
| * Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-1310-12/+12
| * gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-132-7/+7
| * Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-133-2/+183
| * st/xorg: Fix typoThomas Hellstrom2010-10-121-1/+1
| * st/xlib: add some commentsBrian Paul2010-10-121-0/+8
| * st/xorg: Don't try to remove invalid fbsThomas Hellstrom2010-10-121-3/+5
| * st/xorg: Add a customizer option to get rid of annoying cursor update flickerThomas Hellstrom2010-10-123-1/+12
| * st/xorg: Don't try to use option values before processing optionsThomas Hellstrom2010-10-121-13/+13
| * st/vega: Fix version check in context creation.Chia-I Wu2010-10-071-1/+1
* | vl: add'ed stub for VaCreateImageThomas Balling Sørensen2010-10-253-1/+17
* | vl: more stub work for a va implementationThomas Balling Sørensen2010-10-256-50/+209
* | vl: va state-tracker configuration scriptsThomas Balling Sørensen2010-10-246-10/+41
* | vl: initial va-api implementationThomas Balling Sørensen2010-10-234-0/+244
* | vl: more work on the bitstream_parserThomas Balling Sørensen2010-10-132-31/+70
* | vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-086-23/+27
* | vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen2010-10-074-14/+36
* | vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-0612-44/+385
* | vl: initial commit of the bitstream parserThomas Balling Sørensen2010-10-064-12/+108
* | vl: change the xvmc state_tracker to the new gallium APIThomas Balling Sørensen2010-10-051-2/+11
* | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-051-0/+1
* | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-05249-3750/+32043
|\|
| * st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu2010-09-301-1/+0
| * gallium/st: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
| * st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-302-4/+4
| * d3d1x: work around crash in widlLuca Barbieri2010-09-282-2/+12
| * d3d11: fix reference counting so devices get freedLuca Barbieri2010-09-271-0/+2
| * d3d1x: fix MapLuca Barbieri2010-09-271-4/+6
| * d3d1x: rework DXGI for occlusion testing and default width/heightLuca Barbieri2010-09-273-29/+174