summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-13targets: Clean up xorg make files a bitJakob Bornecrantz
2010-07-13libgl-xlib: add depend to make clean listBrian Paul
2010-07-13glapi: use _mesa_snprintf()Brian Paul
2010-07-13r300/compiler: implement the Abs source operand modifier for vertex shadersMarek Olšák
2010-07-13r300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex shadersMarek Olšák
2010-07-13mesa: s/snprintf/_mesa_snprintf/Vinson Lee
2010-07-13r300g: do not advertise half_float_vertex on rv3x0Marek Olšák
2010-07-13r300g: extend and clean up debug loggingMarek Olšák
2010-07-13r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák
2010-07-13r300g: rework the draw_rectangle hookMarek Olšák
2010-07-12Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaMaciej Cencora
2010-07-12r600: Fix include recursion.Vinson Lee
2010-07-12r300g: Remove unnecessary header.Vinson Lee
2010-07-12radeon: fix some wine d3d9 testsMaciej Cencora
2010-07-12llvmpipe: Re-enable threading on windows.José Fonseca
2010-07-12os: remove gratuitous pipe_barrier placeholder codenobled
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled
2010-07-12os: Implement pipe_condvar on Windows Vista and laternobled
2010-07-12os: Implement pipe_condvar on win32nobled
2010-07-12r300g: implement fast color clearMarek Olšák
2010-07-12r300g: clear and copy a resource with a rectangular point spriteMarek Olšák
2010-07-12r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák
2010-07-12u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák
2010-07-12u_blitter: clean up the texcoord computationsMarek Olšák
2010-07-12u_blitter: simplify blitter_set_rectangleMarek Olšák
2010-07-12u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák
2010-07-12r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák
2010-07-11radeon: lower texture memory consumption is some casesMaciej Cencora
2010-07-11radeon: fix teximage migration failure in rare caseMaciej Cencora
2010-07-11r300c: Fix vertex data setup for named buffer objects with unaligned offsetMaciej Cencora
2010-07-11r600: Remove unnecessary headers.Vinson Lee
2010-07-10r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák
2010-07-10r600: Fix GCC 'implication declaration of function' warnings.Vinson Lee
2010-07-09r600: Remove unnecessary header.Vinson Lee
2010-07-09r600: Fix include recursion.Vinson Lee
2010-07-09glslcompiler: Fix GCC warn_unused_result warning.Vinson Lee
2010-07-09glslcompiler: Fix memory leaks on error paths.Vinson Lee
2010-07-09glslcompiler: Remove unnecessary headers.Vinson Lee
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee
2010-07-09r300g: allow the GTT domain for samplersMarek Olšák
2010-07-08r300/compiler: Add a register rename pass.Tom Stellard
2010-07-08r300/compiler: Fix scheduling of TEX instructions.Tom Stellard
2010-07-09r300g/swtcl: fix out-of-bounds writeMarek Olšák
2010-07-08draw: Fix off-by-one error in assert.Vinson Lee
2010-07-08glsl: fix indirect addressing of gl_TextureMatrix[] arraysBrian Paul
2010-07-08egl_dri2: Support _EGL_PLATFORM_DRMKristian Høgsberg
2010-07-08glslcompiler: Fix build.Vinson Lee
2010-07-09r300g: fix texturing with negative lod biasMarek Olšák
2010-07-08r300g: store/return the stride for winsys_handle in winsysMarek Olšák
2010-07-08i965: Add disasm for SEND mlen/rlen on Sandybridge.Eric Anholt