| Commit message (Expand) | Author | Age | Files | Lines |
* | tnl: if NAN_CHECK is enabled, also assert that pos.x != 0 | Brian Paul | 2009-08-13 | 1 | -0/+3 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 3 | -3/+27 |
* | Merge branch 'ext-provoking-vertex' | Brian Paul | 2009-06-19 | 1 | -23/+78 |
|\ |
|
| * | mesa: fix first provoking vertex mode for unfilled tri strips | Brian Paul | 2009-06-18 | 1 | -10/+16 |
| * | mesa: fix parity error for tri strips with 1st provoking vertex | Brian Paul | 2009-06-03 | 1 | -1/+1 |
| * | tnl: fix first provoking vertex case for unfilled triangles | Brian Paul | 2009-06-03 | 1 | -1/+1 |
| * | tnl: fix first provoking vertex bug for line loops | Brian Paul | 2009-06-03 | 1 | -1/+1 |
| * | tnl: implement GL_EXT_provoking_vertex | Brian Paul | 2009-06-01 | 1 | -17/+66 |
* | | tnl: updated clip debug code (disabled) | Brian Paul | 2009-06-03 | 1 | -9/+19 |
* | | tnl: add some floating point sanity checks (disabled) | Brian Paul | 2009-06-03 | 1 | -2/+25 |
|/ |
|
* | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS | Brian Paul | 2009-05-22 | 1 | -1/+1 |
* | tnl: added some clip debug/print code (disabled) | Brian Paul | 2009-05-07 | 1 | -0/+19 |
* | tnl: replace 0x3f with CILP_FRUSTUM_BITS | Brian Paul | 2009-05-07 | 1 | -3/+3 |
* | mesa: rename some gl_light fields to be clearer | Brian Paul | 2009-04-03 | 2 | -4/+4 |
* | swrast: do texture sampling/combining in floating point | Brian Paul | 2009-04-01 | 1 | -6/+1 |
* | mesa: include main/dd.h in t_vb_points.c and t_vp_build.c | Brian Paul | 2009-03-03 | 2 | -0/+3 |
* | mesa: use fp pointer in _tnl_InvalidateState() | Brian Paul | 2009-02-28 | 1 | -7/+4 |
* | mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa | Brian Paul | 2009-02-28 | 1 | -0/+1 |
* | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 2 | -24/+24 |
* | mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s... | Brian Paul | 2009-02-13 | 1 | -21/+24 |
* | mesa: get rid of _math_init() | Brian Paul | 2009-02-11 | 1 | -0/+5 |
* | mesa: prefix #includes with main/ | Brian Paul | 2009-02-09 | 1 | -4/+4 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 3 | -0/+12 |
|\ |
|
| * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 2 | -1/+56 |
| |\ |
|
| * | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | 2009-01-09 | 1 | -1/+1 |
| * | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-12 | 2 | -5/+9 |
| |\ \ |
|
| * \ \ | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 2 | -25/+62 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 5 | -12/+20 |
| |\ \ \ \ |
|
| * | | | | | tree builds | Alan Hourihane | 2008-09-11 | 1 | -437/+3 |
| * | | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 1 | -0/+431 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 21 | -1657/+598 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 19 | -79/+79 |
| | * | | | | | | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 2008-03-19 | 1 | -1/+1 |
| | * | | | | | | remove redundant init | Alan Hourihane | 2008-03-19 | 1 | -2/+0 |
| | * | | | | | | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -75/+0 |
| | * | | | | | | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian | 2007-12-07 | 1 | -0/+3 |
| | * | | | | | | remove dead program cache code | Brian | 2007-10-31 | 4 | -1638/+1 |
| | * | | | | | | Use ffvertex_prog.c code instead of t_vp_build.c code. | Brian | 2007-10-31 | 3 | -1/+13 |
| | * | | | | | | refactoring to begin removing dependency on tnl context | Brian | 2007-10-29 | 1 | -6/+33 |
| | * | | | | | | simplify getting of current frag prog | Brian | 2007-10-29 | 1 | -6/+1 |
| | * | | | | | | Refactor _tnl_UpdateFixedFunctionProgram(). | Brian | 2007-10-29 | 2 | -35/+57 |
| | * | | | | | | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
| | * | | | | | | properly init dst reg's CondMask/Swizzle fields | Brian | 2007-10-23 | 1 | -3/+3 |
| | * | | | | | | When in GL_FEEDBACK mode, make sure we emit color and texcoord registers. | Brian | 2007-10-17 | 1 | -0/+5 |
| | * | | | | | | fix incorrect register in get_eye_normal() for rescale_normals case | Brian | 2007-10-15 | 1 | -2/+1 |
| | * | | | | | | Fix useabs logic in build_fog(). | Brian | 2007-10-15 | 1 | -2/+5 |
| | * | | | | | | remove feedback hack | Brian | 2007-10-15 | 1 | -7/+0 |
| | * | | | | | | Undo prev changes. | Brian | 2007-10-15 | 1 | -0/+7 |
| | * | | | | | | Use linked fragment shader inputs (if present) to determine which outputs are... | Brian | 2007-10-09 | 1 | -1/+8 |
| | * | | | | | | move FLUSH_CURRENT | Brian | 2007-09-10 | 1 | -3/+0 |