summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09gallivm: implement iabs/issg opcode.Dave Airlie2-1/+26
2012-05-09i965: fix wrong cube/3D texture layoutYuanhan Liu1-2/+3
2012-05-08radeon/llvm: Remove AMDILUtilityFunctions.cppTom Stellard13-1041/+399
2012-05-08radeon/llvm: Remove some unused functions from AMDILInstrInfoTom Stellard2-164/+0
2012-05-08radeon/llvm: Add some comments and fix coding styleTom Stellard8-42/+41
2012-05-08radeon/llvm: Remove the EXPORT_REG instructionTom Stellard10-117/+8
2012-05-08radeon/llvm: Use a custom inserter to lower RESERVE_REGTom Stellard10-27/+83
2012-05-08radeon/llvm: Use a custom inserter to lower STORE_OUTPUTTom Stellard4-34/+23
2012-05-08radeon/llvm: Remove AMDGPULowerShaderInstructions classTom Stellard6-86/+4
2012-05-08radeon/llvm: Use a custom inserter to lower LOAD_INPUTTom Stellard4-39/+15
2012-05-08radeon/llvm: Remove the ReorderPreloadInstructions passTom Stellard9-100/+4
2012-05-08radeon/llvm: Remove old comment from AMDIL.hTom Stellard1-5/+0
2012-05-08Add bin/compile to .gitignorePaul Berry1-0/+1
2012-05-08glsl: Change built-in constant expression evaluation to run the IR.Olivier Galibert2-380/+156
2012-05-08glsl: Add an origin pointer in the function signature object.Olivier Galibert3-0/+5
2012-05-08glsl: Add methods to copy parts of one ir_constant into another.Olivier Galibert2-0/+114
2012-05-08glsl: Add a constant_referenced method to ir_dereference*Olivier Galibert2-0/+128
2012-05-08glsl: Add a variable context to constant_expression_value().Olivier Galibert3-31/+44
2012-05-08glsl: Extend ir_constant::zero to handle more types.Olivier Galibert1-1/+16
2012-05-08glsl: Fix broken constant expression handling for <, <=, >, and >=.Kenneth Graunke1-9/+9
2012-05-08vbo: add some commentsBrian Paul2-1/+7
2012-05-08mesa: remove needless casts in save_EdgeFlag()Brian Paul1-1/+1
2012-05-08mesa: minor clean-ups in dlist material codeBrian Paul1-7/+15
2012-05-08mesa: fix error strings in dlist codeBrian Paul1-4/+4
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák13-8/+46
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák18-31/+61
2012-05-08vbo: move vbo_draw_method into vbo_context.hMarek Olšák5-40/+38