summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* draw: move prototype, update commentBrian Paul2010-07-151-3/+3
* tgsi: Remove dead assignment in uprcase function.Vinson Lee2010-07-151-1/+1
* Merge branch 'mesa-2d-registers'Zack Rusin2010-07-133-5/+14
|\
| * tgsi: make sure that we print out the adjacency prims correctlyZack Rusin2010-07-101-1/+5
| * draw: fix decomposition to work with adjacency primitivesZack Rusin2010-07-101-3/+8
| * mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+1
* | os: remove gratuitous pipe_barrier placeholder codenobled2010-07-121-21/+1
* | os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-1/+0
* | os: Implement pipe_condvar on Windows Vista and laternobled2010-07-121-0/+30
* | os: Implement pipe_condvar on win32nobled2010-07-121-7/+27
* | u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák2010-07-122-19/+104
* | u_blitter: clean up the texcoord computationsMarek Olšák2010-07-121-28/+35
* | u_blitter: simplify blitter_set_rectangleMarek Olšák2010-07-121-19/+32
* | u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák2010-07-122-70/+80
|/
* draw: Fix off-by-one error in assert.Vinson Lee2010-07-081-1/+1
* gallivm: restore const qualifierBrian Paul2010-07-071-1/+1
* gallivm: fix cube map LOD computationBrian Paul2010-07-071-38/+54
* draw: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* gallivm: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* util: print help for debug options on non-debug buildsMarek Olšák2010-07-071-2/+2
* gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul2010-07-061-1/+1
* gallivm: finish implementation of lp_build_iceil()Brian Paul2010-07-061-19/+67
* draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin2010-07-061-7/+16
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-069-28/+420
* gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca2010-07-061-0/+41
* gallivm: Fix 8bit comparisons.José Fonseca2010-07-061-5/+3
* auxiliary/util: Add SM3 meta-cap list.Corbin Simpson2010-07-051-0/+17
* gallivm: Remove unnecessary headers.Vinson Lee2010-07-032-2/+0
* gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca2010-07-023-52/+96
* gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca2010-07-021-7/+100
* util: Add a fetch_rgba_8unorm.José Fonseca2010-07-022-0/+15
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-025-111/+199
* gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca2010-07-023-32/+40
* gallivm: Move gather functions to its own module.José Fonseca2010-07-0210-61/+215
* gallivm: Check inputs/outputs in lp_build_conv()José Fonseca2010-07-021-2/+6
* util: Expose util_format_fits_8unorm().José Fonseca2010-07-022-1/+4
* gallium/cso: check for set_vertex_sampler_views != NULL before calling itBrian Paul2010-07-021-1/+2
* gallivm: Code generate YUV format unpacking.José Fonseca2010-07-025-0/+431
* gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2010-07-022-7/+30
* r600: use gallium list macros instead of making our own.Dave Airlie2010-07-021-1/+16
* gallium/cso: unbind sampler views in cso_release_all()Brian Paul2010-07-011-0/+2
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-015-70/+213
* gallivm: Allow to conversions to/from registers of different sizes.José Fonseca2010-07-013-21/+125
* gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca2010-07-013-23/+169
* gallivm: Setup a global optimization pass.José Fonseca2010-07-012-0/+31
* llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2010-07-012-61/+0
* draw: fix out of memory handling in polygon stipple stageBrian Paul2010-06-301-5/+10
* draw: Add inline keyword to inline function.José Fonseca2010-06-291-1/+1
* util: reference surfaces and sampler views in blitter when saving themMarek Olšák2010-06-292-5/+46