summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-09-26r300g: add tx depth support in register.Dave Airlie
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
2009-09-26r300g: add missing break in OQ emitDave Airlie
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie
2009-09-26r300g: add z16 unorm texture formatDave Airlie
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie
2009-09-25st/xorg: Re-enable accelerated fills and copies.Michel Dänzer
2009-09-25st/xorg: Flush render cache if but only if a source has pending write operati...Michel Dänzer
2009-09-25st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer
2009-09-25st/xorg: Make sure struct is fully initialized.Michel Dänzer
2009-09-25st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer
2009-09-25st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer
2009-09-25st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer
2009-09-25st/xorg: Bind rasterizer state for copies.Michel Dänzer
2009-09-25st/xorg: Source-only pictures always have format PICT_a8r8g8b8.Michel Dänzer
2009-09-25st/xorg: Better checks for unsupported component alpha pictures.Michel Dänzer
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol
2009-09-25softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol
2009-09-25nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller
2009-09-25nv50: actually enable view volume clippingChristoph Bumiller
2009-09-25nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller
2009-09-25nv50: fix CEIL and TRUNCChristoph Bumiller
2009-09-25nv50: implement BGNLOOP, BRK, ENDLOOPChristoph Bumiller
2009-09-25nv50: implement IF, ELSE, ENDIF opcodesChristoph Bumiller
2009-09-25r300g: add texture format for xvmcCooper Yuan
2009-09-24st/xorg: start working on the Xv acceleration codeZack Rusin
2009-09-24st/xorg: fills are supported plussome minor clenupsZack Rusin
2009-09-24st/xorg: add easier way of disabling/enabling accelerationZack Rusin
2009-09-24llvmpipe: add missing __FUNCTION__ parameter to debug_printf() callsBrian Paul
2009-09-24llvmpipe: increase max 3D texture size to 256Brian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24gallium/trace: casts to silence warningsBrian Paul
2009-09-24tgsi/sse: remove old commentsBrian Paul
2009-09-24tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul
2009-09-24tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul
2009-09-24trace: fix printf warningsKeith Whitwell
2009-09-24softpipe: fix compiler warningsKeith Whitwell
2009-09-24pipebuffer: fix printf warningsKeith Whitwell
2009-09-24pipebuffer: fix warningsKeith Whitwell
2009-09-24draw: fix warningKeith Whitwell
2009-09-24softpipe: Use portable INLINE macro.José Fonseca
2009-09-24softpipe: Update SConscript.José Fonseca
2009-09-24gdi: Update for WGL state tracker interface changes.José Fonseca
2009-09-24wgl: DWM integration.José Fonseca
2009-09-23llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul
2009-09-23softpipe: replace macros with inline functionsBrian Paul