Age | Commit message (Expand) | Author |
2009-10-25 | mesa: clean-up, simplify compressed texture size checking | Brian Paul |
2009-10-05 | mesa: don't include texformat.h | Brian Paul |
2009-10-05 | mesa: lift _mesa_set_fetch_functions() calls out of drivers | Brian Paul |
2009-10-01 | mesa: removed gl_texture_image::CompressedSize field | Brian Paul |
2009-10-01 | mesa: remove gl_texture_image::IsCompressed field | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-24 | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu |
2009-09-21 | mesa: add some debug info to teximage.c | Maciej Cencora |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-09-15 | mesa: remove last of gotos | Brian Paul |
2009-09-15 | mesa: more goto removal | Brian Paul |
2009-09-15 | mesa: remove some gotos | Brian Paul |
2009-08-13 | mesa: add extension checks in _mesa_max_texture_levels() | Brian Paul |
2009-08-13 | mesa: use _mesa_get_current_tex_unit() in more places | Brian Paul |
2009-08-13 | mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c | Brian Paul |
2009-08-13 | mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c | Brian Paul |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2009-08-05 | mesa/main: Add functions to clear and dirty texture objects. | Chia-I Wu |
2009-08-04 | mesa: more glGetTexImage() error checking consolidation, new assertion | Brian Paul |
2009-07-30 | mesa: re-enable _mesa_source_buffer_exists() call | Brian Paul |
2009-07-30 | mesa: get_current_tex_unit() helper function | Brian Paul |
2009-07-30 | mesa: refactor glGetTexImage error checking code | Brian Paul |
2009-07-30 | mesa: simplify _mesa_select_tex_image() | Brian Paul |
2009-07-30 | mesa: simplify _mesa_set_tex_image() | Brian Paul |
2009-06-19 | Always free image offsets memory when re-initializing texture image fields. | Michel Dänzer |
2009-05-01 | mesa: fix state validation bug for glCopyTex[Sub]Image() | Brian Paul |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-17 | mesa: update/fix doxygen comments | Vinson Lee |
2009-03-12 | mesa: override_internal_format() function for debug/test purposes (disabled) | Brian Paul |
2009-03-12 | mesa: improve some error messages | Brian Paul |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul |
2009-02-10 | mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis... | Brian Paul |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-02-04 | mesa: minor error msg improvement | Brian Paul |
2009-01-30 | mesa: simplify the _mesa_get_proxy_tex_image() function | Brian Paul |
2009-01-30 | mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D() | Brian Paul |
2009-01-29 | mesa: fix a render to texture FBO validation bug | Brian Paul |
2009-01-28 | Make GL_ARB_texture_compression mandatory | Ian Romanick |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-10 | mesa: new _mesa_is_pow_two() function | Brian |
2008-10-27 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-10-22 | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D() | Brian Paul |
2008-10-22 | mesa: some re-org of glCopyTexSubImage1/2/3D() error checking | 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 | Keith Whitwell |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-09-23 | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ... | Brian |
2008-09-21 | added _mesa_tex_target_to_face() | Brian |