summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-15st/g3dvl: pass color values to softpipe clear functionCooper Yuan
2009-09-15xvmc: Generate new resource ID in _XIDHandler, otherwise it's invalid.Cooper Yuan
2009-09-14st/xorg: add some debugging helpersZack Rusin
2009-09-14r600: add span support for 1D tilesAlex Deucher
2009-09-14r600: fix warningAlex Deucher
2009-09-14st/mesa: minor whitespace, comment clean-upsBrian Paul
2009-09-14st/xorg: fix ureg_DECL_constant() parametersBrian Paul
2009-09-14gallium: Add pipe_transfer_map/unmap inlines.José Fonseca
2009-09-14util: Add _BitScanForward intrinsic's declaration.José Fonseca
2009-09-14intel: minor code clean-upsBrian Paul
2009-09-14intel: fix renderbuffer map/unmap regressionBrian Paul
2009-09-14intel: remove unneeded driver function assignmentsBrian Paul
2009-09-14mesa/st: remove dead commentKeith Whitwell
2009-09-14st/mesa: convert to new tgsi_ureg mechanism for shader emitKeith Whitwell
2009-09-14nv50: Fix m2mf positions.Marcin Kościelnicki
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
2009-09-14util: Fix a1r5g5b5's format description.José Fonseca
2009-09-14g3dvl: update tgsi_opcode in order to build g3dvl libraryCooper Yuan
2009-09-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell
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-12tgsi: implement saturationKeith Whitwell
2009-09-12tgsi: add missing implementation of constant decl changeKeith Whitwell
2009-09-13r300g: delete unused flag due to commit: 09b566e1610Cooper Yuan
2009-09-12ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell
2009-09-12ureg: add generic emitters for tex and branch instructionsKeith Whitwell
2009-09-12tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell
2009-09-12mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell
2009-09-12tgsi: free tokens on errorKeith Whitwell
2009-09-12tgsi: sanity check ureg programsKeith Whitwell
2009-09-12tgsi: add const qualifierKeith Whitwell
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt
2009-09-11r600: fix texcoords from constantsAndre Maasikas
2009-09-11Revert "r600: support tex coords from constants"Alex Deucher
2009-09-11r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan
2009-09-11r600: support tex coords from constantsAlex Deucher
2009-09-11r600: enable caching of vertex programsAndre Maasikas
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-10i965: Enable loops in the VS.Eric Anholt