summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-10-21nvc0: add support for linear and buffer textures and RTsChristoph Bumiller8-82/+213
2011-10-21nvc0: add support for clip distance shader outputsChristoph Bumiller6-16/+88
2011-10-21nvc0: handle more query typesChristoph Bumiller3-49/+204
2011-10-21nvc0: fix location of the PrimitiveID outputChristoph Bumiller1-4/+6
2011-10-21nvc0: prevent VERTEXID/INSTANCEID from consuming input slotsChristoph Bumiller1-3/+15
2011-10-21nvc0: fixes for program tessellation parametersChristoph Bumiller2-17/+47
2011-10-21nv50,nvc0: reset per-instance state for inactive vertex elementsChristoph Bumiller2-0/+6
2011-10-21nv50,nvc0: reset base element in draw_arraysChristoph Bumiller2-0/+11
2011-10-21nvc0: apply first_layer offset to all resources with array_sizeChristoph Bumiller1-3/+1
2011-10-21nvc0: emit state to allow GP to select the RT layerChristoph Bumiller1-1/+4
2011-10-21nvc0: validate GP samplers, texturesChristoph Bumiller1-0/+2
2011-10-21nvc0: fix clear_render_target/depth_stencil regionChristoph Bumiller1-19/+21
2011-10-21nvc0: fix assertion that immediate array buffer fitsChristoph Bumiller1-1/+1
2011-10-21nv50/ir: use RDSV to fetch FrontFacing before loweringChristoph Bumiller4-13/+33
2011-10-21nv50/ir: fix textureGrad with offsets and in non-FPsChristoph Bumiller4-3/+14
2011-10-21nv50/ir: add wrap mode for shift operationsChristoph Bumiller3-2/+5
2011-10-21nv50/ir: initialize RelocInfo to 0Christoph Bumiller1-0/+2
2011-10-21nvc0/ir: fix emission of cvt when register and type size differChristoph Bumiller1-2/+3
2011-10-21nv50/ir: fix argument count for CUBE_ARRAY texture targetChristoph Bumiller2-4/+4
2011-10-21nvc0/ir: GP emit address must end up in $r0Christoph Bumiller1-0/+4
2011-10-21nvc0/ir: TXQ requires different lowering from normal TEXChristoph Bumiller1-1/+10
2011-10-21nv50/ir: initialize default prog_info values for GP,TPChristoph Bumiller1-0/+10
2011-10-21nv50/ir: fix memory value equality checkChristoph Bumiller1-1/+1
2011-10-21nv50/ir: fix leak in removal of graph rootChristoph Bumiller1-5/+5
2011-10-21nvc0/ir: handle levelZero modifier in TEX emissionChristoph Bumiller1-1/+9
2011-10-21nvc0/ir: fix lowering of DIV F32Christoph Bumiller1-0/+1
2011-10-21nvc0/ir: fix xy confusion typo in readTessCoordChristoph Bumiller1-1/+1
2011-10-21r600g: cleanup r600_reset_blittable_to_compressedMarek Olšák1-6/+3
2011-10-20r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák4-30/+22
2011-10-20softpipe: implement/fix TIMESTAMP queriesChristoph Bumiller1-3/+8
2011-10-18softpipe: remove unused vars in softpipe_clear()Brian Paul1-3/+0
2011-10-18svga: Plug a fence leakThomas Hellstrom1-3/+3
2011-10-17i915g: Use the right shader limits.Stéphane Marchesin3-5/+9
2011-10-17i915g: Add TODO.Stéphane Marchesin1-0/+2
2011-10-18r600g: Use the bitfield define matching the register it is used for.Mathias Fröhlich1-2/+2
2011-10-16r300/compiler: Try to eliminate REPL_ALPHA instructionsTom Stellard1-33/+57
2011-10-16r300/compiler: More agressive RGB to Alpha conversionsTom Stellard1-8/+10
2011-10-16r300/compiler: Only convert RGB->Alpha when optimizations are enabledTom Stellard2-1/+8
2011-10-16llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca1-0/+10
2011-10-16Revert "r300g: fix rendering with a non-zero index bias in draw_elements_imme...Marek Olšák1-3/+1
2011-10-15nv50,nvc0: extend formats table for integer formatsChristoph Bumiller4-1135/+731
2011-10-14r300/compiler: Enable reg rename pass on r500 and run it before optimizationsTom Stellard1-4/+1
2011-10-14r300/compiler: Implement the texture semaphoreTom Stellard6-49/+308
2011-10-14r300/compiler: Don't pair output writes with GPR writes in the schedulerTom Stellard1-0/+7
2011-10-14r300/compiler: Prevent regalloc from creating non-native swizzlesTom Stellard1-16/+63
2011-10-14r300/compiler: Allow merged instructions to be scheduled on demandTom Stellard1-50/+99
2011-10-14r300g: set max vertex samplers to 0 on swtcl chipsetsMarek Olšák1-3/+8
2011-10-12softpipe: fix regression with tex tile cache since integer support.Dave Airlie1-2/+3
2011-10-11nv50: don't crash on TXD opcodeMarcin Slusarz1-0/+2
2011-10-11svga: remove old, unused sincos code for SM2.0Brian Paul2-51/+0