summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-02-08egl: re-fix context_create typoKeith Whitwell
2010-02-08svga: remove dead debug sleepKeith Whitwell
2010-02-08gallium: remove softpipe references in other driversKeith Whitwell
2010-02-08drm/radeon: remove softpipe referencesKeith Whitwell
2010-02-08cell: fix the usual cell breakageMarc Dietrich
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-02-08radeon: fix UMS since stp addition.Dave Airlie
2010-02-07mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.Pauli Nieminen
2010-02-07r200: Fix LOD min/max emit.Pauli Nieminen
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-02-07r200: Fix lod bias correction.Pauli Nieminen
2010-02-07llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni...Vinson Lee
2010-02-07svga: Remove unnecessary header.Vinson Lee
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-06r300g: cleanup XXXs in the DSA stateMarek Olšák
2010-02-06r300g: make a local copy of framebuffer stateMarek Olšák
2010-02-06r300g: fix color channel masksMarek Olšák
2010-02-06r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák
2010-02-06r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák
2010-02-06r200: Add some debug output to texture function.Pauli Nieminen
2010-02-06r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen
2010-02-06radeon: Add some debug output to texture function.\nPauli Nieminen
2010-02-06radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen
2010-02-06mesa/main: Add function to find next higher power of two.Pauli Nieminen
2010-02-06radeon: Add some debug output to miptree code.Pauli Nieminen
2010-02-06radeon: Remove the loop from stride size calculation.Pauli Nieminen
2010-02-06Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith
2010-02-06intel: Allow L8 PBO blit uploads.Damien Lespiau
2010-02-06i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt
2010-02-06i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt
2010-02-06intel: Check aperture size when doing a blit glClear.Eric Anholt
2010-02-06intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt
2010-02-06llvmpipe: Silence GCC 'no previous prototype' warning.Vinson Lee
2010-02-05i965g: Remove unnecessary headers.Vinson Lee