delete default programs with ctx->Driver.DeleteProgram()
[mesa.git] / src / mesa / main /
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-21 Michal Wajdeczko[win32] Use native aligned memory allocation functions.
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brianinclude varray.h to silence warning
2008-03-21 Brianadd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
2008-03-19 Brianfix IEEE_ONE definition for ICC compiler (bug 15134)
2008-03-17 Andrzej TrznadelFix compat implementation of ffs() to return 1-based...
2008-03-17 Xiang, Haihaomesa: avoid to unlock an unlocked array in _mesa_PopCli...
2008-03-17 Xiang, Haihaomesa: Follow GL spec to draw DEPTH_COMPONENT pixels...
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
next