summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2011-09-10st/dri: remove the call to driInitExtensionsMarek Olšák1-20/+0
2011-09-09d3d1x: fix a build errorChia-I Wu1-3/+4
2011-09-09st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu1-0/+6
2011-09-08st/egl: Fix GDI build.José Fonseca1-1/+1
2011-09-08st/egl: add premultiplied alpha support to waylandBenjamin Franzke4-4/+24
2011-09-08st/egl: correctly return configs under waylandBenjamin Franzke4-23/+98
2011-09-08Revert "st/egl: correctly return configs under wayland"Chia-I Wu4-113/+30
2011-09-08Revert "st/egl: add premultiplied alpha support to wayland"Chia-I Wu4-32/+3
2011-09-08st/egl: add premultiplied alpha support to waylandChia-I Wu4-3/+32
2011-09-08st/egl: correctly return configs under waylandChia-I Wu4-30/+113
2011-09-08st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu3-7/+25
2011-09-08st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu1-1/+10
2011-09-08st/egl: add native_present_controlChia-I Wu11-49/+57
2011-09-08st/egl: track changes to drop wl_visual in waylandChia-I Wu4-20/+44
2011-09-08st/egl: track server side wayland changesChia-I Wu2-2/+2
2011-09-08st/egl: use new wl_callback mechanism in waylandChia-I Wu2-49/+30
2011-09-06state_trackers/dri/sw: Implement texture_from_pixmap.Stéphane Marchesin1-7/+43
2011-09-06Duplicate state_tracker/dri/sw/dri_drawable.cStéphane Marchesin1-1/+269
2011-09-04xvmc: Replace frame_started by picture_structureMaarten Lankhorst2-10/+16
2011-09-01st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König4-19/+307
2011-09-01st/xvmc: the alpha component of palette entries isn't usedChristian König1-1/+1
2011-09-01g3dvl: extend the functionality of the compositorChristian König3-4/+4
2011-09-01st/xvmc: remove L4A4_UNORM workaroundChristian König1-33/+5
2011-08-30st/wgl: Fix build on mingw-w64José Fonseca1-2/+2
2011-08-29xorg/xvmc: Only set decode buffer when availableMaarten Lankhorst1-3/+6
2011-08-29st/xorg: Fix include styleKai Wasserbäch7-31/+31
2011-08-29vdpau: Fix include styleKai Wasserbäch9-31/+32
2011-08-29va: Fix include styleKai Wasserbäch8-19/+19
2011-08-29d3d1x: Fix include styleKai Wasserbäch5-19/+19
2011-08-29st/vdpau: Respect source_rect in VideoMixerRenderChristian König1-1/+11
2011-08-28xvmc tests: Clean up test_rendering slightlyMaarten Lankhorst1-14/+24
2011-08-27android: make DRM optionalChia-I Wu2-2/+22
2011-08-26st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.Michel Dänzer1-13/+13
2011-08-26st/xorg: Disable dirty throttling by default.Michel Dänzer1-1/+1
2011-08-26st/xorg: Only damage non-front source in DRI2 CopyRegion hook.Michel Dänzer1-7/+9
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König2-16/+8
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König3-23/+3
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König3-223/+57
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König2-15/+30
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König4-68/+108
2011-08-25Merge branch 'kasanen-post-process-v2'Brian Paul5-4/+47
2011-08-25d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller1-2/+2
2011-08-25d3d1x: fix xs_set_samplersChristoph Bumiller1-1/+2
2011-08-23st/xorg: Advertise support for XvMCMaarten Lankhorst4-0/+129
2011-08-21st/egl: add a missing includeChia-I Wu1-0/+1
2011-08-21st/egl: improve error loggingChia-I Wu1-2/+3
2011-08-21st/egl: add buffer preserving support to AndroidChia-I Wu1-4/+67
2011-08-21st/egl: improve buffer cache for AndroidChia-I Wu1-31/+73
2011-08-21st/egl: swapping without a buffer is not an errorChia-I Wu1-1/+1
2011-08-21st/egl: use HAL formats for Android backendChia-I Wu1-26/+15