summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain2-1/+14
2011-08-03util: fix a typo in util_format_swizzle_4fMarek Olšák1-1/+1
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák2-0/+69
2011-08-01tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain1-1/+12
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+2
2011-07-26util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain1-2/+9
2011-07-25gallium: change formats merged with pipe-video to type "other"Christian König1-7/+7
2011-07-25g3dvl: remove unused vs output from create_ref_vert_shaderChristian König1-4/+1
2011-07-22gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca1-0/+6
2011-07-22gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca1-12/+12
2011-07-22gallivm: Increase lp_build_rsqrt() precision.José Fonseca1-1/+1
2011-07-22gallivm: Update minimax comments.José Fonseca1-6/+17
2011-07-22gallivm: Fix lp_build_exp/lp_build_log.José Fonseca1-2/+2
2011-07-22util: Store alpha value too.José Fonseca1-1/+1
2011-07-21Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton1-4/+4
2011-07-21Merge branch 'gallium-polygon-stipple'Brian Paul3-20/+64
2011-07-21util: assorted updates to polygon stipple helperBrian Paul1-10/+33
2011-07-21tgsi: add info fields for fragcoord origin, center, etcBrian Paul2-10/+31
2011-07-21u_vbuf_mgr: restore buffer offsetsChia-I Wu1-0/+10
2011-07-20g3dvl: remove unused vertex shader inputsMarek Olšák2-4/+4
2011-07-20g3dvl: Preserve previously rendered components for MC output.Younes Manton1-4/+4
2011-07-20g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton2-0/+26
2011-07-19llvmpipe: fix build with LLVM 3.0svnTobias Droste1-13/+35
2011-07-16gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee1-0/+4
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König2-6/+2
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König2-10/+19
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König1-3/+5
2011-07-14gallium: put video-related enums in separate headerBrian Paul1-0/+1
2011-07-13g3dvl: Remove non-constant expression array initializers.Vinson Lee2-7/+31
2011-07-13g3dvl: Remove designated initializers.Vinson Lee1-4/+4
2011-07-13g3dvl: s/inline/INLINE/Vinson Lee3-36/+40
2011-07-13utils: Add missing parenthesesEmil Velikov1-0/+4
2011-07-13[g3dvl] don't upload all quant buffer layers at onceChristian König3-21/+14
2011-07-13Merge branch 'pipe-video'Christian König29-14/+8272
2011-07-13[g3dvl] implement workaround for missing blender clamp controlChristian König2-7/+35
2011-07-13[g3dvl] keep a pointer in idct buffer to idct objectChristian König3-20/+26
2011-07-12u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul1-1/+1
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König4-0/+34
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-11[g3dvl] fix a whole bunch of memory leaksChristian König3-4/+11
2011-07-11[g3dvl] sync SConscript with MakefileChristian König1-3/+9
2011-07-11Merge remote-tracking branch 'origin/master' into pipe-videoChristian König6-11/+153
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-08[g3dvl] and finally remove pipe_video_contextChristian König7-122/+93
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König4-79/+91
2011-07-08gallivm: Fix build with llvm-3.0Gustaw Smolarczyk1-9/+7
2011-07-08[g3dvl] move compositor creation and handling directly into the state trackersChristian König3-83/+130