summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0/ir: TXQ requires different lowering from normal TEXChristoph Bumiller2011-10-211-1/+10
* nv50/ir: initialize default prog_info values for GP,TPChristoph Bumiller2011-10-211-0/+10
* nv50/ir: fix memory value equality checkChristoph Bumiller2011-10-211-1/+1
* nv50/ir: fix leak in removal of graph rootChristoph Bumiller2011-10-211-5/+5
* d3d1x: fix/improve OMSetRenderTargetsChristoph Bumiller2011-10-211-19/+26
* d3d1x: avoid translating invalid blend, depth or stencil stateChristoph Bumiller2011-10-212-32/+56
* d3d1x: add support for buffer viewsChristoph Bumiller2011-10-211-0/+6
* d3d1x: improve CreateInputLayoutChristoph Bumiller2011-10-211-13/+50
* d3d1x/context: fix IASetVertexBuffers stride comparisonChristoph Bumiller2011-10-211-1/+1
* d3d1x: use ZS formats for TYPELESS resources with DS bindingChristoph Bumiller2011-10-211-0/+10
* d3d1x: use resource format if view format is UNKNOWNChristoph Bumiller2011-10-211-6/+9
* d3d1x: fix shadow comparison to gallium enum off by oneChristoph Bumiller2011-10-211-1/+1
* d3d1x: improve CheckFormatSupportChristoph Bumiller2011-10-211-18/+48
* d3d1x: update format mapping tableChristoph Bumiller2011-10-212-37/+55
* d3d1x: fix translation of subresource to layerChristoph Bumiller2011-10-211-16/+15
* d3d1x: fix initial data upload for 3D texturesChristoph Bumiller2011-10-211-1/+1
* d3d1x: MipLevels -1 in resource view desc means allChristoph Bumiller2011-10-211-1/+5
* d3d1x/dxgi: fix initialization of pipe_box for Present copyChristoph Bumiller2011-10-211-2/+2
* d3d1x: implement array texturesChristoph Bumiller2011-10-213-18/+70
* nvc0/ir: handle levelZero modifier in TEX emissionChristoph Bumiller2011-10-211-1/+9
* nvc0/ir: fix lowering of DIV F32Christoph Bumiller2011-10-211-0/+1
* d3d1x: fix refcounting of GalliumD3D11DeviceChild objectsChristoph Bumiller2011-10-211-2/+6
* nvc0/ir: fix xy confusion typo in readTessCoordChristoph Bumiller2011-10-211-1/+1
* d3d1x/sm4: save CUSTOMDATAChristoph Bumiller2011-10-211-0/+11
* d3d1x: add FORK/JOIN phase opcodes to declarationsChristoph Bumiller2011-10-211-0/+9
* d3d1x: add shader signature to sm4_programChristoph Bumiller2011-10-215-7/+52
* d3d1x: attempt to detect D3D10 feature levelChristoph Bumiller2011-10-211-13/+31
* d3d1x: switch to TGSI SAMPLE opcodesChristoph Bumiller2011-10-216-222/+61
* r600g: cleanup r600_reset_blittable_to_compressedMarek Olšák2011-10-211-6/+3
* Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIANAlan Coopersmith2011-10-201-0/+9
* r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák2011-10-204-30/+22
* d3d1x: make use of new query typesChristoph Bumiller2011-10-202-17/+18
* softpipe: implement/fix TIMESTAMP queriesChristoph Bumiller2011-10-201-3/+8
* gallium: add new query types and missing documentationChristoph Bumiller2011-10-202-14/+68
* winsys/svga: Remove some unneeded debug codeThomas Hellstrom2011-10-191-16/+0
* softpipe: remove unused vars in softpipe_clear()Brian Paul2011-10-181-3/+0
* svga: Plug a fence leakThomas Hellstrom2011-10-181-3/+3
* i915g: Use the right shader limits.Stéphane Marchesin2011-10-173-5/+9
* i915g: Add TODO.Stéphane Marchesin2011-10-171-0/+2
* r600g: Use the bitfield define matching the register it is used for.Mathias Fröhlich2011-10-181-2/+2
* st/xorg: fix build when /lib/gallium directory does not exist yetMarcin Slusarz2011-10-171-1/+1
* targets/va/vdpau/xvmc: don't rebuild target lib every timeMarcin Slusarz2011-10-173-3/+3
* st/xorg: remove target library on make cleanMarcin Slusarz2011-10-171-1/+1
* gallium/targets: use c++ compiler for linkingMarcin Slusarz2011-10-179-25/+63
* r300/compiler: Try to eliminate REPL_ALPHA instructionsTom Stellard2011-10-161-33/+57
* r300/compiler: More agressive RGB to Alpha conversionsTom Stellard2011-10-161-8/+10
* r300/compiler: Only convert RGB->Alpha when optimizations are enabledTom Stellard2011-10-162-1/+8
* gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.José Fonseca2011-10-161-11/+3
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-162-5/+11
* Revert "r300g: fix rendering with a non-zero index bias in draw_elements_imme...Marek Olšák2011-10-161-3/+1