summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-20/+8
* nv50: handle PIPE_TEX_FILTER_ANISO caseChristoph Bumiller2009-10-222-15/+13
* nv50: support 3D class 0x8597, remove redundant unknown chipset detectionBen Skeggs2009-10-221-7/+10
* nv50: add support for address regsChristoph Bumiller2009-10-192-13/+175
* nv50: cleanup emit_kilChristoph Bumiller2009-10-191-11/+7
* nv50: implement TGSI_OPCODE_CMPChristoph Bumiller2009-10-191-2/+16
* nv50: quick fix for insn src negationChristoph Bumiller2009-10-191-2/+23
* nv50: add support for DDX and DDY opcodesChristoph Bumiller2009-10-191-14/+56
* nv50: submit user vbo data through the fifoChristoph Bumiller2009-10-192-18/+394
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-196-52/+77
* nv50: nicer texture format switchChristoph Bumiller2009-10-191-95/+49
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-192-25/+3
* drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs2009-10-192-6/+8
* 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