Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-10-27 | 4 | -88/+82 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-15 | 6 | -41/+92 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | mesa: modify fixed function vertex programs not to reference constant attributes | Keith Whitwell | 2008-10-14 | 2 | -30/+41 | |
| | | * | | | | | | | | | | | | | | | | | | mesa: new _mesa_set_vp_override() function for driver-override of vertex program | Brian Paul | 2008-10-10 | 4 | -11/+51 | |
| | * | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-10-10 | 7 | -57/+34 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 11 | -51/+72 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 8 | -22/+158 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | mesa: replace GLuint with GLbitfield to be clearer about usage | Brian Paul | 2008-10-07 | 4 | -17/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: protect against segfault in get_fp_input_mask() | Keith Whitwell | 2008-10-07 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: fix convolve/convolution mix-ups | Brian | 2008-10-06 | 2 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: add missing GLcontext param to _mesa_delete_query(). | Brian Paul | 2008-10-06 | 2 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: handle vertex program enabled case also in texenvprogram.c | Keith Whitwell | 2008-10-04 | 1 | -5/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: avoid generating constant vertex attributes in fixedfunc programs | Keith Whitwell | 2008-10-03 | 4 | -6/+131 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: add new internal state for tracking current vertex attribs | Keith Whitwell | 2008-10-03 | 2 | -0/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: shrink texenvprogram state key struct | Keith Whitwell | 2008-10-03 | 1 | -5/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: fix temp register allocation problems. | Brian Paul | 2008-09-26 | 1 | -0/+15 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: fix/simplify initialization of vertex/fragment program limits | Brian Paul | 2008-09-25 | 2 | -30/+27 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: increase MAX_INSTRUCTIONS | Brian Paul | 2008-09-25 | 1 | -4/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: fix swizzle failure, fix typo | Brian Paul | 2008-09-25 | 1 | -3/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | mesa: fix default buffer object access value | Brian Paul | 2008-09-25 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: fix temp register allocation problems. | Brian Paul | 2008-10-02 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: fix/simplify initialization of vertex/fragment program limits | Brian Paul | 2008-09-26 | 2 | -30/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: increase MAX_INSTRUCTIONS | Brian Paul | 2008-09-26 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: fix swizzle failure, fix typo | Brian Paul | 2008-09-26 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: fix default buffer object access value | Brian Paul | 2008-09-26 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | mesa: fix indenting | Keith Whitwell | 2008-09-26 | 1 | -14/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into HEAD | Keith Whitwell | 2008-09-26 | 3 | -10/+12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-23 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | remove leftover merge conflict markers | Keith Whitwell | 2008-09-23 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove incorrect test from mmAllocMem. | Michel Dänzer | 2008-09-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 12 | -85/+84 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 2 | -10/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: add missing FEATURE_attrib_stack around | Alan Hourihane | 2008-09-19 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -1/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi... | Brian Paul | 2008-09-17 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: rework GLSL vertex attribute binding | Brian Paul | 2008-09-16 | 1 | -1/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: fix MSAA enable state in update_multisample() | Brian Paul | 2008-09-15 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | 2008-09-15 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: get another class of degenerate dlists working | Keith Whitwell | 2008-09-15 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 5 | -8/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mesa: get fixed-function program generation working again | Keith Whitwell | 2008-09-12 | 2 | -20/+45 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mesa: update PointParameter usage | Keith Whitwell | 2008-09-11 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -10/+44 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() | Brian Paul | 2008-09-05 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: improved gl_buffer_object reference counting | Brian Paul | 2008-09-04 | 5 | -160/+172 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: Silence compiler warnings on Windows. | Michal Krol | 2008-09-04 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao | 2008-09-04 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up | Brian Paul | 2008-09-02 | 1 | -6/+6 |