summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-114-4/+38
* st/vdpau: fix two small memory leaksChristian König2012-03-092-2/+6
* st/vdpau: add xine workaroundChristian König2012-03-091-1/+1
* gallium: remove format aliasesChristian König2012-03-081-1/+1
* st/vdpau: cleanup YCBCR matching functionsChristian König2012-03-081-6/+6
* st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König2012-03-081-4/+18
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-052-2/+2
* st/vdpau: make the interface thread saveChristian König2012-03-059-35/+175
* st/vdpau: implement support for high-precision output timingChristian König2012-03-051-10/+3
* st/vdpau: implement support for extra mixer layersChristian König2012-03-051-6/+21
* st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König2012-03-021-1/+33
* st/vdpau: implement OutputSurfacePutBitsYCbCrChristian König2012-03-021-1/+82
* st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König2012-03-021-8/+53
* st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König2012-03-021-1/+23
* st/vdpau: implement OutputSurfaceGetBitsNativeChristian König2012-03-021-1/+36
* st/vdpau: implement OutputSurfacePutBitsNativeChristian König2012-03-023-15/+43
* st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilitiesChristian König2012-03-021-1/+43
* st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König2012-03-024-6/+24
* st/vdpau: add support for per vertex colorsChristian König2012-03-021-2/+28
* st/vdpau: implement BitmapSurfaceQueryCapabilitiesChristian König2012-03-021-1/+35
* st/vdpau: implement OutputSurfaceRenderBitmapSurfaceChristian König2012-03-021-1/+40
* st/vdpau: implement BitmapSurfaceGetParametersChristian König2012-03-021-1/+14
* st/vdpau: implement BitmapSurfacePutBitsNativeChristian König2012-03-021-2/+31
* st/vdpau: implement BitmapSurfaceCreate/DestroyChristian König2012-03-022-3/+81
* st/vdpau: avoid an unnessasary copyChristian König2012-03-025-21/+112
* vl/csc: simplify matrix handlingChristian König2012-03-024-16/+18
* vl/compositor: add support for per layer dst areasChristian König2012-03-023-5/+6
* vl/compositor: add per vertex color suportChristian König2012-03-024-4/+4
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-027-26/+24
* vl/compositor: split shaders and stateChristian König2012-03-028-41/+71
* vl: move dirty area handling into winsys abstractionChristian König2012-03-014-8/+8
* st/xvmc: remove dst buffer texture workaroundChristian König2012-03-013-23/+11
* st/xvmc: move xvmc state tracker out of xorg subdirChristian König2012-02-2517-80/+80
* vl: rework winsys interfaceChristian König2012-02-2511-66/+72
* st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul2012-02-241-3/+3
* st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul2012-02-241-3/+6
* st/dri: Fix crash in st/dri from dri format commitJakob Bornecrantz2012-02-231-2/+1
* st/wgl: check for hPbuffer=0 in wgl pbuffer functionsBrian Paul2012-02-231-0/+20
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-231-1/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-222-0/+7
* vl: add support for bob deinterlacingChristian König2012-02-212-2/+22
* st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König2012-02-211-18/+5
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-217-64/+4
* st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee2012-02-201-9/+9
* st/vega: Remove unused variable.Vinson Lee2012-02-181-4/+0
* st/glx: Remove unused variables.Vinson Lee2012-02-181-6/+3
* st/vdpau: fix a small memory leakChristian König2012-02-141-0/+5
* vl: fix low strength denoise filterChristian König2012-02-142-5/+5
* st/wgl: refactor stw_pixelformat_init()Brian Paul2012-02-101-58/+51
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-106-16/+109