mesa: fix emit_clamp() so that we don't use an output register as temporary
[mesa.git] / src / mesa / main /
2008-03-09 Markus AmslerSet normalized flag for GLubyte arrays in _mesa_VertexA...
2008-03-09 Markus Amslerinit vertex weight attrib to (1,0,0,0)
2008-03-09 Brianfix __builtin_expect() definition test for IBM XLC...
2008-03-09 Brianreplace // comment with /* */ (bug 14916)
2008-02-29 Xiang, Haihaoi965: use _Current pointer instead of Current pointer.
2008-02-28 Xiang, Haihaomesa: separate shader program object from shader object.
2008-02-26 Kristian HøgsbergChange GetCompressedTexImage in dd_function_table to...
2008-02-15 BrianFix glBindTexture crash (bug 14514)
2008-02-15 Adam JacksonTrivial SELinux awareness. Enable with --enable-selinux.
2008-02-15 Roland Scheideggerfix bug with generated fragment programs if vertex...
2008-02-13 Xiang, Haihao_mesa_swizzle_ubyt_image: Don't use single swizzle_copy...
2008-02-05 Eric AnholtAllow first != 0 in mesa CVA handling, and add more...
2008-02-01 Xiang, Haihaomesa: re-define NEED_SECONDARY_COLOR. fix #14310.
2008-01-30 Briancheck if fb->Delete is null (bugs 13507,14293)
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-09 Brianfix bug 13978: glDrawBuffersARB() didn't set all necess...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-05 Brianfix depth/1 typo in glTexImage3D proxy code
2008-01-02 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
2008-01-01 Brianremove unneeded conditional
2008-01-01 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Xiang, Haihaomesa: fix a bad cast in put_values_z24.
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-12-18 Brianfix NEED_SECONDARY_COLOR for vert/frag progs
2007-12-05 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-12-03 Brianfix DD_TRI_LIGHT_TWOSIDE bug (#13368)
2007-11-30 Brianfix broken two-sided stencil
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-11-09 Briancheck for texture and renderbuffer in check_end_texture...
2007-11-09 Roland Scheideggeralias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2007-10-31 Briancheck for count==0 in _mesa_validate_DrawArrays()
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-28 Alan HourihaneOnly set R_MODE with NV_point_sprite
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-23 Brianbump up MAX_INSTRUCTIONS and add an assertion to catch...
2007-10-17 Michel DänzerDon't call the driver clear hook when the effective...
2007-10-08 Zou Nan hai Only vertex program fix, bypass tnl vertex program
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-28 BrianRemove test for EXT_blend_logic_op in glGetString when...
2007-09-27 BrianRestore old _TriangleCaps code to fix Blender problem...
2007-09-23 Brianfix DrawRangeElements error msg
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-20 Brianfixes for bluegene-xlc-osmesa config
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-11 BrianIn _mesa_make_current(), don't unbind FBOs from the...
2007-08-24 Brianremove CallDepth++/-- accidentally removed in prev...
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-08-23 Brianremove unneeded CallStack array
2007-08-20 Brianrefactor bounds checking code
2007-08-20 Briandon't map buffer in _mesa_validate_DrawElements() unles...
2007-08-18 Briansome fixes for compressed cube maps (bug 11986)
2007-08-18 Brianremove dead code left over after fixing GL_READ/DRAW_BU...
2007-08-17 Xiang, HaihaoBrian's fix for bug9829
2007-08-16 BrianRework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs...
2007-08-16 Brianupdate comments, etc related to Read/DrawBuffer state
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 Brianreplace separate 1D/2D/etc fields with an array indexed...
2007-08-16 Brianremove old Saved1D/2D/etc fields
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-14 BrianFix a few more problems with freeing FBOs/textures...
2007-08-13 Brianfree any render/framebuffers left in hash tables when...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-08-13 Brianadded some missing Default1D/2DArray texture code
2007-08-09 Brianfix byte swap bug for GLint stencil indexes (bug 11909)
2007-08-02 Brianfix stencil value masking bug 11805, and fix sizeof...
2007-08-02 Zou Nan hai EXT_texture_sRGB support on i965
2007-07-30 Xiang, HaihaoFix an error in _mesa_validate_DrawElements
2007-07-30 Brianremove old comment, minor formatting fixes
2007-07-30 Xiang, Haihaohandle LSB_FIRST in _mesa_pack_bitmap by the way used in
2007-07-30 Xiang, HaihaoFix an error related to glPolygonStipple.
2007-07-30 Jan Dvorakfix glPointParameteriv bug 11754
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 ZhangFix a number of MINGW32 issues
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-19 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-13 Brianfix width/depth mix-up (bug 11577)
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-08 BrianFix size test bug in _mesa_test_proxy_teximage().
2007-07-08 BrianCheck if 'indices' parameter is NULL (bug 11314)
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-08 Briancheck depthScale value for optimized ushort->uint case...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
next