summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-18mesa: updated commentsBrian Paul
2008-12-17mesa: updated commentsBrian Paul
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2008-11-01Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-23mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: comments about vectors vs componentsBrian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: move some glapi bits aroundBrian Paul
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-17mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-12mesa: texture crop rect stateBrian Paul
2008-07-29mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-24mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-14mesa: comments about vectors vs componentsBrian Paul
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul
2008-07-04mesa: Implement mutex/locking around texture object reference counting.Brian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-25mesa: point size arraysBrian Paul
2008-06-13mesa: move some glapi bits aroundBrian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-07fix refcounting bugs in tnl/tex program cachesBrian Paul
2008-05-07gallium: implement full reference counting for vertex/fragment programsBrian Paul
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian
2008-03-31Revert "mesa: separate shader program object from shader object." (bug#15244)Xiang, Haihao