50530 次代码提交 (82c90b2da8e236bc134cb2bd0ec4e09551b12164)
 

作者 SHA1 备注 提交日期
  Francisco Jerez 82c90b2da8 gallium/tgsi: Add support for raw resources. 13 年前
  Francisco Jerez a4ebb04214 gallium/tgsi: Define the TGSI_BUFFER texture target. 13 年前
  Francisco Jerez 63428372ca gallium/tgsi: Introduce the compute processor. 13 年前
  Francisco Jerez 1279923d72 gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token. 13 年前
  Francisco Jerez 5f55cbc7d9 gallium: Add context hooks for binding shader resources. 13 年前
  Francisco Jerez a5f44cc8c2 gallium/tgsi: Split sampler views from shader resources. 13 年前
  Francisco Jerez d9d82dcd00 gallium: Basic compute interface. 13 年前
  Michel Dänzer c2f1fbf912 radeonsi: Properly translate vertex format swizzle. 13 年前
  Tom Stellard 03d9c24c04 radeon/llvm: Remove AMDILMCCodeEmitter.cpp 13 年前
  Tom Stellard 628e5b208a radeon/llvm: Remove SILowerShaderInstructions.cpp 13 年前
  Tom Stellard f8e9c29020 radeonsi/llvm: Move lowering of RETURN to ConvertToISA pass 13 年前
  Tom Stellard fa63f97652 radeon/llvm: Add some comments 13 年前
  Tom Stellard 92faa21d29 radeon/llvm: Move util functions into AMDGPU namespace 13 年前
  Paul Berry c569182461 i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h 13 年前
  Paul Berry ea1274c9a6 i965/hiz: Convert gen{6,7}_hiz.c to C++ 13 年前
  Paul Berry 20b153b9ca i965/hiz: Make void pointer type casts explicit 13 年前
  Paul Berry f28a7d0e77 intel: Work around differences between C and C++ scoping rules. 13 年前
  Paul Berry 434fc8bde4 intel: Add extern "C" declarations to headers 13 年前
  Tom Stellard b0bb125736 radeon/llvm: Auto-encode RAT_WRITE_CACHELESS_eg 13 年前
  Tom Stellard fa3747ff2c radeon/llvm: Delete all instructions that have been custom lowered 13 年前
  Michel Dänzer 839cbd7853 radeonsi: Set NONE format for unused vertex shader position export slots. 13 年前
  Michel Dänzer 8f45cea81f radeonsi: Eliminate one more magic number for texture image resources. 13 年前
  Michel Dänzer 36d2914a19 radeonsi: Fix vertex buffer resource for stride 0. 13 年前
  Tom Stellard 788fd04dac radeon/llvm: Remove AMDGPUConstants.pm 13 年前
  Tom Stellard c2e081030e radeon/llvm: Don't rely on tablegen for lowering int_AMDGPU_load_const 13 年前
  Tom Stellard d0403cafd4 radeon/llvm: Make sure the LOAD_CONST def uses the isSI predicate 13 年前
  Brian Paul a1c5513c17 svga: implement CEIL opcode translation 13 年前
  Christoph Bumiller f7665ca4fc glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil 13 年前
  Christoph Bumiller 6ae12bac59 gallium/drivers: handle TGSI_OPCODE_CEIL 13 年前
  Kai Wasserbäch 8c98635d4f r600g: Handle TGSI_OPCODE_CEIL (v2) 13 年前
  Dave Airlie 729d914824 gallivm: implement iabs/issg opcode. 13 年前
  Yuanhan Liu f939776cb2 i965: fix wrong cube/3D texture layout 13 年前
  Tom Stellard 5aaaa6a426 radeon/llvm: Remove AMDILUtilityFunctions.cpp 13 年前
  Tom Stellard 21ab46eae8 radeon/llvm: Remove some unused functions from AMDILInstrInfo 13 年前
  Tom Stellard f903da7335 radeon/llvm: Add some comments and fix coding style 13 年前
  Tom Stellard a8d82c44f7 radeon/llvm: Remove the EXPORT_REG instruction 13 年前
  Tom Stellard 8a4c25dd7e radeon/llvm: Use a custom inserter to lower RESERVE_REG 13 年前
  Tom Stellard 94e797d0fa radeon/llvm: Use a custom inserter to lower STORE_OUTPUT 13 年前
  Tom Stellard 4226433625 radeon/llvm: Remove AMDGPULowerShaderInstructions class 13 年前
  Tom Stellard ad385c402e radeon/llvm: Use a custom inserter to lower LOAD_INPUT 13 年前
  Tom Stellard 52a7f212d3 radeon/llvm: Remove the ReorderPreloadInstructions pass 13 年前
  Tom Stellard e042b3aeed radeon/llvm: Remove old comment from AMDIL.h 13 年前
  Paul Berry e19741c4d8 Add bin/compile to .gitignore 13 年前
  Olivier Galibert 363c14ae0c glsl: Change built-in constant expression evaluation to run the IR. 13 年前
  Olivier Galibert 2ff7b121ca glsl: Add an origin pointer in the function signature object. 13 年前
  Olivier Galibert 8ec01ba2ff glsl: Add methods to copy parts of one ir_constant into another. 13 年前
  Olivier Galibert a270e86d38 glsl: Add a constant_referenced method to ir_dereference* 13 年前
  Olivier Galibert 6e4852a3a5 glsl: Add a variable context to constant_expression_value(). 13 年前
  Olivier Galibert 27a198388e glsl: Extend ir_constant::zero to handle more types. 13 年前
  Kenneth Graunke f72e9b2041 glsl: Fix broken constant expression handling for <, <=, >, and >=. 13 年前