summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)Author
2009-10-06nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs
2009-10-05nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
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-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-15nv50: avoid excessive FIRE_RINGMaarten Maathuis
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis
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-10nv50: Fix tiling mode for lower mipmap levels.Marcin Kościelnicki
2009-09-03nv50: move centroid, flat bits when making interp longChristoph Bumiller
2009-09-03nv50: fix vbo_static_attrib method size errorChristoph Bumiller
2009-09-03nv50: fix draw_elements_inline_u08/16Christoph Bumiller
2009-09-02nv50: SWZ is the same as MOV from our perspectiveBen Skeggs
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs
2009-08-29nv50: set provoking vertex stateChristoph Bumiller
2009-08-20nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller
2009-08-20nv50: set vertex buffer limitsChristoph Bumiller
2009-08-20nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-08-17nv50: fix stencil stateChristoph Bumiller
2009-08-15nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis
2009-08-15nv50: align registers used with TEX to 4Christoph Bumiller
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller
2009-08-14nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller
2009-08-14nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller
2009-07-29nv50: support non-blocking query_result()Ben Skeggs
2009-07-29nv50: correct zeta formatsChristoph Bumiller