Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / enable.c
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
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-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-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: point size arrays
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-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-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-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-06-25 Brian Paulmesa: point size arrays
2008-06-12 Brian Paulmesa: add some #if FEATURE_x tests
2007-12-03 Brianfix DD_TRI_LIGHT_TWOSIDE bug (#13368)
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-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-10 Ian RomanickFix reversed enable logic in enable_texture
2007-05-10 Ian RomanickConvert "bit" parameters to GLbitfield. Fix cut-and...
2007-05-10 Ian RomanickRefactor Enable / Disable and IsEnabled bits related...
2007-03-21 Brianmerge from master
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianColortable re-org.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 BrianMove all the code for computing ctx->_TriangleCaps...
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-07-18 Brian PaulCompute ctx->Color._LogicOpEnabled in one place instead...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-02 Roland ScheideggerFix more enums defined not only by one extension when...
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-12 Daniel Borcaadded DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side...
2004-08-18 Brian Paulcheck for either GL_NV_vertex_program or GL_ARB_vertex_...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-18 Brian Paulmore GL_ARB_vertex/fragment_program bits
2003-03-21 Brian Paulfix GL_COLOR_MATERIAL bug
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-21 Brian Paulvertex program attribute array work
2002-04-19 Alan HourihaneCorrect check for noop array state change (Raystonn)
2002-04-19 Brian Pauladded some casts
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-28 Brian Pauldecrement Transform._AnyClip when clip planes are disabled
2002-02-13 Keith WhitwellMore suport for t&l drivers
next