summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-08-261-3/+3
* g3dvl: fix compilation failure on MSVCBrian Paul2011-08-261-1/+2
* scons: don't compile some files with -gstabs if using mingw32Brian Paul2011-08-261-0/+4
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-264-1751/+923
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-266-140/+91
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+11
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-262-2/+0
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-266-82/+301
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-262-0/+19
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-220/+254
* pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2515-0/+4707
|\
| * pp/main queue: Add the PP headersLauri Kasanen2011-08-193-0/+215
| * pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-192-0/+201
| * pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283
| * pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188
| * pp: Add Jimenez' MLAALauri Kasanen2011-08-192-0/+646
| * pp: Add the MLAA areamapLauri Kasanen2011-08-191-0/+2821
| * pp: Cel-shade filterLauri Kasanen2011-08-192-0/+117
| * pp: Color filtersLauri Kasanen2011-08-192-0/+149
| * pp: DocsLauri Kasanen2011-08-191-0/+87
| * aux/Makefile,SConscript: Build PPLauri Kasanen2011-08-192-0/+12
* | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* | tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
* | auxiliary/os: add wrappers for mmap/munmapChia-I Wu2011-08-241-0/+87
* | make: Add missing source file.José Fonseca2011-08-231-0/+1
* | auxiliary: share the source listsChia-I Wu2011-08-234-591/+207
* | android: build gallium auxiliariesChia-I Wu2011-08-211-0/+252
* | gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-212-2/+12
|/
* r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2011-08-162-31/+32
* u_blitter: restore some states conditionallyMarek Olšák2011-08-161-12/+17
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-162-17/+20
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-042-1/+14
|\
| * tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain2011-08-011-1/+12
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | util: fix a typo in util_format_swizzle_4fMarek Olšák2011-08-031-1/+1
* | gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-022-0/+69
* | util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* | gallium: change formats merged with pipe-video to type "other"Christian König2011-07-251-7/+7
* | g3dvl: remove unused vs output from create_ref_vert_shaderChristian König2011-07-251-4/+1
* | gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca2011-07-221-0/+6
* | gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca2011-07-221-12/+12
* | gallivm: Increase lp_build_rsqrt() precision.José Fonseca2011-07-221-1/+1
* | gallivm: Update minimax comments.José Fonseca2011-07-221-6/+17
* | gallivm: Fix lp_build_exp/lp_build_log.José Fonseca2011-07-221-2/+2
* | util: Store alpha value too.José Fonseca2011-07-221-1/+1
* | Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton2011-07-211-4/+4
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-213-20/+64
|\ \
| * | util: assorted updates to polygon stipple helperBrian Paul2011-07-211-10/+33
| * | tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-212-10/+31