aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/draw: use local var to simplify codeBrian Paul2010-04-211-17/+18
* targets: Don't check if we should use traceJakob Bornecrantz2010-04-211-3/+2
* gallivm: Remove unnecessary headers.Vinson Lee2010-04-202-3/+0
* gallium/util: remove bogus return statementBrian Paul2010-04-201-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-202-2/+2
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-204-57/+92
* gallivm: Cleanups and bugfixes to aos format translation.José Fonseca2010-04-202-128/+36
* draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...José Fonseca2010-04-201-4/+20
* gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca2010-04-202-10/+50
* gallivm: Bring aos format back to life.José Fonseca2010-04-203-0/+382
* draw: Remove draw_vs_llvm.c.José Fonseca2010-04-205-142/+3
* Merge branch 'gallium-index-bias'José Fonseca2010-04-208-43/+63
|\
| * draw: No need to rebase for elt_bias.José Fonseca2010-04-201-7/+5
| * draw: Fix cache elt_bias implementation.José Fonseca2010-04-201-5/+8
| * draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca2010-04-201-4/+4
| * draw: Implement index bias.José Fonseca2010-04-198-46/+65
* | draw llvm: Move dereference of pointer after NULL check.Vinson Lee2010-04-201-1/+3
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-191-1/+0
* | gallivm: pass 3D texture stride as an arrayBrian Paul2010-04-192-9/+18
* | draw llvm: make sure use_llvm isn't used when not definedZack Rusin2010-04-191-1/+1
* | draw llvm: fix typo (boolean, not bool)Zack Rusin2010-04-191-1/+1
* | draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin2010-04-192-1/+4
* | draw llvm: fix constructor messZack Rusin2010-04-193-28/+9
* | gallium/util: specify binding type for blit src textureBrian Paul2010-04-191-0/+1
* | gallium/draw: use a local var to simplify some codeBrian Paul2010-04-191-8/+8
* | Merge branch '7.8'Brian Paul2010-04-197-41/+187
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-197-41/+186
* | | gallivm: Remove redundant initialization of dst_vec_type.Vinson Lee2010-04-191-2/+0
* | | auxiliary: Move loop variable declaration outside for loop.Vinson Lee2010-04-181-1/+2
* | | auxiliary: Initialize variable.Vinson Lee2010-04-181-1/+1
* | | auxiliary: Add util/u_surfaces.c to SCons build.Vinson Lee2010-04-181-0/+1
* | | u_inlines: split pipe_surface_init in pipe_surface_reset and *_initLuca Barbieri2010-04-182-3/+10
* | | tgsi: add comment about potential code removalBrian Paul2010-04-181-0/+6
* | | tgsi: replace 0xf with TGSI_WRITEMASK_XYZWBrian Paul2010-04-181-2/+2
* | | u_surfaces: silence warningLuca Barbieri2010-04-181-1/+1
* | | auxiliary: add util_dirty_surfaces to track dirty render temporariesLuca Barbieri2010-04-181-0/+88
* | | auxiliary: add util_surfaces to track a resource's pipe_surface structsLuca Barbieri2010-04-183-0/+167
* | | u_inlines: add function to initialize pipe_surfaceLuca Barbieri2010-04-181-0/+15
* | | u_blitter: add support for saving vertex buffersLuca Barbieri2010-04-182-0/+24
| |/ |/|
* | draw: Cosmetic cleanups and comments.José Fonseca2010-04-184-4/+10
* | os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.Vinson Lee2010-04-171-5/+26
* | gallium/util: IgnoresJakob Bornecrantz2010-04-171-0/+1
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* | gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul2010-04-162-2/+2
* | gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-166-880/+0
* | gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-164-119/+0
* | gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-164-739/+0
* | gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-164-506/+0
* | gallivm: init some vars to silence warningsBrian Paul2010-04-161-3/+3
* | Merge the lp-surface-tiling branch into master.Brian Paul2010-04-162-0/+2