Age | Commit message (Expand) | Author |
2009-01-20 | Fix store texel for argb4444. | Thomas Hellstrom |
2009-01-20 | Fix store texel for argb8888_rev. | Thomas Hellstrom |
2009-01-20 | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom |
2009-01-16 | mesa: remove GL_DEPTH_TEST + no depth buffer test | Brian Paul |
2009-01-15 | mesa: check frambuffer complete status before rendering | Alan Hourihane |
2009-01-14 | mesa: bump version to 7.3-rc2 | Brian Paul |
2009-01-14 | glsl: propagate pragma info down into compiler from preprocessor | Brian Paul |
2009-01-14 | mesa: fix incorrect transformation of GL_SPOT_DIRECTION | Brian Paul |
2009-01-11 | Big endian fixes. | Matthieu Herrb |
2009-01-08 | mesa: set version string to 7.3-rc1 | Brian Paul |
2009-01-07 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt |
2009-01-07 | mesa: Add _mesa_snprintf. | José Fonseca |
2009-01-06 | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul |
2009-01-06 | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao |
2009-01-06 | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1... | Xiang, Haihao |
2009-01-05 | mesa: add GLushort cases for render to texture (Z-buffers) | Brian Paul |
2009-01-01 | mesa: comments, whitespace changes | Brian Paul |
2008-12-31 | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul |
2008-12-30 | mesa: increase max constants/uniforms to 256 (vec4 vectors) | Brian Paul |
2008-12-19 | Add do_row_3d for mipmapping 3D textures | Ian Romanick |
2008-12-19 | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Ian Romanick |
2008-12-18 | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt |
2008-12-18 | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt |
2008-12-17 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-12-17 | mesa: updated comments | Brian Paul |
2008-12-15 | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul |
2008-12-14 | Perform range checking on app supplied texture base level | Ian Romanick |
2008-12-06 | mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB). | Eric Anholt |
2008-12-01 | mesa: fix conditional in save_Lightfv(), bug 18838 | Brian |
2008-11-28 | mesa: enable texture compression extensions for software drivers when possible | Brian Paul |
2008-11-28 | mesa: remove unneeded compressed texure size checks | Phillip Klaus Krause |
2008-11-24 | mesa: add gl_program::Input/OutputFlags[] array | Brian Paul |
2008-11-20 | mesa: fix shadow sampling unit issue. | Xiang, Haihao |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-11 | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao |
2008-11-11 | mesa: update new state for RasterPos like other operations. | Xiang, Haihao |
2008-11-10 | mesa: new _mesa_is_pow_two() function | Brian |
2008-11-10 | mesa: fix some misc breakage caused by editing auto-generated files rather th... | Brian Paul |
2008-11-10 | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul |
2008-11-08 | mesa: use NRM3 in emit_normalize_vec3() when drivers are ready | Brian |
2008-11-07 | mesa: use _bfc0 instead of _col0 when building back face lighting. | Xiang, Haihao |
2008-11-01 | mesa: additional debug flags for glsl debug/disassembly | Brian Paul |
2008-10-31 | mesa: fix a typo in the previous commit | Xiang, Haihao |
2008-10-30 | mesa: fix an issue in _mesa_PointParameterfv(). | Xiang, Haihao |
2008-10-23 | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul |
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-16 | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul |