| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-30 | 1 | -2/+2 |
|\ |
|
| * | mesa: increase max constants/uniforms to 256 (vec4 vectors) | Brian Paul | 2008-12-30 | 1 | -2/+2 |
* | | mesa: Do not specify types in bitfields. | José Fonseca | 2008-12-30 | 1 | -2/+2 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-19 | 2 | -24/+447 |
|\| |
|
| * | Add do_row_3d for mipmapping 3D textures | Ian Romanick | 2008-12-19 | 1 | -21/+444 |
| * | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Ian Romanick | 2008-12-19 | 1 | -1/+1 |
| * | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt | 2008-12-18 | 1 | -1/+1 |
| * | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt | 2008-12-18 | 1 | -2/+2 |
| * | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul | 2008-12-17 | 1 | -4/+2 |
| * | mesa: updated comments | Brian Paul | 2008-12-17 | 1 | -10/+12 |
* | | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul | 2008-12-18 | 1 | -4/+2 |
* | | mesa: updated comments | Brian Paul | 2008-12-18 | 1 | -10/+12 |
* | | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in... | Brian Paul | 2008-12-17 | 1 | -1/+13 |
* | | mesa: fix fixed-function test in get_fp_input_mask() - again. | Brian Paul | 2008-12-17 | 1 | -3/+5 |
* | | mesa: add missing cases for texture array targets | Brian Paul | 2008-12-17 | 1 | -6/+10 |
* | | Revert "mesa: fix vertex program test in get_fp_input_mask()" | Brian Paul | 2008-12-17 | 1 | -1/+3 |
* | | mesa: fix vertex program test in get_fp_input_mask() | Brian Paul | 2008-12-17 | 1 | -3/+1 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-16 | 4 | -72/+146 |
|\| |
|
| * | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul | 2008-12-15 | 4 | -72/+146 |
* | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 1 | -0/+12 |
|\| |
|
| * | Perform range checking on app supplied texture base level | Ian Romanick | 2008-12-14 | 1 | -0/+12 |
* | | mesa: fixes for srgb, new srgb formats | Roland Scheidegger | 2008-12-12 | 7 | -54/+358 |
* | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-09 | 1 | -2/+10 |
|\| |
|
| * | mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB). | Eric Anholt | 2008-12-06 | 1 | -2/+10 |
* | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-08 | 3 | -8/+11 |
|\| |
|
| * | mesa: fix conditional in save_Lightfv(), bug 18838 | Brian | 2008-12-01 | 1 | -1/+1 |
| * | mesa: enable texture compression extensions for software drivers when possible | Brian Paul | 2008-11-28 | 1 | -1/+10 |
| * | mesa: remove unneeded compressed texure size checks | Phillip Klaus Krause | 2008-11-28 | 1 | -6/+0 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-24 | 2 | -0/+5 |
|\| |
|
| * | mesa: add gl_program::Input/OutputFlags[] array | Brian Paul | 2008-11-24 | 2 | -0/+5 |
* | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-20 | 3 | -3/+16 |
|\| |
|
| * | mesa: fix shadow sampling unit issue. | Xiang, Haihao | 2008-11-20 | 1 | -1/+6 |
| * | mesa: clamp luminance if needed. | Xiang, Haihao | 2008-11-19 | 2 | -2/+10 |
| * | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane | 2008-11-13 | 1 | -43/+41 |
* | | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane | 2008-11-13 | 1 | -43/+41 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 8 | -30/+52 |
|\| |
|
| * | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao | 2008-11-11 | 1 | -0/+3 |
| * | mesa: update new state for RasterPos like other operations. | Xiang, Haihao | 2008-11-11 | 1 | -3/+3 |
| * | mesa: new _mesa_is_pow_two() function | Brian | 2008-11-10 | 5 | -23/+33 |
| * | mesa: fix some misc breakage caused by editing auto-generated files rather th... | Brian Paul | 2008-11-10 | 1 | -4/+8 |
| * | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul | 2008-11-10 | 1 | -4/+4 |
| * | mesa: use NRM3 in emit_normalize_vec3() when drivers are ready | Brian | 2008-11-08 | 1 | -0/+5 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-07 | 1 | -3/+2 |
|\| |
|
| * | mesa: use _bfc0 instead of _col0 when building back face lighting. | Xiang, Haihao | 2008-11-07 | 1 | -3/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-05 | 1 | -0/+12 |
|\ \ |
|
| * | | mesa: additional debug flags for glsl debug/disassembly | Brian Paul | 2008-11-01 | 2 | -30/+28 |
| * | | mesa: note that texcoords are generated by setup routines when pointsprite en... | Keith Whitwell | 2008-10-20 | 1 | -0/+12 |
* | | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-01 | 3 | -31/+29 |
|\ \ \
| | |/
| |/| |
|
| * | | mesa: additional debug flags for glsl debug/disassembly | Brian Paul | 2008-11-01 | 2 | -30/+28 |
| * | | mesa: fix a typo in the previous commit | Xiang, Haihao | 2008-10-31 | 1 | -1/+1 |