Age | Commit message (Expand) | Author |
2010-07-13 | r300g: do not advertise half_float_vertex on rv3x0 | Marek Olšák |
2010-07-13 | r300g: extend and clean up debug logging | Marek Olšák |
2010-07-13 | r300g/swtcl: do not emit texcoords if they are also stuffed in GA | Marek Olšák |
2010-07-13 | r300g: rework the draw_rectangle hook | Marek Olšák |
2010-07-12 | Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesa | Maciej Cencora |
2010-07-12 | r600: Fix include recursion. | Vinson Lee |
2010-07-12 | r300g: Remove unnecessary header. | Vinson Lee |
2010-07-12 | radeon: fix some wine d3d9 tests | Maciej Cencora |
2010-07-12 | llvmpipe: Re-enable threading on windows. | José Fonseca |
2010-07-12 | os: remove gratuitous pipe_barrier placeholder code | nobled |
2010-07-12 | os, rbug: remove PIPE_THREAD_HAVE_CONDVAR | nobled |
2010-07-12 | os: Implement pipe_condvar on Windows Vista and later | nobled |
2010-07-12 | os: Implement pipe_condvar on win32 | nobled |
2010-07-12 | r300g: implement fast color clear | Marek Olšák |
2010-07-12 | r300g: clear and copy a resource with a rectangular point sprite | Marek Olšák |
2010-07-12 | r300g: do not use immediate mode if there is a VBO in VRAM | Marek Olšák |
2010-07-12 | u_blitter: add draw_rectangle callback which can be overridden by a driver | Marek Olšák |
2010-07-12 | u_blitter: clean up the texcoord computations | Marek Olšák |
2010-07-12 | u_blitter: simplify blitter_set_rectangle | Marek Olšák |
2010-07-12 | u_blitter: rename blitter->base, add a way to get a pipe context from blitter | Marek Olšák |
2010-07-12 | r300g: ugly fix of a hardlock in the cubestorm xscreensaver | Marek Olšák |
2010-07-11 | radeon: lower texture memory consumption is some cases | Maciej Cencora |
2010-07-11 | radeon: fix teximage migration failure in rare case | Maciej Cencora |
2010-07-11 | r300c: Fix vertex data setup for named buffer objects with unaligned offset | Maciej Cencora |
2010-07-11 | r600: Remove unnecessary headers. | Vinson Lee |
2010-07-10 | r300g: do not print a rejected CS if RADEON_DUMP_CS is not set | Marek Olšák |
2010-07-10 | r600: Fix GCC 'implication declaration of function' warnings. | Vinson Lee |
2010-07-09 | r600: Remove unnecessary header. | Vinson Lee |
2010-07-09 | r600: Fix include recursion. | Vinson Lee |
2010-07-09 | glslcompiler: Fix GCC warn_unused_result warning. | Vinson Lee |
2010-07-09 | glslcompiler: Fix memory leaks on error paths. | Vinson Lee |
2010-07-09 | glslcompiler: Remove unnecessary headers. | Vinson Lee |
2010-07-09 | mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h. | Vinson Lee |
2010-07-09 | r300g: allow the GTT domain for samplers | Marek Olšák |
2010-07-08 | r300/compiler: Add a register rename pass. | Tom Stellard |
2010-07-08 | r300/compiler: Fix scheduling of TEX instructions. | Tom Stellard |
2010-07-09 | r300g/swtcl: fix out-of-bounds write | Marek Olšák |
2010-07-08 | draw: Fix off-by-one error in assert. | Vinson Lee |
2010-07-08 | glsl: fix indirect addressing of gl_TextureMatrix[] arrays | Brian Paul |
2010-07-08 | egl_dri2: Support _EGL_PLATFORM_DRM | Kristian Høgsberg |
2010-07-08 | glslcompiler: Fix build. | Vinson Lee |
2010-07-09 | r300g: fix texturing with negative lod bias | Marek Olšák |
2010-07-08 | r300g: store/return the stride for winsys_handle in winsys | Marek Olšák |
2010-07-08 | i965: Add disasm for SEND mlen/rlen on Sandybridge. | Eric Anholt |
2010-07-08 | i965: Add 'wait' instruction support | Zhenyu Wang |
2010-07-08 | i965: Fix disasm of a SEND's mlen and rlen on Ironlake. | Eric Anholt |
2010-07-08 | i965: Add decode for Sandybridge DP write messages. | Zhenyu Wang |
2010-07-08 | i965: Add definitions for Sandybridge DP write/read messages. | Zhenyu Wang |
2010-07-08 | r300g: fix transfering compressed textures | Marek Olšák |
2010-07-08 | intel: Update intel_decode.c from intel-gpu-tools. | Eric Anholt |