aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák2012-04-181-1/+1
* st/vega: silence enum cast warningsDylan Noblesmith2012-04-131-4/+5
* st/vega: fix uninitialized valuesDylan Noblesmith2012-04-131-2/+2
* st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr2012-04-071-1/+1
* xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers2012-04-051-1/+1
* st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2012-04-031-3/+8
* st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König2012-04-031-1/+2
* vl: move winsys helper out of winsys directoryChristian König2012-03-2810-21/+8
* st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke2012-03-271-1/+0
* st/vdpau: clear video surface at least onceChristian König2012-03-263-0/+31
* st/vdpau: invert interlaced buffer checksChristian König2012-03-261-1/+1
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-03-251-3/+3
* st/vdpau: improve frame dumping functionality a bitChristian König2012-03-221-3/+6
* st/vdpau: add VC-1 startcode if none is found in the streamChristian König2012-03-221-7/+42
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* 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