summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-296-26/+69
* gallivm: Fix lp_build_float_to_half.José Fonseca2012-11-291-30/+75
* gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplersRoland Scheidegger2012-11-291-2/+2
* llvmpipe: support array texturesRoland Scheidegger2012-11-296-7/+32
* gallivm: support array texturesRoland Scheidegger2012-11-296-65/+103
* llvmpipe: Remove lp_build_blend_soa()José Fonseca2012-11-295-538/+37
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-2917-1334/+30
* llvmpipe: Only advertise unswizzled formats.José Fonseca2012-11-293-25/+17
* util/u_format: Kill util_format_is_array().José Fonseca2012-11-294-53/+4
* util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2012-11-292-2/+11
* util/u_format: Fix format manipulation for big-endianAdhemerval Zanella2012-11-291-5/+5
* gallivm: Fix format manipulation for big-endianAdhemerval Zanella2012-11-295-12/+145
* gallivm: Add byte-swap construct callsAdhemerval Zanella2012-11-292-0/+89
* gallivm: Fix vector constant for shuffleAdhemerval Zanella2012-11-291-1/+6
* gallivm: clear Altivec NJ bitAdhemerval Zanella2012-11-291-0/+19
* gallivm: Altivec floating-point roundingAdhemerval Zanella2012-11-291-23/+70
* gallivm: Altivec vector add/sub intrisicsAdhemerval Zanella2012-11-292-15/+27
* gallivm: Altivec vector max/min intrisicsAdhemerval Zanella2012-11-291-2/+54
* gallivm: Altivec pack/unpack intrisicsAdhemerval Zanella2012-11-291-14/+30
* radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.Michel Dänzer2012-11-291-1/+5
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-2/+1
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-1/+3
* util: add more memory debugging featuresBrian Paul2012-11-282-1/+84
* llvmpipe: Implement logic ops for the AoS path.José Fonseca2012-11-281-1/+8
* llvmpipe: Don't use dynamically sized arrays.José Fonseca2012-11-281-4/+4
* llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.James Benton2012-11-281-9/+0
* llvmpipe: Enable vertex color clamping.James Benton2012-11-281-1/+1
* llvmpipe: Unswizzled rendering.James Benton2012-11-2827-157/+1782
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-287-20/+31
* util: Updated util_format_is_array to be more accurate.James Benton2012-11-282-3/+16
* gallivm: Added support for float to half-float conversion in lp_build_conv.James Benton2012-11-282-7/+94
* gallivm: Changed lp_build_pad_vector to correctly handle scalar argument.James Benton2012-11-283-17/+22
* gallivm: Add a function to generate lp_type for a format.James Benton2012-11-282-7/+31
* gallivm: Add support for unorm16 in lp_build_mul.James Benton2012-11-281-0/+45
* gallivm: fix multiple lods with different min/mag filter and wide vectorsRoland Scheidegger2012-11-281-0/+3
* radeonsi: Reinstate assertions against invalid colour/depth formats.Michel Dänzer2012-11-281-0/+2
* radeonsi: Re-enable Z16 depth buffers.Michel Dänzer2012-11-281-2/+2
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-282-7/+6
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-282-8/+21
* radeonsi: Flesh out support for depth/stencil exports from the pixel shader.Michel Dänzer2012-11-282-6/+68
* radeonsi: Fix sampler views for depth textures.Michel Dänzer2012-11-282-5/+6
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* scons: Build ws_xlib on Mac OS X.Vinson Lee2012-11-271-1/+1
* gallium/tests/trivial: updates for transfer functions changesAndreas Boll2012-11-271-10/+4
* gallium/tests/trivial: updates for CSO interface changesAndreas Boll2012-11-271-2/+2
* gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2012-11-272-2/+2
* util: Modified u_rect to default to memcpy.James Benton2012-11-271-8/+1
* util/format: Fix bug in float to non-float conversion in u_format_pack.py.James Benton2012-11-271-1/+1