Initial implementation of MESA_texture_array
[mesa.git] / src / mesa / main / enable.c
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
2002-01-22 Brian Pauladded missing IsEnabled() cases for fog coord and secon...
2002-01-11 Brian PaulChanged gl_client_array's Enabled field to GLuint so...
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulfixed glitches in error checking of imaging extensions
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-13 Brian Paulgl_error clean-ups
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-21 Brian Paulfixed a texture enable bug
2000-10-05 Brian Paulupdate TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-30 Brian Pauladded more extensions testing code
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
next