summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17mesa: make mm.c use unsigned ints for offsets.Dave Airlie
2008-06-14texenvprogram: Mark textures using ARB_shadow as ShadowSamplersNicolai Haehnle
2008-06-02[texenvprogram] Fix refcounting-related memory leak.Nicolai Haehnle
2008-05-29Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul
2008-05-27set version string to 7.1 rc1Brian Paul
2008-05-19Fix program refcounting assertion failure during context tear-downBrian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie
2008-05-07fix refcounting bugs in tnl/tex program cachesBrian Paul
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-05-06Add support for ATI_separate_stencil in display lists.Michal Wajdeczko
2008-05-01fix conversion of GLfloat display list IDsBrian Paul
2008-04-30Add support for GL_REPLACE_EXT texture env mode.Brian Paul
2008-04-29mesa: adjust glBitmap coords by a small epsilonBrian Paul
2008-04-23drop stray includes of glapiGeorge Sapountzis
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul
2008-04-11commentsBrian Paul
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger
2008-03-31mesa: Free all shader program data before deleting allXiang, Haihao
2008-03-31Revert "mesa: separate shader program object from shader object." (bug#15244)Xiang, Haihao
2008-03-28fix texture/renderbuffer mix-up in test_attachment_completeness()Brian
2008-03-25implement glGet/BindAttribLocationARB() for display listsBrian
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian
2008-03-21[win32] Use native aligned memory allocation functions.Michal Wajdeczko
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21include varray.h to silence warningBrian
2008-03-21add a number of PBO validate/map/unmap functionsBrian
2008-03-21Fix some PBO breakage.Brian
2008-03-19fix IEEE_ONE definition for ICC compiler (bug 15134)Brian
2008-03-17Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel
2008-03-17mesa: avoid to unlock an unlocked array in _mesa_PopClientAttribXiang, Haihao
2008-03-17mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao
2008-03-09Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()Markus Amsler
2008-03-09init vertex weight attrib to (1,0,0,0)Markus Amsler
2008-03-09fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian
2008-03-09replace // comment with /* */ (bug 14916)Brian
2008-02-29i965: use _Current pointer instead of Current pointer.Xiang, Haihao
2008-02-28mesa: separate shader program object from shader object.Xiang, Haihao
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg
2008-02-15Fix glBindTexture crash (bug 14514)Brian
2008-02-15Trivial SELinux awareness. Enable with --enable-selinux.Adam Jackson
2008-02-15fix bug with generated fragment programs if vertex shader is activeRoland Scheidegger
2008-02-13_mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao