Age | Commit message (Expand) | Author |
2010-02-08 | gallivm: added gallivm/lp_bld_misc.cpp to Makefile | Brian Paul |
2010-02-08 | llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile | Brian Paul |
2010-02-08 | llvmpipe: s/textured/texture/ | Brian Paul |
2010-02-08 | llvmpipe: added counters for color tile clear, load, store | Brian Paul |
2010-02-08 | llvmpipe: use new os time functions | Brian Paul |
2010-02-08 | glx: Fix SwapBuffers regression introduced by 01923fb72d. | Francisco Jerez |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin |
2010-02-08 | radeong: Provide drm_api::destroy hook. | Corbin Simpson |
2010-02-08 | radeong: Always return something for create_screen. | Corbin Simpson |
2010-02-08 | st/dri: fix compile breakage | Keith Whitwell |
2010-02-08 | egl: re-fix context_create typo | Keith Whitwell |
2010-02-08 | svga: remove dead debug sleep | Keith Whitwell |
2010-02-08 | gallium: remove softpipe references in other drivers | Keith Whitwell |
2010-02-08 | drm/radeon: remove softpipe references | Keith Whitwell |
2010-02-08 | cell: fix the usual cell breakage | Marc Dietrich |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-08 | glx: permit building with older protocol headers | Keith Whitwell |
2010-02-08 | radeon: fix UMS since stp addition. | Dave Airlie |
2010-02-07 | mesa: Fix mesa_next_pow_two to return same value if parameter is pow2. | Pauli Nieminen |
2010-02-07 | r200: Fix LOD min/max emit. | Pauli Nieminen |
2010-02-07 | r100/r200/r300/r600: Set MaxCombinedTextureImageunits. | Pauli Nieminen |
2010-02-07 | r200: Fix lod bias correction. | Pauli Nieminen |
2010-02-07 | llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni... | Vinson Lee |
2010-02-07 | svga: Remove unnecessary header. | Vinson Lee |
2010-02-07 | llvmpipe: Remove unnecessary headers. | Vinson Lee |
2010-02-06 | r300g: cleanup XXXs in the DSA state | Marek Olšák |
2010-02-06 | r300g: make a local copy of framebuffer state | Marek Olšák |
2010-02-06 | r300g: fix color channel masks | Marek Olšák |
2010-02-06 | r300g: remove useless GA_COLOR_CONTROL emit | Marek Olšák |
2010-02-06 | r300g: add L8_SRGB and A8L8_SRGB texture formats | Marek Olšák |
2010-02-06 | r200: Add some debug output to texture function. | Pauli Nieminen |
2010-02-06 | r300: Fix emit size prediction to know about primitive splitting. | Pauli Nieminen |
2010-02-06 | radeon: Add some debug output to texture function.\n | Pauli Nieminen |
2010-02-06 | radeon: Use _mesa_next_pow_two_32 instead of own implementation. | Pauli Nieminen |
2010-02-06 | mesa/main: Add function to find next higher power of two. | Pauli Nieminen |
2010-02-06 | radeon: Add some debug output to miptree code. | Pauli Nieminen |
2010-02-06 | radeon: Remove the loop from stride size calculation. | Pauli Nieminen |
2010-02-06 | Gallium: Add Solaris atomic function definitions to u_atomic.h | Alan Coopersmith |
2010-02-06 | intel: Allow L8 PBO blit uploads. | Damien Lespiau |
2010-02-06 | i965: Keep the CURBE BO mapped and memcpy instead of subdataing. | Eric Anholt |
2010-02-06 | i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo. | Eric Anholt |
2010-02-06 | intel: Check aperture size when doing a blit glClear. | Eric Anholt |
2010-02-06 | intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888. | Eric Anholt |
2010-02-06 | llvmpipe: Silence GCC 'no previous prototype' warning. | Vinson Lee |
2010-02-05 | i965g: Remove unnecessary headers. | Vinson Lee |
2010-02-05 | gallium/python: support two more formats in retrace dumps | Zack Rusin |
2010-02-05 | st/mesa: allow negative index for PROGRAM_STATE_VAR | Brian Paul |
2010-02-05 | mesa: debug output for ARL | Brian Paul |
2010-02-05 | osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs. | Brian Paul |
2010-02-05 | egl_dri2: Use pkg-config cflags and libs from configure output | Kristian Høgsberg |