summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-09-19llvmpipe: Respect input interpolators for the shader.Michal Krol
2009-09-18softpipe: Fix cube face selection.Michal Krol
2009-09-17softpipe: Respect input interpolators for the shader.Michal Krol
2009-09-16llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-16softpipe: Do not advertise Z32_UNORM as a supported format.Michal Krol
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca
2009-09-15nv50: avoid excessive FIRE_RINGMaarten Maathuis
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-15nv50: fix stupid thinko in emit_setChristoph Bumiller
2009-09-15nv50: let programs use the whole param bufferChristoph Bumiller
2009-09-15nv50: add preliminary support for point spritesChristoph Bumiller
2009-09-15nv50: add support for point size per vertexChristoph Bumiller
2009-09-15nv50: add support for light-twosideChristoph Bumiller
2009-09-15nv50: proper linkage between VP and FPChristoph Bumiller
2009-09-15nv50: move allocation of pc regsChristoph Bumiller
2009-09-15nv50: nicer initialization of nv50_regsChristoph Bumiller
2009-09-15nv50: handle CEIL and TRUNC opcodesChristoph Bumiller
2009-09-15nv50: handle SEQ, SGT, SLE, SNE opcodesChristoph Bumiller
2009-09-15nv50: SIN and COS use src0.w for dst.wChristoph Bumiller
2009-09-15nv50: use broadcast TEMP reg in tx_insnChristoph Bumiller
2009-09-15nv50: add nv50_tgsi_insn to handle swizzles safelyChristoph Bumiller
2009-09-15nv50: add functions for swizzle resolutionChristoph Bumiller
2009-09-15nv50: extend insn src mask functionChristoph Bumiller
2009-09-14nv50: Fix m2mf positions.Marcin Kościelnicki
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
2009-09-13llvmpipe: Compute derivatives.José Fonseca
2009-09-13llvmpipe: Remove dead references to pipe_winsys.José Fonseca
2009-09-13llvmpipe: Use const keyword for input array arguments.José Fonseca
2009-09-13llvmpipe: Delay storing into the dst register to prevent clobbering the src r...José Fonseca
2009-09-13llvmpipe: Translate more TGSI opcodes.José Fonseca
2009-09-13llvmpipe: Add a few more common arithmetic functions.José Fonseca
2009-09-13llvmpipe: Rename function to free up lp_build_trunc to the usual arithmetic m...José Fonseca
2009-09-13r300g: delete unused flag due to commit: 09b566e1610Cooper Yuan
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle
2009-09-11llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul
2009-09-11r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan
2009-09-11llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-09-10softpipe: remove unused #includes, move commentBrian Paul
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul
2009-09-10softpipe: remove unneeded #includesBrian Paul
2009-09-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-10softpipe: minor indentation fixBrian Paul
2009-09-10softpipe: set dirty_render_cache in softpipe_clear()Brian Paul
2009-09-10nv50: Fix tiling mode for lower mipmap levels.Marcin Kościelnicki
2009-09-10llvmpipe: Fix alpha test.José Fonseca