Age | Commit message (Expand) | Author |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-03-02 | swrast: use _EnabledCoordUnits for fixed-function texturing | Brian Paul |
2009-03-02 | mesa: remove unused AUX buffers | Brian Paul |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-28 | mesa: move GLfixed type and related macros to swrast module | Brian Paul |
2009-02-28 | mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function | Brian Paul |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-18 | swrast: Set vp_override flag during DrawPixels | Nicolai Haehnle |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul |
2009-02-09 | swrast: use ASSIGN_4V() macro | Brian Paul |
2009-02-09 | swrast: fix typo: s/drapix/drawpix/ | Brian Paul |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-02-06 | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) | Brian Paul |
2009-02-04 | swrast: add minor comments | Brian Paul |
2009-02-02 | mesa: move code after decls. Fixes Window build failure. | Brian Paul |
2009-01-30 | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul |
2009-01-30 | swrast: replace macro with inline function | Brian Paul |
2009-01-28 | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture | Brian Paul |
2009-01-28 | mesa: implement texture swizzling in swrast | Brian Paul |
2009-01-28 | mesa: if texObj is NULL in fetch_texel_*(), return black. | Brian Paul |
2009-01-23 | swrast: updates for GL_NV_texture_env_combine4 | Brian Paul |
2009-01-23 | Track two sets of back-face stencil state | Ian Romanick |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-21 | swrast: fix redundant texture application in affine_textured_triangle(). | Brian Paul |
2009-01-20 | mesa: silence uninitialized var warnings | Brian Paul |
2009-01-09 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt |
2009-01-07 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt |
2008-12-08 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-05 | mesa: assorted clean-ups, updated comments, etc. | Brian |
2008-12-05 | mesa: replace large macros with inline functions | Brian |
2008-11-28 | mesa: add missing break statements | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-10-10 | mesa: include needed header | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-10-07 | mesa: pass 'mask', not NULL to renderbuffer->Put functions | Brian Paul |
2008-10-06 | mesa: adjust texcoords for swrast sprite points. | Brian Paul |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-09-21 | swrast: remove dead file not present in master | Keith Whitwell |
2008-09-21 | swrast: remove merge droppings | Keith Whitwell |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-18 | mesa: remove unneeded s_drawpix.h header | Brian |
2008-09-18 | mesa: fix asst path/include mistakes in prev commits | Chris Rankin |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-09-18 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-09-13 | mesa: return after _mesa_problem() calls | Guillaume Melquiond |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-08-20 | mesa: fix float blend bug | Mark Anderson |
2008-08-13 | mesa: fix a swrast state validation bug | Brian Paul |
2008-08-11 | mesa: added comment about gl_PointCoord | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |