summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-02-10r300g: Fix typo.Corbin Simpson
2010-02-10llvmpipe: Map rendertargets when bound as textures.José Fonseca
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-10st/xorg: fix a silly offset bug in xvZack Rusin
2010-02-10llvmpipe: Fix null pointer dereference when no depth buffer is bound.José Fonseca
2010-02-10llvmpipe: Leave depth buffer in swizzled format.José Fonseca
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-10Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez
2010-02-09r300g: One less assert.Corbin Simpson
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-09gallium/auxiliary: add -D__STDC_CONSTANT_MACROSBrian Paul
2010-02-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09gallium: Adding the %.s rule to generate asm codeChris Li
2010-02-09gallium: Using the proper pattern rules for Makefile template.Chris Li
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li
2010-02-06vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz
2010-02-06vmware/core: Use correct flags in scanout codeJakob Bornecrantz
2010-02-06vmware/core: Handle new scanout fieldJakob Bornecrantz
2010-02-06vmware/core: Update header to latest versionJakob Bornecrantz
2010-02-06vmware/core: Remove old ioctl structs not usedJakob Bornecrantz
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-09docs: Document TGSI Declaration token.Michal Krol
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol
2010-02-09tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol
2010-02-09tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-02-09tgsi: Remove tgsi_dump_c.[ch].Michal Krol
2010-02-09svga: Actually call fence_reference in texture downloads.José Fonseca
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
2010-02-08identity: Remove unnecessary header.Vinson Lee
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee
2010-02-08gallivm: added lp_bld_misc.cpp to sources listBrian Paul
2010-02-08llvmpipe: include gallivm/lp_bld_misc.hBrian Paul
2010-02-08gallivm: added gallivm/lp_bld_misc.cpp to MakefileBrian Paul
2010-02-08llvmpipe: remove files moved to gallivm/ from llvmpipe/MakefileBrian Paul
2010-02-08llvmpipe: s/textured/texture/Brian Paul
2010-02-08llvmpipe: added counters for color tile clear, load, storeBrian Paul
2010-02-08llvmpipe: use new os time functionsBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin