summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-14glapi: organize arch-specific code by archGeorge Sapountzis
2010-03-14r300g: remove pipe_context from r300_screenMarek Olšák
2010-03-14st/glx: Fix glXCopySubBufferMESA.Chia-I Wu
2010-03-14st/glx: Sync the back buffer to the front buffer.Chia-I Wu
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu
2010-03-14st/mesa: Fix handling of FBO.Chia-I Wu
2010-03-13softpipe: Remove unnecessary header.Vinson Lee
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson
2010-03-13llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca
2010-03-13r300g: add high quality anisotropic filtering for R5xx (disabled by default)Marek Olšák
2010-03-13r300g: fix anisotropic filtering, fix macrotilingMarek Olšák
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák
2010-03-13r300g: fix up function namesMarek Olšák
2010-03-13radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora
2010-03-13r300: blits for small dst pitch work just fineMaciej Cencora
2010-03-13radeon: fix gl format to mesa format mapping and add GL_BGRA formatsMaciej Cencora
2010-03-13radeon: fix glCopyTex(Sub)ImageMaciej Cencora
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13st/mesa: Validate the state in st_readpixels.Chia-I Wu
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu
2010-03-13st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson
2010-03-12Revert "st/mesa: Always recalculate invalid index bounds."Corbin Simpson
2010-03-12gallivm: cube map sampling works nowBrian Paul
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul
2010-03-12i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy().Eric Anholt
2010-03-12i965: Clarify that DELTAXY always occurs for both X and Y.Eric Anholt
2010-03-12i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt
2010-03-12i965: When doing a swizzled kill pixel, don't do redundant channel compares.Eric Anholt
2010-03-12i965: Use the SEL instruction to implement MIN and MAX.Eric Anholt
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer