Remove ctx->Point._Size and ctx->Line._Width.
[mesa.git] / src / mesa / main / state.c
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-04-26 BrianUnconditionally update _TriangleCaps bits. Fixes softw...
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch]
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
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-11 Rune Petersonctx->Point._Size fix
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-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 BrianMove all the code for computing ctx->_TriangleCaps...
2006-11-03 Brian Paulplug in 2.0, 2.1 functions
2006-11-02 Brian Paulnew RGBA_LOGICOP_ENABLED() macro
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-11 Ian RomanickFix bug #4681.
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-17 Brian Pauladded FEATURE_EXT_timer_query and tests
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
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-05-24 Brian PaulThe ctx->_TexEnvProgram that's allocated in update_stat...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-11 Michal KrolMore GLSL code:
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-01-09 Brian Pauls/GLuint/GLbitfield/
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Paulremove unneeded #includes
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-14 Michal Krolcosmetic changes
2005-02-26 Brian PaulRename _mesa_update_buffers() to _mesa_update_draw_buff...
2005-02-08 Brian Paulplug in GL_EXT_framebuffer_object functions
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-27 Brian Pauluse _glapi_proc
2004-10-27 Michal Krolfill api entries for ARB_shader_objects and ARB_vertex_...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-10 Brian Paulupdated error msg
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
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...
2004-01-20 Brian Paulremove _mesa_check_driver_hooks() - it's really not...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-05-28 Brian PaulglBindProgramARB dispatches to glBindProgramNV (remove...
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-03-29 Brian Paulproper dispatch for NV_fragment_program functions
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-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-06 Brian Paula few dispatch pointers weren't set (glGenTexturesEXT...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-02 Brian Paulremoved ctx->Polygon._OffsetAny - not really needed
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
next