Age | Commit message (Expand) | Author |
2010-03-31 | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places | Ben Skeggs |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | mesa/st: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca |
2010-03-24 | st/mesa: fix typo in prev commit | Brian Paul |
2010-03-24 | st/mesa: fix sampler_view destruction bug when texture is shared | Brian Paul |
2010-03-24 | st/mesa: code clean-ups, formatting fixes, comments, etc | Brian Paul |
2010-03-24 | st/mesa: rename st_clear() to st_Clear() | Brian Paul |
2010-03-24 | st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean | Brian Paul |
2010-03-23 | st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0 | Luca Barbieri |
2010-03-22 | st/mesa: rename st_framebuffer() to st_ws_framebuffer() | Brian Paul |
2010-03-22 | st/mesa: Remove unnecessary headers. | Vinson Lee |
2010-03-22 | Merge branch '7.8' | Brian Paul |
2010-03-18 | st/mesa: s/unpack/pack/ to be more consistent | Brian Paul |
2010-03-18 | st/mesa: Set the pipe context of the texture object. | Chia-I Wu |
2010-03-17 | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul |
2010-03-17 | Merge branch '7.8' | Brian Paul |
2010-03-17 | st/mesa: fix glCopyPixels bugs/crashes when src region need clipping | Brian Paul |
2010-03-17 | st/mesa: Fix build breakage. | Corbin Simpson |
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen |
2010-03-16 | st/mesa: Invalidate sampler view when texture object changes. | Michal Krol |
2010-03-16 | gallium: change remaining util functions to use cso sampler views | Roland Scheidegger |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-16 | Merge remote branch 'origin/gallium-st-api' | Chia-I Wu |
2010-03-15 | st/mesa: Fix a call to st_get_stobj_sampler_view(). | Michal Krol |
2010-03-15 | st/mesa: Pass in correct sampler view object to blitter. | Michal Krol |
2010-03-15 | gallium: util_blit_pixels() takes source sampler view as argument. | Michal Krol |
2010-03-15 | st/mesa: Cache FBO texture's sampler view object. | Michal Krol |
2010-03-15 | st/mesa: Update the comments in st_manager.c. | Chia-I Wu |
2010-03-14 | st/mesa: Fix handling of FBO. | Chia-I Wu |
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 | mesa: Fix memory leak in decompress-with-blit. | Keith Whitwell |
2010-03-13 | st/mesa: Set revalidate in st_framebuffer_update_attachments. | Chia-I Wu |
2010-03-12 | Revert "st/mesa: Always recalculate invalid index bounds." | Corbin Simpson |
2010-03-12 | Merge branch '7.8' | Michel Dänzer |
2010-03-12 | st/mesa: Associate a sampler view with an st texture object. | Michal Krol |
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 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-12 | st/mesa: Check the format before adding depth/stencil buffers. | Chia-I Wu |
2010-03-12 | st/mesa: Implement st_api.h. | Chia-I Wu |
2010-03-11 | st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ | Brian Paul |
2010-03-11 | st/mesa: fix st_set_framebuffer_surface() state validation | Brian Paul |
2010-03-11 | st/mesa: don't enable extensions which aren't actually supported | Roland Scheidegger |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-11 | st/dri: move extension initilization to st/mesa completely | Marek Olšák |
2010-03-11 | st/mesa: always advertise texture_rectangle | Marek Olšák |