summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2010-07-03gallivm: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-02gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca3-52/+96
2010-07-02gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca1-7/+100
2010-07-02util: Add a fetch_rgba_8unorm.José Fonseca2-0/+15
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca5-111/+199
2010-07-02gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca3-32/+40
2010-07-02gallivm: Move gather functions to its own module.José Fonseca10-61/+215
2010-07-02gallivm: Check inputs/outputs in lp_build_conv()José Fonseca1-2/+6
2010-07-02util: Expose util_format_fits_8unorm().José Fonseca2-1/+4
2010-07-02gallium/cso: check for set_vertex_sampler_views != NULL before calling itBrian Paul1-1/+2
2010-07-02gallivm: Code generate YUV format unpacking.José Fonseca5-0/+431
2010-07-02gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2-7/+30
2010-07-02r600: use gallium list macros instead of making our own.Dave Airlie1-1/+16
2010-07-01gallium/cso: unbind sampler views in cso_release_all()Brian Paul1-0/+2
2010-07-01gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca5-70/+213
2010-07-01gallivm: Allow to conversions to/from registers of different sizes.José Fonseca3-21/+125
2010-07-01gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca3-23/+169
2010-07-01gallivm: Setup a global optimization pass.José Fonseca2-0/+31
2010-07-01llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2-61/+0
2010-06-30draw: fix out of memory handling in polygon stipple stageBrian Paul1-5/+10
2010-06-29draw: Add inline keyword to inline function.José Fonseca1-1/+1
2010-06-29util: reference surfaces and sampler views in blitter when saving themMarek Olšák2-5/+46
2010-06-28glhd: Re-integrate with the debug systemJakob Bornecrantz1-0/+8
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz3-0/+133
2010-06-27util: fix a memory leak in blitterMarek Olšák1-6/+1
2010-06-26draw: fix build with llvm and makeMarek Olšák1-0/+1
2010-06-26draw: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-25draw: deleted by mistakeZack Rusin1-0/+1
2010-06-25draw: initialize headers in the none post paths as wellZack Rusin1-0/+8
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin8-62/+324
2010-06-25draw: initialize vertex headerZack Rusin3-43/+16
2010-06-25gallium/util: fix pipe_sampler_view_reference() callsBrian Paul1-7/+2
2010-06-25draw: Work around an invalid write.Chia-I Wu1-1/+1
2010-06-24gallium: Add debug target helperJakob Bornecrantz1-0/+36
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz1-46/+0
2010-06-23draw: use gallium's TRUE/FALSEBrian Paul2-2/+2
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell8-34/+46
2010-06-23draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose codeBrian Paul1-25/+25
2010-06-23target-helpers: Add inline helpersJakob Bornecrantz2-0/+97
2010-06-22u_math: Add align function npot alignmentsJakob Bornecrantz1-0/+14
2010-06-22gallium: add a timestamp disjoint queryZack Rusin1-1/+1
2010-06-18gallium: add a temporary array register fileZack Rusin9-131/+324
2010-06-18gallium: add a new register file - immediate arrayZack Rusin8-59/+227
2010-06-17draw: implement triangle strips with adjacency in geometry shaderZack Rusin1-1/+12
2010-06-17draw: implement triangle lists with adjacency support in gsZack Rusin2-1/+31
2010-06-17draw: fix a silly errorZack Rusin1-1/+1
2010-06-17draw: implement line strip adjacencyZack Rusin1-0/+5
2010-06-17draw: implement lines with adjacency in geometry shadersZack Rusin2-18/+48
2010-06-17draw: validate stream output buffersZack Rusin1-1/+16
2010-06-17draw: fix some unsigned issueZack Rusin1-4/+4