summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák2011-07-101-0/+35
* gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák2011-07-101-1/+34
* gallium/util: implement pack functions for Z32F and Z32F_S8X24Marek Olšák2011-07-101-0/+64
* gallivm: Fix build with llvm-3.0Gustaw Smolarczyk2011-07-081-9/+7
* tgsi: add some debug/print code in exec_tex(), disabledBrian Paul2011-07-061-0/+11
* draw: Fix fetch_max calculation.José Fonseca2011-07-041-1/+2
* u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca2011-07-011-5/+6
* Gallium: fix buffer overflowMicael Dias2011-07-011-0/+11
* gallium/util: Upload manager optimizationsThomas Hellstrom2011-07-012-13/+42
* gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0.Vinson Lee2011-06-301-0/+4
* gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee2011-06-301-0/+4
* Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2011-06-292-0/+17
* indices: fix conversion of PIPE_PRIM_POLYGON to linesBrian Paul2011-06-242-3/+8
* gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
* u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-192-31/+34
* u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-175-17/+8
* target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák2011-06-142-51/+8
* util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
* util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3
* util: better logbase2/next_power_of_two implementationsBenjamin Bellec2011-06-091-8/+24
* gallium: s/bool/boolean/Brian Paul2011-06-084-4/+4
* draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-081-5/+57
* tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
* draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul2011-06-073-2/+2
* draw/llvm: whitespace, formatting fixesBrian Paul2011-06-071-38/+51
* draw: s/1/TRUE/Brian Paul2011-06-071-2/+2
* Gallium: fix indentation in u_blitter.cStéphane Marchesin2011-06-061-1/+1
* util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
* 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