summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21pipebuffer: Release the lock during map wait. Cleanups.José Fonseca
2010-01-21pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca
2010-01-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca
2010-01-21mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca
2010-01-21util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca
2010-01-21util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca
2010-01-21gallium: New inline to write buffers which avoids synchronization.José Fonseca
2010-01-21gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.José Fonseca
2010-01-21gallium: Remove temporary hack for the absence of a discard flag.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-21st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-21r200: fix CS section size mismatchRoland Scheidegger
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-21gallium: fix conditional rendering commentBrian Paul
2010-01-21gallium/docs: document conditional renderingBrian Paul
2010-01-21gallium: updated comments, whitespace fixesBrian Paul
2010-01-21mesa: minor whitespace fixBrian Paul
2010-01-21mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri
2010-01-21progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul
2010-01-21docs: remove old pbuffer infoBrian Paul
2010-01-21docs: added target attribute to external URLsBrian Paul
2010-01-21docs: add links to the egl, openvg, opengles pagesBrian Paul
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul
2010-01-21docs: new Mesa source tree overview page.Brian Paul
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2010-01-21docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu
2010-01-21docs: Add documentation for EGL.Chia-I Wu
2010-01-20mach64: Remove unnecessary headers.Vinson Lee
2010-01-20i810: Remove unnecessary headers.Vinson Lee
2010-01-20gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith
2010-01-20ffb: Remove unnecessary headers.Vinson Lee
2010-01-20radeong: Fix EGL driver names.Corbin Simpson
2010-01-20Fix touching live system during install.Tomas Chvatal
2010-01-20xlib/softpipe: fix buffer memory leakBrian Paul
2010-01-20r200: re-adding missing pitch alignment check in blit codeAlex Deucher
2010-01-20mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul
2010-01-20Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.hAlan Coopersmith
2010-01-20st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul
2010-01-20docs: updated Mesa mailing list infoBrian Paul
2010-01-20r200: fix some breakage after move to common blit codeAlex Deucher
2010-01-20st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz
2010-01-20r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher
2010-01-20st/egl_g3d: Add support for driver probe.Chia-I Wu
2010-01-20st/egl_g3d: Add support for probe to native displays.Chia-I Wu
2010-01-20egl: Add a simple cache for driver probe.Chia-I Wu
2010-01-20egl: Improve driver matching.Chia-I Wu
2010-01-20egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu