summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50: use new 2D surface format namesChristoph Bumiller2009-07-291-4/+4
* nv50: support more vtxelt formatsChristoph Bumiller2009-07-291-24/+56
* nv50: should use uint32_t ptr in draw_elements_inline_u32Christoph Bumiller2009-07-291-1/+1
* nv50: TIC/TSC fixes and additionsChristoph Bumiller2009-07-293-34/+60
* nv50: fix sx/dx typo in transfer_rect_m2mfChristoph Bumiller2009-07-291-2/+2
* nv50: fix viewport transformChristoph Bumiller2009-07-291-11/+20
* nv50: use correct scissor regChristoph Bumiller2009-07-292-7/+20
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-4/+4
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2