Age | Commit message (Expand) | Author |
2008-12-18 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-12-18 | mesa: updated comments | Brian Paul |
2008-12-17 | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in... | Brian Paul |
2008-12-17 | mesa: fix fixed-function test in get_fp_input_mask() - again. | Brian Paul |
2008-12-17 | mesa: add missing cases for texture array targets | Brian Paul |
2008-12-17 | Revert "mesa: fix vertex program test in get_fp_input_mask()" | Brian Paul |
2008-12-17 | mesa: fix vertex program test in get_fp_input_mask() | Brian Paul |
2008-12-16 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-15 | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul |
2008-12-15 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-14 | Perform range checking on app supplied texture base level | Ian Romanick |
2008-12-12 | mesa: fixes for srgb, new srgb formats | Roland Scheidegger |
2008-12-09 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-08 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
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 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-24 | mesa: add gl_program::Input/OutputFlags[] array | Brian Paul |
2008-11-20 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
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-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
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 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-07 | mesa: use _bfc0 instead of _col0 when building back face lighting. | Xiang, Haihao |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-01 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-01 | mesa: additional debug flags for glsl debug/disassembly | Brian Paul |
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-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: 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-20 | mesa: note that texcoords are generated by setup routines when pointsprite en... | Keith Whitwell |
2008-10-16 | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul |
2008-10-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-14 | mesa: modify fixed function vertex programs not to reference constant attributes | Keith Whitwell |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |