summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: Avoid signed/unsigned comparison in u_trim_pipe_prim().José Fonseca2011-11-141-1/+1
* draw: Handle failure to allocate aligned_constant_storage.José Fonseca2011-11-141-3/+9
* gallivm: Remove duplicate statement.José Fonseca2011-11-141-2/+0
* gallivm: Include stddef.h before the LLVM C++ headers.José Fonseca2011-11-142-0/+4
* draw: handle out of memory conditionsBrian Paul2011-11-111-3/+5
* util: check for null vertex buffer object in blit codeBrian Paul2011-11-111-6/+10
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-101-0/+5
* Remove tgsi_sse2.José Fonseca2011-11-0812-6782/+2
* util: add log2f for AndroidChia-I Wu2011-11-071-0/+11
* llvmpipe: fix typo in the depth sampling aos code.Dave Airlie2011-11-061-1/+1
* u_format: fix RGTC support in fits 8unorm.Dave Airlie2011-11-061-2/+7
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-043-1/+27
* gallium/cso_cache: remove one call to pipe_sampler_view_referenceMarek Olšák2011-11-041-2/+4
* u_vbuf_mgr: avoid one call to pipe_resource_reference in most casesMarek Olšák2011-11-041-1/+2
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-032-0/+4
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-032-1/+21
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13
* postprocess: remove const qualifiers on unsigned int parametersBrian Paul2011-11-011-2/+2
* llvmpipe: Remove unsed variables.José Fonseca2011-10-312-6/+1
* util: Add missing initializer.José Fonseca2011-10-311-1/+1
* pipebuffer/debug: Fix a recursive mutex lockThomas Hellstrom2011-10-311-6/+3
* u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-11/+31
* u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-4/+18
* u_format: Fix bitshifting for unpacking from 10F.Eric Anholt2011-10-281-2/+2
* u_format: Fix bit definition of UF10_MANTISSA_BITS.Eric Anholt2011-10-281-1/+1
* gallium/auxiliary/util: Solaris also has standard Unix socketsAlan Coopersmith2011-10-272-4/+8
* tgsi: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-7/+10
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* u_blitter: accept overriden width0 and height0Marek Olšák2011-10-232-79/+57
* u_blitter: add a copy_texture function which uses views and not resourcesMarek Olšák2011-10-232-115/+117
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-232-0/+24
* gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.José Fonseca2011-10-161-11/+3
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-5/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-1111-137/+138
* draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul2011-10-111-1/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-115-14/+23
* u_blitter: clean up velem setupDave Airlie2011-10-101-16/+8
* u_blitter: query vertex shader caps instead of geometry for int verticesMarek Olšák2011-10-091-1/+1
* u_blitter: don't create integer vertex elements unless shader supports themDave Airlie2011-10-091-20/+29
* u_blitter: add integer clear supportDave Airlie2011-10-092-21/+69
* pb_bufmgr_cache: flush cache when create_buffer fails and try againMarek Olšák2011-10-081-0/+7
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-088-19/+518