summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2015-10-30st/va: add colospace conversion through Video Post ProcessingJulien Isorce4-52/+259
2015-10-30st/va: implement dmabuf import for VaCreateSurfaces2Julien Isorce1-1/+96
2015-10-30st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributesJulien Isorce3-52/+249
2015-10-30st/va: do not destroy old buffer when new one failedJulien Isorce1-6/+13
2015-10-30st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2-10/+55
2015-10-29clover: fix building fix clang-3.8Laurent Carlier1-1/+5
2015-10-27st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang1-0/+1
2015-10-27st/va: add VAAPI HEVC decode supportBoyuan Zhang4-1/+208
2015-10-26st/va: pass picture desc to begin and decodeJulien Isorce1-2/+2
2015-10-19st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-10-19st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das1-3/+5
2015-10-19st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das1-1/+1
2015-10-04st/dri: Use packed RGB formatsMichel Dänzer2-17/+17
2015-10-03st/dri: don't use _ctx in client_wait_syncMarek Olšák1-2/+5
2015-09-28state_trackers/hgl: Fix missing include pathAlexander von Gluck IV1-0/+1
2015-09-28clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin1-52/+8
2015-09-28clover: Implement CL1.2 clCreateImage().Serge Martin1-10/+91
2015-09-28clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez1-39/+40
2015-09-24st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.Thomas Hellstrom2-11/+29
2015-09-17st/xa: Use PIPE_FORMAT_R8_UNORM when availableThomas Hellstrom2-34/+34
2015-09-10clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman1-1/+1
2015-09-07xa: add xa_surface_from_handle2 v2Rob Clark2-11/+44
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák9-10/+11
2015-08-21st/nine: Always use user constant buffersKrzysztof Sobiecki1-1/+3
2015-08-21st/nine: Silent warning in nine_ffAxel Davy1-0/+2
2015-08-21st/nine: Silent warning in sm1_declusage_to_tgsiAxel Davy1-1/+1
2015-08-21st/nine: Silent warning in NineCubeTexture9_ctorAxel Davy1-1/+1
2015-08-21st/nine: Silent warning in update_vertex_bufferAxel Davy1-1/+0
2015-08-21st/nine: Catch setting the same shaderAxel Davy1-0/+6
2015-08-21st/nine: Avoid Constant upload when there is no changeAxel Davy1-0/+42
2015-08-21st/nine: Fix the number of texture stagesAxel Davy2-4/+6
2015-08-21st/nine: Use CSO cache for sampler viewsAxel Davy4-23/+5
2015-08-21st/nine: Calculate dummy sampler state only onceAxel Davy3-35/+24
2015-08-21st/nine: Better check shader constant limitsAxel Davy1-9/+27
2015-08-21st/nine: Remove NINED3DRS_ZBIASSCALEAxel Davy3-23/+12
2015-08-21st/nine: Implement special DOTPRODUCT3 behaviourAxel Davy1-0/+4
2015-08-21st/nine: Implement ff vertex data passthroughAxel Davy1-7/+61
2015-08-21st/nine: Change nine_state_update orderAxel Davy1-63/+76
2015-08-21st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy7-8/+74
2015-08-21st/nine: Complete ff texture transform implementationAxel Davy3-70/+174
2015-08-21st/nine: Change a few advertised capsAxel Davy1-15/+11
2015-08-21st/nine: Advertise Fog flagsAxel Davy1-6/+6
2015-08-21st/nine: Revert to userbuf path when neededAxel Davy1-0/+11
2015-08-21st/nine: Finish Fog implementationAxel Davy8-26/+147
2015-08-21st/nine: Rework shader statesAxel Davy6-115/+207
2015-08-21st/nine: Remove some useless variablesAxel Davy2-2/+0
2015-08-21st/nine: Fix nine_ff_ps_key paddingAxel Davy1-1/+3
2015-08-21st/nine: Begin programmable shader fog supportAxel Davy1-7/+42
2015-08-21st/nine: Fix fixed function fog supportAxel Davy1-34/+19
2015-08-21st/nine: Rework ff constant buffersAxel Davy4-87/+57