summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-08-26g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul1-1/+2
2011-08-26pp: initialize the sample maskChristoph Bumiller1-0/+2
2011-08-26g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul1-3/+3
2011-08-26g3dvl: fix compilation failure on MSVCBrian Paul1-1/+2
2011-08-26scons: don't compile some files with -gstabs if using mingw32Brian Paul1-0/+4
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König4-1751/+923
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König6-140/+91
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König1-4/+11
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König2-2/+0
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König6-82/+301
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König2-0/+19
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König2-220/+254
2011-08-25pp: add files to Makefile.sourcesBrian Paul1-0/+6
2011-08-25Merge branch 'kasanen-post-process-v2'Brian Paul15-0/+4707
2011-08-25tgsi: add TXF support.Dave Airlie2-1/+59
2011-08-25tgsi: add TXQ support. (v2)Dave Airlie2-1/+31
2011-08-24auxiliary/os: add wrappers for mmap/munmapChia-I Wu1-0/+87
2011-08-23make: Add missing source file.José Fonseca1-0/+1
2011-08-23auxiliary: share the source listsChia-I Wu4-591/+207
2011-08-21android: build gallium auxiliariesChia-I Wu1-0/+252
2011-08-21gallium: add PIPE_OS_ANDROID supportChia-I Wu2-2/+12
2011-08-19pp/main queue: Add the PP headersLauri Kasanen3-0/+215
2011-08-19pp/main queue: Add pp_program.[ch]Lauri Kasanen2-0/+201
2011-08-19pp/main queue: Add pp_init.cLauri Kasanen1-0/+283
2011-08-19pp/main queue: Add pp_run.cLauri Kasanen1-0/+188
2011-08-19pp: Add Jimenez' MLAALauri Kasanen2-0/+646
2011-08-19pp: Add the MLAA areamapLauri Kasanen1-0/+2821
2011-08-19pp: Cel-shade filterLauri Kasanen2-0/+117
2011-08-19pp: Color filtersLauri Kasanen2-0/+149
2011-08-19pp: DocsLauri Kasanen1-0/+87
2011-08-19aux/Makefile,SConscript: Build PPLauri Kasanen2-0/+12
2011-08-16r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2-31/+32
2011-08-16u_blitter: restore some states conditionallyMarek Olšák1-12/+17
2011-08-16u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2-17/+20
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