summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: remove the dummy field in mempoolMarek Olšák2010-07-192-14/+4
* util: add dummy field to empty structure typesBrian Paul2010-07-192-2/+2
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-194-0/+267
* scons: Fix Cygwin build.Vinson Lee2010-07-161-3/+3
* draw: updated debug/dump codeBrian Paul2010-07-161-12/+25
* draw: added array element debug / bounds checking code (disabled)Brian Paul2010-07-161-4/+24
* draw/llvm: adjust the instance id at run timeZack Rusin2010-07-163-16/+29
* draw: use the instance id when fetching vertex dataZack Rusin2010-07-161-3/+11
* 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