Age | Commit message (Expand) | Author |
2009-10-27 | intel: use _mesa_get_current_tex_unit() helper | Brian Paul |
2009-10-27 | mesa: s/Bilt/Blit | Brian Paul |
2009-10-27 | mesa: more texture debug code changes, improvements | Brian Paul |
2009-10-27 | mesa: minor code clean-up in client_state() | Brian Paul |
2009-10-27 | mesa: avoid redundant state setting in glClientActiveTexture | Brian Paul |
2009-10-27 | intel: fix comment, formatting | Brian Paul |
2009-10-27 | intel: fix src offset bug in do_copy_texsubimage() | Brian Paul |
2009-10-27 | glsl: fix memory leak | Brian Paul |
2009-10-27 | i915: Fix driver for the miptree x/y offset changes. | Eric Anholt |
2009-10-27 | i965: be clear that the Fallback field is a boolean, not a bitfield | Brian Paul |
2009-10-27 | Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()" | Brian Paul |
2009-10-27 | draw: Fix memory leak. | Vinson Lee |
2009-10-27 | intel: fix GL state bugs in intel_texture_bitmap() | Brian Paul |
2009-10-28 | nv50: activate more lanes in a warp | Christoph Bumiller |
2009-10-27 | intel: fix src offset bug in do_copy_texsubimage() | Brian Paul |
2009-10-27 | glsl: fix memory leak | Brian Paul |
2009-10-27 | i915: Fix driver for the miptree x/y offset changes. | Eric Anholt |
2009-10-27 | st/xorg: Adopt to new dirty clip rect type | Jakob Bornecrantz |
2009-10-27 | i965: be clear that the Fallback field is a boolean, not a bitfield | Brian Paul |
2009-10-27 | Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()" | Brian Paul |
2009-10-27 | draw: Fix memory leak. | Vinson Lee |
2009-10-26 | intel: fix GL state bugs in intel_texture_bitmap() | Brian Paul |
2009-10-26 | mesa: Add remap.c to SConscript. | Chia-I Wu |
2009-10-26 | st/xorg: initialize indexes before reswizzling for yuv | Zack Rusin |
2009-10-26 | st/xorg: stop overflowing yuv buffers | Zack Rusin |
2009-10-26 | st/xorg: add yuv vertex shader | Zack Rusin |
2009-10-26 | st/xorg: add yuv shaders | Zack Rusin |
2009-10-26 | r300g: read occlusion query results from both Z pipes on RV530 | Marek Olšák |
2009-10-26 | r300g: add cubemap support | Marek Olšák |
2009-10-25 | mesa: choose texture format in core mesa, not drivers | Brian Paul |
2009-10-25 | mesa: remove _mesa_compressed_texture_size_glenum() stub | Brian Paul |
2009-10-25 | mesa: remove _mesa_compressed_row_stride() | Brian Paul |
2009-10-25 | mesa: remove calls to _mesa_compressed_row_stride() | Brian Paul |
2009-10-25 | glide: remove _mesa_compressed_row_stride() calls | Brian Paul |
2009-10-25 | mesa: remove _mesa_compressed_row_stride() calls | Brian Paul |
2009-10-25 | mesa: begin removing _mesa_compressed_row_stride() calls | Brian Paul |
2009-10-25 | mesa: simplify texture_row_stride() helper | Brian Paul |
2009-10-25 | mesa: fix-up error checking related to compressed texture block size | Brian Paul |
2009-10-25 | mesa: clean-up, simplify compressed texture size checking | Brian Paul |
2009-10-25 | gallium: Move enum pipe_error into p_defines.h. | José Fonseca |
2009-10-25 | llvmpipe: Human friendlier sampler state dump. | José Fonseca |
2009-10-25 | util: Human readable output of texture states. | José Fonseca |
2009-10-25 | llvmpipe: Dump the sampler state of the shader key. | José Fonseca |
2009-10-25 | llvmpipe: Immediate multiplication. | José Fonseca |
2009-10-25 | llvmpipe: Fast path for sampling rgba8 textures with linear filtering. | José Fonseca |
2009-10-25 | llvmpipe: Make lerping work for 8.8 fixed point values. | José Fonseca |
2009-10-25 | llvmpipe: New module to help make assertions about formats. | José Fonseca |
2009-10-25 | llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS. | José Fonseca |
2009-10-25 | llvmpipe: Split the format swizzling step from the unpacking. | José Fonseca |
2009-10-25 | llvmpipe: Allow different signs when unpacking. | José Fonseca |