summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2009-09-27g3dvl: Implement XvMC using pipe_video_context.Younes Manton4-6/+407
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton22-3/+3559
2009-09-27util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton1-0/+20
2009-09-27r300g: fix erroneous conditionMaciej Cencora1-1/+1
2009-09-27r300g: don't force vertex position for HW TCL pathMaciej Cencora1-1/+3
2009-09-27r300g: add some assertionsMaciej Cencora1-0/+3
2009-09-27r300g: plug memory leakMaciej Cencora1-1/+1
2009-09-27r300g: add some debugging infoMaciej Cencora1-10/+20
2009-09-28r300g: fix r300 rs pathDave Airlie1-2/+2
2009-09-28r300g: rewrite RS state setup.Dave Airlie1-24/+13
2009-09-28r300g: silence compiler warningDave Airlie1-1/+1
2009-09-27i915g: Submit direct vertex buffersJakob Bornecrantz1-2/+31
2009-09-27i915g: Fix warningJakob Bornecrantz1-1/+1
2009-09-27i915g: Tile shared buffers as wellJakob Bornecrantz1-0/+47
2009-09-27i915g: Make sure to map tiled buffers via the gttJakob Bornecrantz2-1/+12
2009-09-27i915g: Use booleanJakob Bornecrantz1-1/+1
2009-09-27i915g: Enable reuse of buffersJakob Bornecrantz1-0/+1
2009-09-27st/egl: Remove buffer from screenJakob Bornecrantz2-5/+3
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton2-4/+9
2009-09-26r300g: add tx depth support in register.Dave Airlie2-0/+8
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie1-15/+12
2009-09-26r300g: add missing break in OQ emitDave Airlie1-0/+1
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca3-0/+15
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie1-4/+2
2009-09-26r300g: add z16 unorm texture formatDave Airlie1-0/+2
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie1-1/+1
2009-09-25st/xorg: Re-enable accelerated fills and copies.Michel Dänzer1-1/+1
2009-09-25st/xorg: Flush render cache if but only if a source has pending write operati...Michel Dänzer1-1/+9
2009-09-25st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer1-0/+10
2009-09-25st/xorg: Make sure struct is fully initialized.Michel Dänzer1-1/+1
2009-09-25st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer1-2/+2
2009-09-25st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer1-2/+28
2009-09-25st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer1-1/+1
2009-09-25st/xorg: Bind rasterizer state for copies.Michel Dänzer1-0/+2
2009-09-25st/xorg: Source-only pictures always have format PICT_a8r8g8b8.Michel Dänzer1-21/+3
2009-09-25st/xorg: Better checks for unsupported component alpha pictures.Michel Dänzer1-12/+7
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol1-1/+1
2009-09-25softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol1-0/+3
2009-09-25nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller1-4/+5
2009-09-25nv50: actually enable view volume clippingChristoph Bumiller1-1/+10
2009-09-25nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller1-1/+21
2009-09-25nv50: fix CEIL and TRUNCChristoph Bumiller1-4/+5
2009-09-25nv50: implement BGNLOOP, BRK, ENDLOOPChristoph Bumiller1-2/+75
2009-09-25nv50: implement IF, ELSE, ENDIF opcodesChristoph Bumiller1-42/+146
2009-09-25r300g: add texture format for xvmcCooper Yuan1-0/+3
2009-09-24st/xorg: start working on the Xv acceleration codeZack Rusin2-0/+218
2009-09-24st/xorg: fills are supported plussome minor clenupsZack Rusin2-11/+7
2009-09-24st/xorg: add easier way of disabling/enabling accelerationZack Rusin2-10/+18
2009-09-24llvmpipe: add missing __FUNCTION__ parameter to debug_printf() callsBrian Paul1-4/+8
2009-09-24llvmpipe: increase max 3D texture size to 256Brian Paul1-1/+1