summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-16st/va: add support for H264vaapiChristian König1-2/+98
2013-08-16st/va: try to decode somethingChristian König1-1/+2
2013-08-16st/va: handle VAPictureParameterBufferMPEG2Christian König1-1/+50
2013-08-16st/va: handle VAIQMatrixBufferMPEG2Christian König1-1/+28
2013-08-16st/va: let vlVaSyncSurface suceedChristian König1-1/+1
2013-08-16st/va: implement vlVaPutSurfaceChristian König3-2/+60
2013-08-16st/va: implement vlVa(Begin|Render|End)PictureChristian König3-10/+88
2013-08-16st/va: implement vlVa(Create|Destroy)BufferChristian König2-7/+83
2013-08-16st/va: implement vlVa(Create|Destroy)ContextChristian König2-13/+72
2013-08-16st/va: implement vlVa(Create|Destroy)SurfacesChristian König3-3/+93
2013-08-16st/va: implement vlVa(Create|Destroy|Query)ConfigChristian König1-3/+26
2013-08-16st/va: implement vlVaGetConfigAttributesChristian König1-1/+19
2013-08-16st/va: implement vlVaQueryConfigEntrypointsChristian König2-0/+42
2013-08-16st/va: implement vlVaQueryConfigProfilesChristian König3-1/+50
2013-08-16st/va: skeleton VAAPI state trackerChristian König17-3/+1146
2013-08-16vl: add entrypoint to is_video_format_supportedChristian König12-16/+29
2013-08-16vl: add entrypoint to get_video_paramChristian König24-23/+58
2013-08-16vl: rename pipe_video_decoder to pipe_video_codecChristian König40-140/+140
2013-08-16vl: rename enum pipe_video_codec to pipe_video_formatChristian König24-116/+116
2013-08-16vl: use a template for create_video_decoderChristian König21-252/+125
2013-08-16nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin12-12/+927
2013-08-16nv50: separate video logic from noallocIlia Mirkin3-3/+6
2013-08-16nv30: remove no-longer-used formats from tableIlia Mirkin1-3/+0
2013-08-15mesa: Update the BGRA vertex array error handlingFredrik Höglund1-1/+19
2013-08-15i965/fs: Fix Sandybridge regressions from SEL optimization.Kenneth Graunke1-4/+13
2013-08-15i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke1-0/+9
2013-08-15mesa/vbo: Fix handling of attribute 0 in non-compatibilty contextsIan Romanick1-23/+59
2013-08-15draw: handle nan clipdistanceZack Rusin5-4/+48
2013-08-15i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2-0/+2
2013-08-15gallivm: revert accidentally commited hunkRoland Scheidegger1-12/+1
2013-08-15gallivm: do per-sample depth comparison instead of doing it post-filterRoland Scheidegger2-106/+195
2013-08-15radeonsi: Pixel shaders pre-load one more SGPRMichel Dänzer1-2/+3
2013-08-15radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parametersMichel Dänzer1-0/+1
2013-08-15radeonsi: Don't export unused clip distance vectors from vertex shaderMichel Dänzer3-1/+14
2013-08-15radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer3-59/+83
2013-08-15llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger1-14/+13
2013-08-15st/mesa: use new float comparison opcodes if native integers are supportedRoland Scheidegger1-34/+26
2013-08-15nvc0: move video param and format support functions to nouveauIlia Mirkin5-70/+76
2013-08-15nvc0: move firmware loading functions to nouveauIlia Mirkin3-90/+108
2013-08-15nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin3-62/+69
2013-08-15nvc0: move vp param filling logic into nouveauIlia Mirkin6-476/+499
2013-08-15nvc0: move bsp param-filling logic into nouveauIlia Mirkin4-276/+324
2013-08-15nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin6-224/+227
2013-08-15nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin5-8/+8
2013-08-15nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin8-175/+243
2013-08-15nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin2-2/+4
2013-08-15nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin3-15/+15
2013-08-15nouveau: set buffer format of video bufferIlia Mirkin1-0/+1
2013-08-15nouveau: fix number of surfaces in video buffer, use definesIlia Mirkin1-4/+4
2013-08-15nv30: U8_USCALED only works for size 4Ilia Mirkin1-3/+0