summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs2009-10-062-4/+10
* nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs2009-10-053-0/+12
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-2/+2
* nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller2009-09-251-4/+5
* nv50: actually enable view volume clippingChristoph Bumiller2009-09-251-1/+10
* nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller2009-09-251-1/+21
* nv50: fix CEIL and TRUNCChristoph Bumiller2009-09-251-4/+5
* nv50: implement BGNLOOP, BRK, ENDLOOPChristoph Bumiller2009-09-251-2/+75
* nv50: implement IF, ELSE, ENDIF opcodesChristoph Bumiller2009-09-251-42/+146
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* nv50: avoid excessive FIRE_RINGMaarten Maathuis2009-09-151-2/+3
* nv50: use flush_notify to reduce number of relocsMaarten Maathuis2009-09-153-0/+10
* nv50: fix stupid thinko in emit_setChristoph Bumiller2009-09-151-1/+3
* nv50: let programs use the whole param bufferChristoph Bumiller2009-09-152-43/+29
* nv50: add preliminary support for point spritesChristoph Bumiller2009-09-153-2/+58
* nv50: add support for point size per vertexChristoph Bumiller2009-09-152-0/+15
* nv50: add support for light-twosideChristoph Bumiller2009-09-152-0/+22
* nv50: proper linkage between VP and FPChristoph Bumiller2009-09-154-161/+298
* nv50: move allocation of pc regsChristoph Bumiller2009-09-151-155/+129
* nv50: nicer initialization of nv50_regsChristoph Bumiller2009-09-151-51/+42
* nv50: handle CEIL and TRUNC opcodesChristoph Bumiller2009-09-151-0/+16
* nv50: handle SEQ, SGT, SLE, SNE opcodesChristoph Bumiller2009-09-151-30/+61
* nv50: SIN and COS use src0.w for dst.wChristoph Bumiller2009-09-151-16/+20
* nv50: use broadcast TEMP reg in tx_insnChristoph Bumiller2009-09-151-60/+28
* nv50: add nv50_tgsi_insn to handle swizzles safelyChristoph Bumiller2009-09-151-19/+128
* nv50: add functions for swizzle resolutionChristoph Bumiller2009-09-151-30/+118
* nv50: extend insn src mask functionChristoph Bumiller2009-09-151-46/+72
* nv50: Fix m2mf positions.Marcin Kościelnicki2009-09-141-2/+2
* nv50: Fix tiling mode for lower mipmap levels.Marcin Kościelnicki2009-09-103-5/+8
* nv50: move centroid, flat bits when making interp longChristoph Bumiller2009-09-031-4/+4
* nv50: fix vbo_static_attrib method size errorChristoph Bumiller2009-09-031-3/+3
* nv50: fix draw_elements_inline_u08/16Christoph Bumiller2009-09-031-2/+2
* nv50: SWZ is the same as MOV from our perspectiveBen Skeggs2009-09-021-0/+1
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-316-30/+29
* nv50: set provoking vertex stateChristoph Bumiller2009-08-291-0/+2
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-203-1/+75
* nv50: set vertex buffer limitsChristoph Bumiller2009-08-201-2/+11
* nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller2009-08-201-39/+65
* nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-172-3/+3
* nv50: borrow some flushing code from the ddxMaarten Maathuis2009-08-171-3/+11
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-179-69/+85
* nv50: fix stencil stateChristoph Bumiller2009-08-171-6/+6
* nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis2009-08-151-1/+26
* nv50: align registers used with TEX to 4Christoph Bumiller2009-08-151-1/+2
* nv50: fix mipmap offsets and tilingChristoph Bumiller2009-08-143-17/+34
* nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller2009-08-141-4/+4
* nv50: make use of the y-origin switchChristoph Bumiller2009-08-142-25/+16
* nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller2009-08-141-1/+1
* nv50: support non-blocking query_result()Ben Skeggs2009-07-291-5/+5
* nv50: correct zeta formatsChristoph Bumiller2009-07-293-9/+20