mesa: point size arrays
[mesa.git] / src / mesa / main / state.c
2008-06-25 Brian Paulmesa: point size arrays
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-09 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-06-09 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-06-09 Brian Paulmesa: refactor: move glPixelStore function into new...
2008-06-05 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-24 Keith Whitwellmesa: evaluate _NeedEyeCoords prior to generating inter...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2007-10-31 Brianmore flags for MaintainTnlProgram case, update #includes
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 BrianRewrite update_program() to use _mesa_get_fixed_func_fr...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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-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
next