summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* galahad: Implement render_condition.José Fonseca2012-07-061-1/+13
* galahad: Don't implement context methods that are not implemented by the unde...José Fonseca2012-07-061-104/+115
* galahad: Use debug_printf.José Fonseca2012-07-061-3/+5
* galahad: Silence creation messages.José Fonseca2012-07-062-4/+0
* galahad: Use reference counting when destroying the wraped objects.José Fonseca2012-07-061-3/+2
* galahad: Point to the galahad objects from the galahad sampler view.José Fonseca2012-07-061-2/+2
* galahad: Don't defer index buffer when it's NULL.José Fonseca2012-07-061-16/+16
* target-helpers: Enable debug helpers only on debug builds.José Fonseca2012-07-061-0/+7
* svga: whitespace fixesBrian Paul2012-07-051-114/+90
* svga: implement TGSI_OPCODE_ROUNDBrian Paul2012-07-051-15/+51
* svga: fix CMP translation for vertex shadersBrian Paul2012-07-051-36/+37
* svga: properly implement TRUNC instructionBrian Paul2012-07-051-1/+54
* svga: fix register collision issue in emit_conditional()Brian Paul2012-07-051-0/+24
* svga: emit some debug messages when shader compilation failsBrian Paul2012-07-051-4/+10
* gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie2012-07-041-0/+2
* gallium/tgsi: Don't declare temps individually when they are all similar.José Fonseca2012-07-021-8/+19
* gallivm: Cleanup the 4 x float -> 16 ub special path in lp_build_conv.José Fonseca2012-07-021-49/+26
* gallium/util: Add ULL suffix to large constants.José Fonseca2012-07-021-3/+3
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez2012-07-011-2/+1
* llvmpipe: fix comment typoBrian Paul2012-06-291-1/+1
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* radeon/llvm: Enable vec4 loads on R600Tom Stellard2012-06-293-0/+20
* radeon/llvm: Enable floating point stores on R600Tom Stellard2012-06-291-0/+6
* radeon/llvm: Handle floating point loads on R600Tom Stellard2012-06-292-0/+31
* radeon/llvm: Expand UDIV and UREM nodesTom Stellard2012-06-291-4/+3
* radeon/llvm: Emit raw ISA for vertex fetch instructionsTom Stellard2012-06-293-81/+139
* gallium/util: Truly disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+1
* gallium/util: Disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+7
* translate: Free elt8_func/elt16_func too.José Fonseca2012-06-291-1/+3
* util: Reimplement half <-> float conversions.James Benton2012-06-297-227/+69
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-294-9/+41
* util: Updated u_format_tests to rigidly test half-float boundary values.James Benton2012-06-291-0/+30
* util: Added functions for checking NaN / Inf for double and half-floats.James Benton2012-06-291-2/+102
* util: Added util_format_is_array.James Benton2012-06-292-0/+39
* gallivm: Refactor lp_build_broadcast(_scalar) to share code.José Fonseca2012-06-281-36/+28
* gallivm: Fix potential buffer overflowing in strncat.Johannes Obermayr2012-06-281-3/+3
* nv50: dynamically allocate space for shader local storageMarcin Slusarz2012-06-286-25/+108
* nv50: streamline screen_create error handlingMarcin Slusarz2012-06-281-38/+46
* nv50/ir: make colorful ir dump output optionalMarcin Slusarz2012-06-281-5/+17
* softpipe: fix numFragsEmitted debug codeBrian Paul2012-06-271-0/+7
* gallium: minor whitespace, comment changesBrian Paul2012-06-271-3/+1
* gallium/util: Fix parsing of options with underscore.José Fonseca2012-06-271-1/+1
* gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.James Benton2012-06-272-117/+117
* i915g: Implement sRGB texturesStéphane Marchesin2012-06-265-12/+128
* svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+3
* llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+1
* r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xxJerome Glisse2012-06-273-18/+57
* r600g: enable DUAL_EXPORT mode when possibleVadim Girlin2012-06-274-6/+55
* r600g: avoid unnecessary shader exports v2Vadim Girlin2012-06-276-28/+41