summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: set sample mask to ~0Marek Olšák2012-08-042-0/+20
* gallium/u_blit: bail out if src is a multisample textureMarek Olšák2012-08-041-0/+6
* gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák2012-08-041-1/+2
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-044-1/+23
* r600g: fix F2U opcode translationDave Airlie2012-08-041-1/+1
* draw: Ensure channel in convert_to_soa is initialized.Vinson Lee2012-08-031-1/+1
* u_blitter: Move a pointer dereference after null check.Vinson Lee2012-08-031-2/+3
* Use C99 NAN and INFINITY macrosMatt Turner2012-08-031-10/+3
* gallium/tests/trivial: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* st/xorg: updates for CSO interface changesBrian Paul2012-08-032-7/+9
* st/xa: updates for CSO interface changesBrian Paul2012-08-034-9/+9
* vega: fix build breakage from cso sampler/view changesBrian Paul2012-08-031-17/+17
* cso: remove unreachable break statementsBrian Paul2012-08-031-5/+0
* cso: 80-column wrapping, remove trailing whitespace, etcBrian Paul2012-08-031-33/+54
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-037-254/+150
* radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard2012-08-021-1/+1
* radeon/llvm: Add support for more f32 CMP instructions on SITom Stellard2012-08-021-5/+15
* radeon/llvm: Add support for fneg on SITom Stellard2012-08-022-0/+16
* radeon/llvm: Add support for fp_to_sint on SITom Stellard2012-08-021-1/+3
* radeon/llvm: Remove CMOVLOG DAG nodeTom Stellard2012-08-026-75/+9
* radeonsi: Properly initialize si_shader_ctx.radeon_bldTom Stellard2012-08-021-0/+1
* radeonsi: Handle TGSI TXP opcode.Michel Dänzer2012-08-021-2/+24
* radeonsi: Handle TGSI DIV opcode.Michel Dänzer2012-08-021-0/+5
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* svga: sort #includesBrian Paul2012-08-021-4/+4
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2012-08-022-2/+0
* radeonsi: initial VDPAU targetChristian König2012-08-022-0/+54
* radeon/llvm: fix fp immediates on SIChristian König2012-08-021-7/+20
* radeonsi: fix TEX writemaskChristian König2012-08-021-2/+2
* radeonsi: fix shader param and color countChristian König2012-08-021-5/+6
* radeonsi: fix texture loads from sampler > 0Christian König2012-08-021-2/+2
* radeonsi: disable tiling until we fixed all bugsChristian König2012-08-021-0/+2
* scons: Add support for Intel Compiler.Vinson Lee2012-08-011-1/+1
* nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller2012-08-013-12/+25
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-015-33/+49
* radeon/llvm: fix calculation of max register numberChristian König2012-08-011-1/+1
* radeon/llvm: Add pseudo-support for 64-bit immediate types on SITom Stellard2012-07-312-0/+23
* radeon/llvm: Fix incorrect return value in SelectADDRReg()Tom Stellard2012-07-311-1/+1
* radeon/llvm: Move SMRD IMM pattern before SMRD SGPR patternTom Stellard2012-07-311-7/+6
* gallium/util: Use GCC built-in functions for NaN and infinity.Vinson Lee2012-07-301-0/+5
* radeon/llvm: Cleanup AMDIL.hTom Stellard2012-07-304-91/+26
* radeon/llvm: Rename all AMDIL* classes to AMDGPU*Tom Stellard2012-07-3030-496/+496
* radeon/llvm: Merge AMDILSubtarget into AMDGPUSubtargetTom Stellard2012-07-3025-324/+156
* radeon/llvm: Merge AMDILTargetLowering class into AMDGPUTargetLoweringTom Stellard2012-07-3011-241/+144
* radeon/llvm: Remove IL_cmp DAG nodeTom Stellard2012-07-304-502/+2
* radeon/llvm: Cleanup and reorganize AMDIL .td filesTom Stellard2012-07-3013-2303/+335
* radeon/llvm: Remove lowering code for unsupported featuresTom Stellard2012-07-308-805/+50
* radeon/llvm: Remove AMDILVersion.tdTom Stellard2012-07-302-59/+0