summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-09st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2-5/+22
2010-02-09mesa: add back-door support for cylindrical texture wrap modeBrian Paul2-0/+13
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol8-9/+0
2010-02-09docs: Document TGSI Declaration token.Michal Krol1-0/+28
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol1-11/+35
2010-02-09tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2-0/+2
2010-02-09tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol2-52/+94
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol4-3/+28
2010-02-09tgsi: Remove tgsi_dump_c.[ch].Michal Krol3-512/+0
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol8-10/+48
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol2-4/+7
2010-02-09mesa: Ensure object refcount is null when destroying the buffer.José Fonseca1-0/+2
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca2-6/+19
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca3-23/+34
2010-02-09svga: Actually call fence_reference in texture downloads.José Fonseca1-2/+2
2010-02-09progs/xdemos: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee2-5/+5
2010-02-09scons: don't assume llvm is always presentZack Rusin1-2/+5
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin4-8/+65
2010-02-08identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee2-2/+0
2010-02-08gallivm: added lp_bld_misc.cpp to sources listBrian Paul1-0/+1
2010-02-08llvmpipe: include gallivm/lp_bld_misc.hBrian Paul1-0/+1
2010-02-08gallivm: added gallivm/lp_bld_misc.cpp to MakefileBrian Paul1-0/+5
2010-02-08llvmpipe: remove files moved to gallivm/ from llvmpipe/MakefileBrian Paul1-24/+2
2010-02-08llvmpipe: s/textured/texture/Brian Paul3-5/+5
2010-02-08llvmpipe: added counters for color tile clear, load, storeBrian Paul3-0/+16
2010-02-08llvmpipe: use new os time functionsBrian Paul1-5/+5
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez2-0/+2
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin80-5645/+92
2010-02-08radeong: Provide drm_api::destroy hook.Corbin Simpson1-0/+6
2010-02-08radeong: Always return something for create_screen.Corbin Simpson1-0/+3
2010-02-08st/dri: fix compile breakageKeith Whitwell1-1/+1
2010-02-08egl: re-fix context_create typoKeith Whitwell1-1/+1
2010-02-08svga: remove dead debug sleepKeith Whitwell1-5/+0
2010-02-08gallium: remove softpipe references in other driversKeith Whitwell3-3/+1
2010-02-08drm/radeon: remove softpipe referencesKeith Whitwell2-57/+5
2010-02-08cell: fix the usual cell breakageMarc Dietrich3-23/+22
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell92-476/+193
2010-02-08glx: permit building with older protocol headersKeith Whitwell3-6/+41
2010-02-08progs/demos: update .gitignoreJoakim Sindholt1-0/+1
2010-02-08progs/xdemos: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-02-08radeon: fix UMS since stp addition.Dave Airlie1-1/+2
2010-02-07mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.Pauli Nieminen1-3/+5
2010-02-07r200: Fix LOD min/max emit.Pauli Nieminen2-7/+30
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen4-0/+11
2010-02-07r200: Fix lod bias correction.Pauli Nieminen3-4/+7
2010-02-07llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni...Vinson Lee1-5/+5
2010-02-07svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee4-5/+0