summaryrefslogtreecommitdiff
path: root/src/xvmc
AgeCommit message (Expand)AuthorFilesLines
2013-07-28uxa: Clear up the common intel directoryChris Wilson162-48568/+0
2013-02-06xvmc: Add the complementary XCB_CFLAGSChris Wilson1-1/+2
2013-02-06configure.ac: Split out XCB libraries from `XVMCLIB` into `XCB`Paul Menzel1-1/+1
2013-02-04build: Make generation of gen code depend on intel-gen4asmDamien Lespiau2-2/+2
2013-02-04build: Use $(AM_V_GEN) to silence the assembly of gen programsDamien Lespiau2-2/+2
2012-11-09xvmc: Use DRMINTEL_LIBS instead of hardcoding -ldrm_intelChris Wilson1-1/+1
2012-10-07Use path for intel-gen4asm derived from pkg-configChris Wilson2-2/+2
2012-10-05Fix out-of-tree builds with intel-gen4asm installedJosh Triplett1-1/+1
2011-10-29Use malloc/calloc/realloc/free directlyJeremy Huddleston3-3/+3
2011-09-18Remove useless assertionPaulo Zanoni1-1/+0
2011-02-17Fix IGD and IGDNG constants to be comprehensibleAdam Jackson1-2/+2
2011-01-31xvmc: Stop using uninitialized variable.Cyril Brulebois1-3/+1
2011-01-31xvmc: Silence gcc, adding a cast to work around signedness issues.Cyril Brulebois1-2/+2
2011-01-31xvmc: Silence gcc, add parentheses around arithmetic.Cyril Brulebois1-1/+1
2011-01-31xvmc: Silence gcc, add parentheses around assignment.Cyril Brulebois1-1/+1
2011-01-31xvmc: Get rid of unused variables.Cyril Brulebois4-18/+1
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner1-1/+3
2010-07-24simplify Makefile as per-target compilation flags are not neededGaetan Nadon1-1/+2
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson4-4/+4
2010-06-25i810: Move into a legacy directory.Chris Wilson5-4886/+5
2010-05-11xvmc: Build fix with -pedanticChris Wilson2-2/+2
2010-04-19Fix "make dist"Daniel Vetter1-2/+0
2010-04-08libXvMC: rip out debug stuffDaniel Vetter3-24/+0
2010-04-08libXvMC: unify CreateSurfaceDaniel Vetter5-96/+31
2010-04-08libXvMC i915: kill unused context private fieldsDaniel Vetter2-15/+0
2010-04-08libXvMC: derive driver context from struct intel_xvmc_contextDaniel Vetter6-109/+48
2010-04-08libXvMC: unify DestroySurfaceDaniel Vetter5-43/+3
2010-04-08libXvMC: drop get_surface_status driver callbackDaniel Vetter5-63/+3
2010-04-08libXvMC i915: s/i915XvMCSurface/struct intel_xvmc_surface/Daniel Vetter2-46/+38
2010-04-08libXvMC i915: rip out unneeded surface fieldsDaniel Vetter2-51/+24
2010-04-08libXvMC: unify PutSurfaceDaniel Vetter5-71/+3
2010-04-08libXvMC: move drm_intel_bo to common intel_xvmc_surfaceDaniel Vetter7-55/+48
2010-04-08libXvMC: derive driver surfaces from struct intel_xvmc_surfaceDaniel Vetter5-81/+19
2010-04-08XvMC: kill intel_xvmc_commandDaniel Vetter5-25/+11
2010-04-08XvMC: dynamically allocate adaptorDaniel Vetter1-6/+0
2010-04-08XvMC: move i965 specific stuff to common contextDaniel Vetter2-21/+21
2010-04-08XvMC: move i915 specific stuff to common contextDaniel Vetter3-13/+15
2010-04-08i965 XvMC: don't create any surface state in the ddxDaniel Vetter3-9/+26
2010-03-08i915 XvMC: fixup colorsDaniel Vetter1-2/+2
2010-03-04i915 XvMC: kill pinned surface buffer in the ddx codeDaniel Vetter1-15/+2
2010-03-04i915 XvMC: kill pinned per-context buffers in the ddx codeDaniel Vetter1-1/+0
2010-03-04i915 XvMC: don't stall the cpu anymoreDaniel Vetter1-3/+0
2010-03-04i915 XvMC: drop superflous MI_FLUSHDaniel Vetter2-32/+0
2010-03-04i915 XvMC: switch surfaces to drm_intel_boDaniel Vetter2-32/+72
2010-03-04i915 XvMC: switch corrdata buffer to drm_intel_boDaniel Vetter2-34/+20
2010-03-04i915 XvMC: switch msb to drm_intel_boDaniel Vetter2-53/+30
2010-03-04i915 XvMC: switch sis to drm_intel_boDaniel Vetter2-70/+68
2010-03-04i915 XvMC: switch load_indirect_render_emit to batchbuffer macrosDaniel Vetter1-49/+23
2010-03-04i915 XvMC: switch psc to drm_intel_boDaniel Vetter2-27/+17
2010-03-04i915 XvMC: switch psp to drm_intel_boDaniel Vetter2-26/+17