R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
[mesa.git] / src / mesa / main /
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-27 Brian Paulset version string to 7.1 rc1
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-05-09 Dave AirlieRevert "mesa/intel: map/unmap texture objects around...
2008-05-09 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-05-09 Dave AirlieAdded ctx->Driver.GenerateMipmap() driver hook
2008-05-09 Dave Airliemesa/intel: map/unmap texture objects around mipmap...
2008-05-08 Brian Paulfix refcounting bugs in tnl/tex program caches
2008-05-07 Brianimplement full reference counting for vertex/fragment...
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
2008-05-06 Michal WajdeczkoAdd support for ATI_separate_stencil in display lists.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Brian Paulfix conversion of GLfloat display list IDs
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-23 George Sapountzisdrop stray includes of glapi
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-23 George Sapountzisglcore: build from mesa
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-14 Brian Paulonly use __x86_64__, not __amd64__ (bug 15503)
2008-04-11 Brian Paulcomments
2008-04-01 Roland Scheideggerfix mistakenly set ATIFragmentShader._Enabled bit ...
2008-03-31 Xiang, Haihaomesa: Free all shader program data before deleting all
2008-03-31 Xiang, HaihaoRevert "mesa: separate shader program object from shade...
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Brianfix texture/renderbuffer mix-up in test_attachment_comp...
2008-03-25 Brianimplement glGet/BindAttribLocationARB() for display...
2008-03-25 Brianadd GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate...
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)
next