summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2012-04-30egl-fbdev: Fix compile-error by including errno.hDavid Herrmann1-0/+1
2012-04-18gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák1-1/+1
2012-04-13st/vega: silence enum cast warningsDylan Noblesmith1-4/+5
2012-04-13st/vega: fix uninitialized valuesDylan Noblesmith1-2/+2
2012-04-07st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr1-1/+1
2012-04-05xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers1-1/+1
2012-04-03st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke1-3/+8
2012-04-03st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König1-1/+2
2012-03-28vl: move winsys helper out of winsys directoryChristian König10-21/+8
2012-03-27st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke1-1/+0
2012-03-26st/vdpau: clear video surface at least onceChristian König3-0/+31
2012-03-26st/vdpau: invert interlaced buffer checksChristian König1-1/+1
2012-03-25drisw: fix image stride calculation for 16-bit.Dave Airlie1-3/+3
2012-03-22st/vdpau: improve frame dumping functionality a bitChristian König1-3/+6
2012-03-22st/vdpau: add VC-1 startcode if none is found in the streamChristian König1-7/+42
2012-03-11egl/drm: Include errno.hJosé Fonseca1-0/+1
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries4-4/+38
2012-03-09st/vdpau: fix two small memory leaksChristian König2-2/+6
2012-03-09st/vdpau: add xine workaroundChristian König1-1/+1
2012-03-08gallium: remove format aliasesChristian König1-1/+1
2012-03-08st/vdpau: cleanup YCBCR matching functionsChristian König1-6/+6
2012-03-08st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König1-4/+18
2012-03-05wayland: Use new wl_display_disconnectBenjamin Franzke2-2/+2
2012-03-05st/vdpau: make the interface thread saveChristian König9-35/+175
2012-03-05st/vdpau: implement support for high-precision output timingChristian König1-10/+3
2012-03-05st/vdpau: implement support for extra mixer layersChristian König1-6/+21
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König1-1/+33
2012-03-02st/vdpau: implement OutputSurfacePutBitsYCbCrChristian König1-1/+82
2012-03-02st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König1-8/+53
2012-03-02st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König1-1/+23
2012-03-02st/vdpau: implement OutputSurfaceGetBitsNativeChristian König1-1/+36
2012-03-02st/vdpau: implement OutputSurfacePutBitsNativeChristian König3-15/+43
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilitiesChristian König1-1/+43
2012-03-02st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König4-6/+24
2012-03-02st/vdpau: add support for per vertex colorsChristian König1-2/+28
2012-03-02st/vdpau: implement BitmapSurfaceQueryCapabilitiesChristian König1-1/+35
2012-03-02st/vdpau: implement OutputSurfaceRenderBitmapSurfaceChristian König1-1/+40
2012-03-02st/vdpau: implement BitmapSurfaceGetParametersChristian König1-1/+14
2012-03-02st/vdpau: implement BitmapSurfacePutBitsNativeChristian König1-2/+31
2012-03-02st/vdpau: implement BitmapSurfaceCreate/DestroyChristian König2-3/+81
2012-03-02st/vdpau: avoid an unnessasary copyChristian König5-21/+112
2012-03-02vl/csc: simplify matrix handlingChristian König4-16/+18
2012-03-02vl/compositor: add support for per layer dst areasChristian König3-5/+6
2012-03-02vl/compositor: add per vertex color suportChristian König4-4/+4
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König7-26/+24
2012-03-02vl/compositor: split shaders and stateChristian König8-41/+71
2012-03-01vl: move dirty area handling into winsys abstractionChristian König4-8/+8
2012-03-01st/xvmc: remove dst buffer texture workaroundChristian König3-23/+11
2012-02-25st/xvmc: move xvmc state tracker out of xorg subdirChristian König17-80/+80
2012-02-25vl: rework winsys interfaceChristian König11-66/+72