summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Rudimentary native integer support.José Fonseca2012-12-072-5/+20
* draw: Dump LLVM shader key.José Fonseca2012-12-072-1/+33
* gallivm: Allow indirection from TEMP registers too.José Fonseca2012-12-071-3/+18
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-075-15/+37
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-071-1/+5
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-065-187/+140
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-062-21/+19
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* gallivm: Fix lerping of (un)signed normalized numbers.José Fonseca2012-12-061-49/+43
* gallivm: Fix lp_build_print_value of smaller integer types.José Fonseca2012-12-061-1/+12
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* gallivm: Have a default emit function for min/max opcodeVincent Lejeune2012-12-051-0/+29
* gallivm: have a default emit function for fdiv/rcpVincent Lejeune2012-12-051-0/+25
* draw: set precalc_flat flag for AA lines tooBrian Paul2012-12-051-0/+1
* gallivm: Re-add the kludge for lp_build_lerp of fixed point types.José Fonseca2012-12-041-1/+5
* util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2012-12-042-33/+27
* translate: Fix the fetch function assertions.José Fonseca2012-12-041-1/+3
* util/u_draw: Skip rendering instead of aborting when excessive number of inst...José Fonseca2012-12-041-2/+9
* draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca2012-12-041-1/+1
* draw: Use symbolic primitive names in debug output.José Fonseca2012-12-041-3/+4
* draw: Consider the geometry shader when choosing the vertex size.José Fonseca2012-12-041-3/+6
* tgsi: Allow TXF from buffers.José Fonseca2012-12-041-0/+1
* util/surface: Always use the surface format when clearing.José Fonseca2012-12-041-7/+8
* tgsi: Increase maximum number of temps to 4096.José Fonseca2012-12-041-1/+1
* gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.José Fonseca2012-12-041-92/+82
* u_cache: fix dereference before NULL checkDave Airlie2012-12-041-4/+4
* gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2012-12-031-1/+5
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-032-0/+22
* gallivm: fix srgb format fetchRoland Scheidegger2012-12-031-1/+2
* gallivm: drop border wrap clamping codeRoland Scheidegger2012-12-011-33/+16
* util: added pipe_surface_release() functionBrian Paul2012-11-301-0/+16
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-294-25/+55
* 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
* gallivm: support array texturesRoland Scheidegger2012-11-296-65/+103
* 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
* util: add more memory debugging featuresBrian Paul2012-11-282-1/+84
* llvmpipe: Unswizzled rendering.James Benton2012-11-2812-29/+360
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-285-18/+26