Age | Commit message (Expand) | Author |
2010-03-14 | glapi: this one should be by THREAD | George Sapountzis |
2010-03-14 | glapi: more organize code by arch | George Sapountzis |
2010-03-14 | glapi: organize arch-specific code by arch (2) | George Sapountzis |
2010-03-14 | glapi: organize arch-specific code by arch | George Sapountzis |
2010-03-14 | r300g: remove pipe_context from r300_screen | Marek Olšák |
2010-03-14 | st/glx: Fix glXCopySubBufferMESA. | Chia-I Wu |
2010-03-14 | st/glx: Sync the back buffer to the front buffer. | Chia-I Wu |
2010-03-14 | st/glx: Add support for GLX_MESA_copy_sub_buffer. | Chia-I Wu |
2010-03-14 | st/glx: Add xmesa_display to hold per-display variables. | Chia-I Wu |
2010-03-14 | st/mesa: Fix handling of FBO. | Chia-I Wu |
2010-03-13 | softpipe: Remove unnecessary header. | Vinson Lee |
2010-03-13 | gallium: Respect user's CFLAGS for including X headers | Dan Nicholson |
2010-03-13 | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith |
2010-03-13 | llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps. | José Fonseca |
2010-03-13 | r300g: add high quality anisotropic filtering for R5xx (disabled by default) | Marek Olšák |
2010-03-13 | r300g: fix anisotropic filtering, fix macrotiling | Marek Olšák |
2010-03-13 | r300g: refrain from using immediate mode if it causes slowdown | Marek Olšák |
2010-03-13 | r300g: fix up function names | Marek Olšák |
2010-03-13 | radeon: add some debuging info for glCopyTex(Sub)Image | Maciej Cencora |
2010-03-13 | r300: blits for small dst pitch work just fine | Maciej Cencora |
2010-03-13 | radeon: fix gl format to mesa format mapping and add GL_BGRA formats | Maciej Cencora |
2010-03-13 | radeon: fix glCopyTex(Sub)Image | Maciej Cencora |
2010-03-13 | llvmpipe: Ensure the context is flushed before modifying textures. | José Fonseca |
2010-03-13 | llvmpipe: Don't use texture transfer internally. | José Fonseca |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-13 | st/mesa: Validate the state in st_readpixels. | Chia-I Wu |
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 | mklib: Fix amd64 builds on Solaris when using Sun compilers | Alan Coopersmith |
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 |