summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2012-07-08radeon/llvm: Rename namespace from AMDIL to AMDGPUamdgpu-namespaceTom Stellard25-360/+361
2012-07-07r600g: remove stray semicolonMarek Olšák1-1/+1
2012-07-06galahad: Check that texture format is supported.José Fonseca1-0/+7
2012-07-06galahad: More detailed resource checks.José Fonseca2-19/+64
2012-07-06galahad: Fix zealous warnings.José Fonseca1-6/+10
2012-07-06galahad: Enumerate all methods that are missing.José Fonseca2-24/+49
2012-07-06galahad: Implement render_condition.José Fonseca1-1/+13
2012-07-06galahad: Don't implement context methods that are not implemented by the unde...José Fonseca1-104/+115
2012-07-06galahad: Use debug_printf.José Fonseca1-3/+5
2012-07-06galahad: Silence creation messages.José Fonseca2-4/+0
2012-07-06galahad: Use reference counting when destroying the wraped objects.José Fonseca1-3/+2
2012-07-06galahad: Point to the galahad objects from the galahad sampler view.José Fonseca1-2/+2
2012-07-06galahad: Don't defer index buffer when it's NULL.José Fonseca1-16/+16
2012-07-06target-helpers: Enable debug helpers only on debug builds.José Fonseca1-0/+7
2012-07-05svga: whitespace fixesBrian Paul1-114/+90
2012-07-05svga: implement TGSI_OPCODE_ROUNDBrian Paul1-15/+51
2012-07-05svga: fix CMP translation for vertex shadersBrian Paul1-36/+37
2012-07-05svga: properly implement TRUNC instructionBrian Paul1-1/+54
2012-07-05svga: fix register collision issue in emit_conditional()Brian Paul1-0/+24
2012-07-05svga: emit some debug messages when shader compilation failsBrian Paul1-4/+10
2012-07-04gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie1-0/+2
2012-07-02gallium/tgsi: Don't declare temps individually when they are all similar.José Fonseca1-8/+19
2012-07-02gallivm: Cleanup the 4 x float -> 16 ub special path in lp_build_conv.José Fonseca1-49/+26
2012-07-02gallium/util: Add ULL suffix to large constants.José Fonseca1-3/+3
2012-07-01clover: Handle NULL devs argument in clBuildProgramTom Stellard1-5/+10
2012-07-01clover: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez1-2/+1
2012-06-29llvmpipe: fix comment typoBrian Paul1-1/+1
2012-06-29clover: Add a function internalizer pass before LTO v2Tom Stellard1-10/+49
2012-06-29radeon/llvm: Enable vec4 loads on R600Tom Stellard3-0/+20
2012-06-29radeon/llvm: Enable floating point stores on R600Tom Stellard1-0/+6
2012-06-29radeon/llvm: Handle floating point loads on R600Tom Stellard2-0/+31
2012-06-29radeon/llvm: Expand UDIV and UREM nodesTom Stellard1-4/+3
2012-06-29radeon/llvm: Emit raw ISA for vertex fetch instructionsTom Stellard3-81/+139
2012-06-29gallium/util: Truly disable INF/NAN tests on MSVC.José Fonseca1-1/+1
2012-06-29gallium/util: Disable INF/NAN tests on MSVC.José Fonseca1-1/+7
2012-06-29translate: Free elt8_func/elt16_func too.José Fonseca1-1/+3
2012-06-29util: Reimplement half <-> float conversions.James Benton7-227/+69
2012-06-29tests: Updated tests to properly handle NaN for half floats.James Benton4-9/+41
2012-06-29util: Updated u_format_tests to rigidly test half-float boundary values.James Benton1-0/+30
2012-06-29util: Added functions for checking NaN / Inf for double and half-floats.James Benton1-2/+102
2012-06-29util: Added util_format_is_array.James Benton2-0/+39
2012-06-28gallivm: Refactor lp_build_broadcast(_scalar) to share code.José Fonseca1-36/+28
2012-06-28gallivm: Fix potential buffer overflowing in strncat.Johannes Obermayr1-3/+3
2012-06-28nv50: dynamically allocate space for shader local storageMarcin Slusarz6-25/+108
2012-06-28nv50: streamline screen_create error handlingMarcin Slusarz1-38/+46
2012-06-28nv50/ir: make colorful ir dump output optionalMarcin Slusarz1-5/+17
2012-06-27softpipe: fix numFragsEmitted debug codeBrian Paul1-0/+7
2012-06-27gallium: minor whitespace, comment changesBrian Paul1-3/+1
2012-06-27gallium/util: Fix parsing of options with underscore.José Fonseca1-1/+1
2012-06-27gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.James Benton2-117/+117