summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-16i965: Unalias all GLSL source regs from the destination regs used.Eric Anholt1-113/+25
2010-03-16i965: Fix nested loops in the VS.Eric Anholt1-2/+4
2010-03-16i965: Fix up VP constbuf leak on program delete.Eric Anholt1-3/+11
2010-03-16i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt3-66/+96
2010-03-16i965: Add support for the CMP opcode in the GLSL path.Eric Anholt3-6/+15
2010-03-16i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt1-3/+15
2010-03-16st/mesa: Invalidate sampler view when texture object changes.Michal Krol2-0/+4
2010-03-16Remove nonexistant files from tarballs rule of MakefileIan Romanick1-15/+1
2010-03-16mesa: set version string to 7.8-rc1Ian Romanick2-2/+2
2010-03-16Correct GL_EQUIV code in r67/7xx.Matthew W. S. Bell1-1/+1
2010-03-16st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger6-23/+78
2010-03-16radeon: Fix buffer object unmap to be called only once for dma buffers.Pauli Nieminen1-6/+1
2010-03-16regenerate gl_mangle.h to get new EGLImage functionsBrian Paul1-0/+2
2010-03-16libgl-xlib: Use a simple GALLIUM_DRIVER env var to select the pipe driver.José Fonseca1-2/+16
2010-03-16gallium: Silence warning.José Fonseca1-0/+1
2010-03-16gallium: change remaining util functions to use cso sampler viewsgallium-sampler-viewRoland Scheidegger6-26/+42
2010-03-16gallium/docs: Create a separate section for Sampler Views.Michal Krol1-17/+35
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell96-1074/+3972
2010-03-16i965g: Fix use of an uninitialized variable.Chia-I Wu1-1/+1
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu38-798/+2807
2010-03-16nv50: fix texturing from >=4GiB markBen Skeggs1-1/+2
2010-03-16llvmpipe: Fix rebase typoJakob Bornecrantz1-4/+0
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz18-10/+685
2010-03-16i965g: Fix after context transfersJakob Bornecrantz1-0/+1
2010-03-15gallivm: checkpoint: stencil test codeBrian Paul1-1/+105
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul14-94/+92
2010-03-15gallivm: fix up some #includesBrian Paul2-2/+2
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul24-27/+27
2010-03-15libgl-xlib: Obey GALLIUM_SOFTPIPE define.José Fonseca1-0/+2
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie1-1/+1
2010-03-15llvmpipe: updated status in README fileBrian Paul1-6/+13
2010-03-15progs/objviewer: remove debug codeBrian Paul1-2/+2
2010-03-15gallivm: fix typo/bug in lp_build_sgn()Brian Paul1-1/+1
2010-03-15cso: Do not hold references to bound textures.Keith Whitwell1-22/+8
2010-03-15gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector()Brian Paul1-72/+83
2010-03-15gallivm: asst clean-ups, comments, etc.Brian Paul1-54/+60
2010-03-15gallivm: implement minification/magnification selectionBrian Paul1-51/+137
2010-03-15gallivm: fix incorrect clamp in lp_build_linear_mip_levels()Brian Paul1-1/+1
2010-03-15gallivm: fix incorrect floor(), itrunc()Brian Paul1-2/+5
2010-03-15Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński6-18/+20
2010-03-15st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol1-1/+1
2010-03-15st/mesa: Pass in correct sampler view object to blitter.Michal Krol1-1/+1
2010-03-15util: Fix nil pointer reference.Michal Krol1-5/+5
2010-03-15nv40: remove leftover nv40_transfer.c from unification into nvfxLuca Barbieri1-181/+0
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol4-11/+36
2010-03-15st/mesa: Cache FBO texture's sampler view object.Michal Krol4-0/+31
2010-03-15st/mesa: Update the comments in st_manager.c.gallium-st-apiChia-I Wu1-4/+7
2010-03-15nvfx: fix up after mergeKeith Whitwell1-9/+7
2010-03-15r300g: fix up after mergeKeith Whitwell5-24/+25
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell150-10110/+6852