summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez43-1/+8002
2012-05-11gallium/tests/trivial: Import compute unit tests.Francisco Jerez2-1/+1594
2012-05-11gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez12-574/+51
2012-05-11gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez3-36/+39
2012-05-11gallium: Add "pipe-loader" target.Francisco Jerez7-0/+315
2012-05-11gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez8-0/+666
2012-05-11gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez1-17/+3
2012-05-11gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez1-18/+48
2012-05-11gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez1-22/+8
2012-05-11gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez1-10/+9
2012-05-11st/mesa: Use local temporary registers.Francisco Jerez1-4/+4
2012-05-11gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2-6/+60
2012-05-11gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez1-27/+22
2012-05-11gallium/util: Define util_strchrnul.Francisco Jerez1-6/+18
2012-05-11gallium/compute: Drop TGSI dependency.Francisco Jerez3-2/+13
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez5-27/+54
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez3-2/+188
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez3-1/+59
2012-05-11gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2-2/+10
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez8-4/+45
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez5-4/+40
2012-05-11gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez5-6/+6
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez5-4/+9
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez19-74/+141
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez5-1/+58
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez17-183/+303
2012-05-11gallium: Basic compute interface.Francisco Jerez7-2/+185
2012-05-11radeonsi: Properly translate vertex format swizzle.Michel Dänzer3-23/+23
2012-05-10radeon/llvm: Remove AMDILMCCodeEmitter.cppTom Stellard2-158/+0
2012-05-10radeon/llvm: Remove SILowerShaderInstructions.cppTom Stellard4-81/+0
2012-05-10radeonsi/llvm: Move lowering of RETURN to ConvertToISA passTom Stellard2-11/+2
2012-05-10radeon/llvm: Add some commentsTom Stellard64-422/+393
2012-05-10radeon/llvm: Move util functions into AMDGPU namespaceTom Stellard3-39/+37
2012-05-10i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.hPaul Berry5-5/+5
2012-05-10i965/hiz: Convert gen{6,7}_hiz.c to C++Paul Berry3-3/+3
2012-05-10i965/hiz: Make void pointer type casts explicitPaul Berry1-5/+7
2012-05-10intel: Work around differences between C and C++ scoping rules.Paul Berry2-25/+29
2012-05-10intel: Add extern "C" declarations to headersPaul Berry11-1/+82
2012-05-10radeon/llvm: Auto-encode RAT_WRITE_CACHELESS_egTom Stellard2-17/+0
2012-05-10radeon/llvm: Delete all instructions that have been custom loweredTom Stellard1-4/+1
2012-05-10radeonsi: Set NONE format for unused vertex shader position export slots.Michel Dänzer1-3/+3
2012-05-10radeonsi: Eliminate one more magic number for texture image resources.Michel Dänzer1-3/+3
2012-05-10radeonsi: Fix vertex buffer resource for stride 0.Michel Dänzer1-1/+5
2012-05-09radeon/llvm: Remove AMDGPUConstants.pmTom Stellard2-45/+23
2012-05-09radeon/llvm: Don't rely on tablegen for lowering int_AMDGPU_load_constTom Stellard5-38/+20
2012-05-09radeon/llvm: Make sure the LOAD_CONST def uses the isSI predicateTom Stellard2-7/+7
2012-05-09svga: implement CEIL opcode translationBrian Paul1-0/+28
2012-05-09glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceilChristoph Bumiller1-3/+1
2012-05-09gallium/drivers: handle TGSI_OPCODE_CEILChristoph Bumiller4-0/+28
2012-05-09r600g: Handle TGSI_OPCODE_CEIL (v2)Kai Wasserbäch1-3/+3