summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-07-03gallivm: Remove unnecessary headers.Vinson Lee
2010-07-02gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca
2010-07-02gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca
2010-07-02util: Add a fetch_rgba_8unorm.José Fonseca
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca
2010-07-02gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca
2010-07-02gallivm: Move gather functions to its own module.José Fonseca
2010-07-02gallivm: Check inputs/outputs in lp_build_conv()José Fonseca
2010-07-02util: Expose util_format_fits_8unorm().José Fonseca
2010-07-02gallium/cso: check for set_vertex_sampler_views != NULL before calling itBrian Paul
2010-07-02gallivm: Code generate YUV format unpacking.José Fonseca
2010-07-02gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca
2010-07-02r600: use gallium list macros instead of making our own.Dave Airlie
2010-07-01gallium/cso: unbind sampler views in cso_release_all()Brian Paul
2010-07-01gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca
2010-07-01gallivm: Allow to conversions to/from registers of different sizes.José Fonseca
2010-07-01gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca
2010-07-01gallivm: Setup a global optimization pass.José Fonseca
2010-07-01llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca
2010-06-30draw: fix out of memory handling in polygon stipple stageBrian Paul
2010-06-29draw: Add inline keyword to inline function.José Fonseca
2010-06-29util: reference surfaces and sampler views in blitter when saving themMarek Olšák
2010-06-28glhd: Re-integrate with the debug systemJakob Bornecrantz
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-27util: fix a memory leak in blitterMarek Olšák
2010-06-26draw: fix build with llvm and makeMarek Olšák
2010-06-26draw: Remove unnecessary header.Vinson Lee
2010-06-25draw: deleted by mistakeZack Rusin
2010-06-25draw: initialize headers in the none post paths as wellZack Rusin
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin
2010-06-25draw: initialize vertex headerZack Rusin
2010-06-25gallium/util: fix pipe_sampler_view_reference() callsBrian Paul
2010-06-25draw: Work around an invalid write.Chia-I Wu
2010-06-24gallium: Add debug target helperJakob Bornecrantz
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz
2010-06-23draw: use gallium's TRUE/FALSEBrian Paul
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-23draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose codeBrian Paul
2010-06-23target-helpers: Add inline helpersJakob Bornecrantz
2010-06-22u_math: Add align function npot alignmentsJakob Bornecrantz
2010-06-22gallium: add a timestamp disjoint queryZack Rusin
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-17draw: implement triangle strips with adjacency in geometry shaderZack Rusin
2010-06-17draw: implement triangle lists with adjacency support in gsZack Rusin
2010-06-17draw: fix a silly errorZack Rusin
2010-06-17draw: implement line strip adjacencyZack Rusin
2010-06-17draw: implement lines with adjacency in geometry shadersZack Rusin
2010-06-17draw: validate stream output buffersZack Rusin
2010-06-17draw: fix some unsigned issueZack Rusin