Age | Commit message (Expand) | Author |
2010-04-16 | st/mesa: Remove NULL check of pointer that could not be NULL. | Vinson Lee |
2010-04-15 | st/mesa: Move dereference and assignment to after NULL check. | Vinson Lee |
2010-04-14 | st/mesa: Remove unnecessary headers. | Vinson Lee |
2010-04-14 | st/mesa: put ATI_texture_mirror_once in the right place | Marek Olšák |
2010-04-14 | st/mesa: trivially enable ATI_texture_mirror_once | Marek Olšák |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-12 | st/mesa: half float vertex support (unexposed) | Luca Barbieri |
2010-04-10 | st/mesa: Silence uninitialized variable warning. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-10 | Fix copyright headers. | Chia-I Wu |
2010-04-09 | Merge branch '7.8' | Brian Paul |
2010-04-09 | st/mesa: new assertions to check array indexes | Brian Paul |
2010-04-08 | st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression | Brian Paul |
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu |
2010-04-05 | st/mesa: reformatting | Brian Paul |
2010-04-05 | st/mesa: put fragment wpos code into separate function | Brian Paul |
2010-04-05 | st/mesa: trivially enable GL_EXT_gpu_program_parameters | Marek Olšák |
2010-04-04 | st/mesa: call pipe_context::draw_arrays/elements_instanced() | Brian Paul |
2010-04-04 | st/mesa: Implement GL_OES_EGL_image driver hooks. | Chia-I Wu |
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger |
2010-03-31 | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places | Ben Skeggs |
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 |