Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / mtypes.h
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Brian Paulmesa: texture crop rect state
2008-09-22 Brian Paulmesa: comments about vectors vs components
2008-09-22 Brian Paulmesa: point size arrays
2008-09-22 Brian Paulmesa: move some glapi bits around
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: move fixed function vertex program builder from...
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-17 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-12 Brian Paulmesa: texture crop rect state
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-14 Brian Paulmesa: comments about vectors vs components
2008-07-04 Brian Paulmesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed...
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-25 Brian Paulmesa: point size arrays
2008-06-13 Brian Paulmesa: move some glapi bits around
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-05-08 Brian Paulfix refcounting bugs in tnl/tex program caches
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Brianimplement full reference counting for vertex/fragment...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-05 Brianmesa: no longer combine vertex/fragment shader paramete...
2008-03-31 Xiang, HaihaoRevert "mesa: separate shader program object from shade...
2008-02-28 Xiang, Haihaomesa: separate shader program object from shader object.
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-11-30 Brianfix broken two-sided stencil
2007-10-31 BrianUpdate texenvprogram.c code to use prog_cache.c routines.
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-29 BrianRemove ctx field from texenvprog_cache
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 BrianRestore old _TriangleCaps code to fix Blender problem...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-11 BrianImplement query object interface.
2007-08-23 Brianremove unneeded CallStack array
2007-08-16 Brianreplace Proxy1D/2D/etc fields with ProxyTex[] array
2007-08-16 BrianReplace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU...
2007-08-16 Brianremove old Saved1D/2D/etc fields
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 Brianremove unused MAX_3D_TEXTURE_SIZE, reformattting
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-11 Briantypo: s/derrived/derived/
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-07 Ian RomanickFix ARB_fp spec conformance bug WRT shadow sampling.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
next