Age | Commit message (Expand) | Author |
2010-03-13 | llvmpipe: Obey rasterization rules. | José Fonseca |
2010-03-13 | llvmpipe: setup_context -> lp_setup_context | José Fonseca |
2010-03-13 | mesa: Fix memory leak in decompress-with-blit. | Keith Whitwell |
2010-03-13 | nv50: fixup after gallium-context-transfers merge | Xavier Chantry |
2010-03-13 | python: Temporarily disable python state tracker until transfers are done by ... | José Fonseca |
2010-03-13 | st/glx: Fix framebuffer validation. | Chia-I Wu |
2010-03-13 | st/glx: Correctly set buffer_mask of a visual. | Chia-I Wu |
2010-03-13 | st/mesa: Set revalidate in st_framebuffer_update_attachments. | Chia-I Wu |
2010-03-13 | st/glx: Make xmesa_create_st_api a callback of xm_driver. | Chia-I Wu |
2010-03-13 | st/egl: Fix eglCopyBuffers. | Chia-I Wu |
2010-03-13 | st/glx: Fix leaks in xmesa_st_framebuffer. | Chia-I Wu |
2010-03-13 | st/egl: Cache the pipe surface used in flush_frontbuffer. | Chia-I Wu |
2010-03-12 | r300g: Forcibly sanitize max index. | Corbin Simpson |
2010-03-12 | Revert "st/mesa: Always recalculate invalid index bounds." | Corbin Simpson |
2010-03-12 | gallivm: cube map sampling works now | Brian Paul |
2010-03-12 | gallivm: fix bugs in nested if/then/else codegen | Brian Paul |
2010-03-12 | gallivm: support non-vector float in lp_build_sgn() | Brian Paul |
2010-03-12 | i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy(). | Eric Anholt |
2010-03-12 | i965: Clarify that DELTAXY always occurs for both X and Y. | Eric Anholt |
2010-03-12 | i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt |
2010-03-12 | i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt |
2010-03-12 | i965: Fix up VS DP4 sequences to avoid dependency control. | Eric Anholt |
2010-03-12 | i965: When doing a swizzled kill pixel, don't do redundant channel compares. | Eric Anholt |
2010-03-12 | i965: Use the SEL instruction to implement MIN and MAX. | Eric Anholt |
2010-03-12 | svga: Fix up for context transfers. | Michel Dänzer |
2010-03-12 | st/xorg: Remove flushes no longer necessary thanks to context transfers. | Michel Dänzer |
2010-03-12 | glx/single2.c: Don't call __builtin_expect on non-gnu compilers | Alan Coopersmith |
2010-03-12 | Merge branch '7.8' | Michel Dänzer |
2010-03-12 | vmwgfx/dri: Fix SCons build. | Michel Dänzer |
2010-03-12 | st/dri: Always try to set up R5G6B5 configs. | Michel Dänzer |
2010-03-12 | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher |
2010-03-12 | dri/r700: include shader/programopt.h instead of programopt.c. | Luc Verhaegen |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-12 | cso: Remove set/save/restore_vertex_sampler_textures(). | Michal Krol |
2010-03-12 | st/mesa: Associate a sampler view with an st texture object. | Michal Krol |
2010-03-12 | cso: Add entry points for vertex/fragment sampler views. | Michal Krol |
2010-03-12 | st/xorg: context transfers | Keith Whitwell |
2010-03-12 | gallium: fix BGRA vertex color swizzles | Marek Olšák |
2010-03-12 | st/mesa: Always recalculate invalid index bounds. | Corbin Simpson |
2010-03-12 | st/mesa: Update debug infos. | Corbin Simpson |
2010-03-12 | r300g: Properly clamp index limits. | Corbin Simpson |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | radeon: Fix memory leaks from early return. | Vinson Lee |
2010-03-12 | st/glx: Add xm_st.c to SConscript. | Chia-I Wu |
2010-03-11 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-03-12 | st/mesa: Check the format before adding depth/stencil buffers. | Chia-I Wu |
2010-03-12 | st/glx: Return a better format in choose_depth_stencil_format. | Chia-I Wu |
2010-03-12 | st/glx: Fix an infinite recursion in flush_front. | Chia-I Wu |
2010-03-12 | st/glx: Use st_api.h instead of st_public.h. | Chia-I Wu |
2010-03-12 | st/egl: Use st_api.h instead of st_public.h. | Chia-I Wu |