summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
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-08st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger
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-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-09egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAYKristian Høgsberg
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul
2010-02-09st/mesa: remove special-case cyl-wrap codeBrian Paul
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol
2010-02-09st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul
2010-02-09mesa: add back-door support for cylindrical texture wrap modeBrian Paul
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-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol
2010-02-09mesa: Ensure object refcount is null when destroying the buffer.José Fonseca
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca
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-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-08radeong: Provide drm_api::destroy hook.Corbin Simpson
2010-02-08radeong: Always return something for create_screen.Corbin Simpson
2010-02-08st/dri: fix compile breakageKeith Whitwell