Age | Commit message (Expand) | Author |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul |
2009-02-10 | mesa: another fix for program/texture state validation | Brian Paul |
2009-02-10 | mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis... | Brian Paul |
2009-02-10 | mesa: fix/change state validation order for program/texture state | 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-18 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-12-17 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
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-10-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-10 | mesa: new _mesa_set_vp_override() function for driver-override of vertex program | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-07 | mesa: replace GLuint with GLbitfield to be clearer about usage | Brian Paul |
2008-10-03 | mesa: avoid generating constant vertex attributes in fixedfunc programs | Keith Whitwell |
2008-10-03 | mesa: add new internal state for tracking current vertex attribs | Keith Whitwell |
2008-09-26 | mesa: remove invalid assertions that programs have parameters | Brian Paul |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-21 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-09-21 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell |
2008-09-18 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul |
2008-09-12 | mesa: get fixed-function program generation working again | Keith Whitwell |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-06-25 | mesa: point size arrays | Brian Paul |
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-06-09 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-06-09 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-06-05 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul |
2008-05-24 | mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader | Keith Whitwell |
2008-05-18 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-05-06 | gallium: implement full reference counting for vertex/fragment programs | Brian |
2008-04-04 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2008-04-04 | Finish up ATI_separate_stencil | Brian |
2008-04-01 | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger |
2007-11-09 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Roland Scheidegger |
2007-10-31 | more flags for MaintainTnlProgram case, update #includes | Brian |
2007-10-30 | Set _NEW_BUFFERS in glRead/DrawBuffer(). | Brian |
2007-10-30 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2007-10-30 | Finish up ATI_separate_stencil | Brian |