summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-07-12u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul1-1/+1
2011-07-11gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee1-2/+2
2011-07-11gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee1-0/+2
2011-07-10gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák1-0/+35
2011-07-10gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák1-1/+34
2011-07-10gallium/util: implement pack functions for Z32F and Z32F_S8X24Marek Olšák1-0/+64
2011-07-08gallivm: Fix build with llvm-3.0Gustaw Smolarczyk1-9/+7
2011-07-06tgsi: add some debug/print code in exec_tex(), disabledBrian Paul1-0/+11
2011-07-04draw: Fix fetch_max calculation.José Fonseca1-1/+2
2011-07-01u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca1-5/+6
2011-07-01Gallium: fix buffer overflowMicael Dias1-0/+11
2011-07-01gallium/util: Upload manager optimizationsThomas Hellstrom2-13/+42
2011-06-30gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0.Vinson Lee1-0/+4
2011-06-30gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee1-0/+4
2011-06-29Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2-0/+17
2011-06-24indices: fix conversion of PIPE_PRIM_POLYGON to linesBrian Paul2-3/+8
2011-06-23gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee1-0/+4
2011-06-19u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2-31/+34
2011-06-19u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák1-0/+5
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca5-17/+8
2011-06-14target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák2-51/+8
2011-06-09util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger1-8/+16
2011-06-09util: add gcc version check for builtinsRoland Scheidegger1-3/+3
2011-06-09util: better logbase2/next_power_of_two implementationsBenjamin Bellec1-8/+24
2011-06-08gallium: s/bool/boolean/Brian Paul4-4/+4
2011-06-08draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul1-5/+57
2011-06-07tgsi: s/varient/variant/Brian Paul1-2/+2
2011-06-07draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul3-2/+2
2011-06-07draw/llvm: whitespace, formatting fixesBrian Paul1-38/+51
2011-06-07draw: s/1/TRUE/Brian Paul1-2/+2
2011-06-06Gallium: fix indentation in u_blitter.cStéphane Marchesin1-1/+1
2011-06-06util: add \n to debug_checkpoint_fullMarcin Slusarz1-1/+1
2011-06-03cso: move cso hashes to a more table driven schemeDave Airlie2-84/+21
2011-06-03u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie1-47/+24
2011-06-02util: faster logbase2Brian Paul1-4/+7
2011-05-30tgsi/ureg: bump the limit of immediatesMarek Olšák1-1/+1
2011-05-20gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca1-2/+12
2011-05-18gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca1-0/+13
2011-05-17u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offsetMarek Olšák1-1/+6
2011-05-16gallium: block signals for new thread when spawning threadsDave Airlie1-1/+8
2011-05-14u_vbuf_mgr: fix max_index computation once againMarek Olšák1-15/+47
2011-05-12Remove redundant util_unsigned_logbase2Matt Turner2-13/+1
2011-05-12u_math.h: Remove redundant mingw32 ffs definitionMatt Turner1-4/+0
2011-05-03gallium/draw: Fix enum type taken by draw_get_shader_param().Michel Dänzer1-1/+1
2011-05-01tgsi: remove set-but-unused variablesMarek Olšák1-4/+0
2011-05-01draw: remove set-but-unused variableMarek Olšák1-2/+1
2011-05-01rbug: remove set-but-unused variablesMarek Olšák3-28/+0
2011-04-29util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák4-1/+336
2011-04-29mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2-1/+165
2011-04-29util: implement R9G9B9E5 pack and unpack functionsMarek Olšák1-5/+82