aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-2/+37
* st/va: add support to export a surface as dmabufJulien Isorce2015-10-303-2/+144
* st/va: implement VaDeriveImageJulien Isorce2015-10-303-5/+138
* st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce2015-10-301-0/+6
* st/va: add headless support, i.e. VA_DISPLAY_DRMJulien Isorce2015-10-302-6/+73
* st/va: handle Video Post Processing for configsJulien Isorce2015-10-302-2/+25
* st/va: add colospace conversion through Video Post ProcessingJulien Isorce2015-10-304-52/+259
* st/va: implement dmabuf import for VaCreateSurfaces2Julien Isorce2015-10-301-1/+96
* st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributesJulien Isorce2015-10-303-52/+249
* st/va: do not destroy old buffer when new one failedJulien Isorce2015-10-301-6/+13
* st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2015-10-302-10/+55
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5
* st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang2015-10-271-0/+1
* st/va: add VAAPI HEVC decode supportBoyuan Zhang2015-10-274-1/+208
* st/va: pass picture desc to begin and decodeJulien Isorce2015-10-261-2/+2
* st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu2015-10-191-4/+8
* st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das2015-10-191-3/+5
* st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das2015-10-191-1/+1
* st/dri: Use packed RGB formatsMichel Dänzer2015-10-042-17/+17
* st/dri: don't use _ctx in client_wait_syncMarek Olšák2015-10-031-2/+5
* state_trackers/hgl: Fix missing include pathAlexander von Gluck IV2015-09-281-0/+1
* clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin2015-09-281-52/+8
* clover: Implement CL1.2 clCreateImage().Serge Martin2015-09-281-10/+91
* clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez2015-09-281-39/+40
* st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.Thomas Hellstrom2015-09-242-11/+29
* st/xa: Use PIPE_FORMAT_R8_UNORM when availableThomas Hellstrom2015-09-172-34/+34
* clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman2015-09-101-1/+1
* xa: add xa_surface_from_handle2 v2Rob Clark2015-09-072-11/+44
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-269-10/+11
* st/nine: Always use user constant buffersKrzysztof Sobiecki2015-08-211-1/+3
* st/nine: Silent warning in nine_ffAxel Davy2015-08-211-0/+2
* st/nine: Silent warning in sm1_declusage_to_tgsiAxel Davy2015-08-211-1/+1
* st/nine: Silent warning in NineCubeTexture9_ctorAxel Davy2015-08-211-1/+1
* st/nine: Silent warning in update_vertex_bufferAxel Davy2015-08-211-1/+0
* st/nine: Catch setting the same shaderAxel Davy2015-08-211-0/+6
* st/nine: Avoid Constant upload when there is no changeAxel Davy2015-08-211-0/+42
* st/nine: Fix the number of texture stagesAxel Davy2015-08-212-4/+6
* st/nine: Use CSO cache for sampler viewsAxel Davy2015-08-214-23/+5
* st/nine: Calculate dummy sampler state only onceAxel Davy2015-08-213-35/+24
* st/nine: Better check shader constant limitsAxel Davy2015-08-211-9/+27
* st/nine: Remove NINED3DRS_ZBIASSCALEAxel Davy2015-08-213-23/+12
* st/nine: Implement special DOTPRODUCT3 behaviourAxel Davy2015-08-211-0/+4
* st/nine: Implement ff vertex data passthroughAxel Davy2015-08-211-7/+61
* st/nine: Change nine_state_update orderAxel Davy2015-08-211-63/+76
* st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy2015-08-217-8/+74
* st/nine: Complete ff texture transform implementationAxel Davy2015-08-213-70/+174
* st/nine: Change a few advertised capsAxel Davy2015-08-211-15/+11
* st/nine: Advertise Fog flagsAxel Davy2015-08-211-6/+6
* st/nine: Revert to userbuf path when neededAxel Davy2015-08-211-0/+11
* st/nine: Finish Fog implementationAxel Davy2015-08-218-26/+147