aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
* u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24
* util: faster logbase2Brian Paul2011-06-021-4/+7
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-05-301-1/+1
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-05-201-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-05-181-0/+13
* u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offsetMarek Olšák2011-05-171-1/+6
* gallium: block signals for new thread when spawning threadsDave Airlie2011-05-161-1/+8
* u_vbuf_mgr: fix max_index computation once againMarek Olšák2011-05-141-15/+47
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-122-13/+1
* u_math.h: Remove redundant mingw32 ffs definitionMatt Turner2011-05-121-4/+0
* gallium/draw: Fix enum type taken by draw_get_shader_param().Michel Dänzer2011-05-031-1/+1
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* draw: remove set-but-unused variableMarek Olšák2011-05-011-2/+1
* rbug: remove set-but-unused variablesMarek Olšák2011-05-013-28/+0
* util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-294-1/+336
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-292-1/+165
* util: implement R9G9B9E5 pack and unpack functionsMarek Olšák2011-04-291-5/+82
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* os: simplify ifdefnobled2011-04-271-1/+1
* draw: fix point/line/tri flushing bug in vbuf codeBrian Paul2011-04-221-4/+10
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+3
* util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
* translate: disable clamping of instanced array indexesBrian Paul2011-04-192-9/+16
* translate: s/varient/variant/Brian Paul2011-04-151-44/+44
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-152-0/+59
* gallium: add A/L/LA/I floating point formatsLuca Barbieri2011-04-151-0/+8
* u_vbuf_mgr: fixed vbo max_index calculationpepp2011-04-111-1/+1
* u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOsMarek Olšák2011-04-082-2/+6
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-089-30/+65
* util: add cpu detection for sse 4.2 and avxBrian Paul2011-04-072-0/+6
* util: simplify bit shifting in util_cpu_detect()Brian Paul2011-04-071-11/+11
* draw: Fix thinko in debug warnings.José Fonseca2011-04-061-3/+3
* translate: Respect translate_buffer::max_index.José Fonseca2011-04-013-2/+28
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-0111-7/+157
* draw: Revert code reorg in previous change.José Fonseca2011-03-311-4/+4
* draw: implement vertex color clamping, and disable SSE and PPC pathsLuca Barbieri2011-03-314-9/+58
* gallium: list use inline function to avoid macro shot comingJerome Glisse2011-03-301-43/+67
* draw: Forgot to remove one istart usage.José Fonseca2011-03-301-1/+1
* draw: Fix bug when drawing ushort indices.José Fonseca2011-03-301-6/+8
* gallium: add EXT_texture_snorm supportMarek Olšák2011-03-291-0/+8
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-281-2/+2
* gallivm: Fix build with llvm-2.9Tobias Droste2011-03-281-3/+9
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-251-0/+5
* gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
* gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca2011-03-131-2/+4
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-136-206/+367
* util: Silence gcc unitialized member warningJosé Fonseca2011-03-131-0/+1
* draw: Fix draw_variant_output::format's type.José Fonseca2011-03-132-3/+4