Age | Commit message (Expand) | Author |
2009-09-16 | mesa: begin some texstore code refactoring | Brian Paul |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2009-06-12 | mesa: Enable uploads of only depth to z24s8 textures | Jakob Bornecrantz |
2009-04-03 | mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file | Brian Paul |
2009-04-03 | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul |
2009-04-03 | mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCE | Brian Paul |
2009-04-03 | mesa: whitespace and comment clean-up | Brian Paul |
2009-03-28 | mesa: fix a glGetTexImage issue with base-converted texture formats | Roland Scheidegger |
2009-03-28 | mesa: add _rev signed rgba texture format | Roland Scheidegger |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-02-09 | fix _mesa_get_teximage for srgb textures | Roland Scheidegger |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-20 | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom |
2008-12-12 | mesa: fixes for srgb, new srgb formats | Roland Scheidegger |
2008-11-20 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-10-27 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-10-23 | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul |
2008-10-22 | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-10-10 | mesa: fix asst. issues in _mesa_texstore_argb8888() | Brian Paul |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-21 | mesa: fix some pixel transfer state tests for depth formats | Brian Paul |
2008-09-21 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-04 | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao |
2008-09-04 | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz |
2008-08-08 | mesa: fix some pixel transfer state tests for depth formats | Brian Paul |
2008-08-08 | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul |
2008-08-08 | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul |
2008-07-29 | mesa: fix issues causing warnings on Windows | Brian Paul |
2008-07-25 | mesa: fix issues causing warnings on Windows | Brian Paul |
2008-07-25 | mesa: Mark as XXX unresolved warnings on windows. | Michal Krol |
2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-06-24 | mesa: Move variable declarations to the scope top. | José Fonseca |
2008-06-18 | mesa: Fix bug in _mesa_swizzle_ubyte_image | Brian Paul |
2008-06-18 | mesa: _mesa_texstore_s8_z24 now supports depth only uploads | Jakob Bornecrantz |
2008-06-18 | mesa: Added _mesa_texstore_s8_z24 | Jakob Bornecrantz |
2008-06-17 | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul |
2008-06-17 | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul |
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul |
2008-05-09 | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian |
2008-05-09 | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie |
2008-02-25 | Change GetCompressedTexImage in dd_function_table to not take const pointers. | Kristian Høgsberg |
2008-02-13 | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao |
2008-02-08 | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian |