mesa.git
2006-11-15 Jerome GlisseRemove use of GetBufferSize (depreciated).
2006-11-15 Brian Paulmore bug fixes
2006-11-14 Keith WhitwellMake sure RENDER_FINISH is called on the zero pixel...
2006-11-14 Ian RomanickEnable GLX_SGI_make_current_read for tdfx.
2006-11-13 Ian RomanickClean-up compiler warnings.
2006-11-13 Ian RomanickImplement GL_ARB_occlusion_query.
2006-11-13 Ian RomanicktdfxDDWriteDepthPixels can be called with mask == NULL.
2006-11-13 Ian RomanickMajor clean-up of tdfxDDGetString.
2006-11-13 Ian RomanickEliminate use of deprecated GetBufferSize interface.
2006-11-13 Ian RomanickFix "3D driver claims to not support visual ..." warnings.
2006-11-10 Ian RomanickAdded information about added GLX_SGI_make_current_read...
2006-11-10 Ian RomanickBump driver date.
2006-11-10 Ian RomanickRefactor savageXMesaSet{Back,Front}ClipRects.
2006-11-10 Ian RomanickEnable GLX_SGI_make_current_read.
2006-11-10 Brian Paulfix -noprefix option for Solaris (bug 7722)
2006-11-10 Dave AirlieFix up texture compression at least Get and TexImage...
2006-11-10 Ian RomanickImplement GLX_SGI_make_current_read
2006-11-09 Ian RomanickRemove unnecessary setting of GetBufferSize to NULL.
2006-11-09 Adam JacksonFix some && (logical) that should clearly have been...
2006-11-08 Dave Airlieremove drm stuff from libGL, this is now in libdrm...
2006-11-05 Roland Scheideggerfix vp lockups due to incorrectly set up / emitted...
2006-11-05 Roland Scheideggerfix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT...
2006-11-05 Brian Paulreindent
2006-11-05 Jerome GlisseAdd sin instruction to fragment program.
2006-11-04 Jerome GlisseAdd cos instruction and remove left over debug.
2006-11-04 Brian PaulFix for glGetVertexAttribfvNV, bug 8883
2006-11-04 Brian Paulfix error msg
2006-11-04 Brian Paulfix for glGetVertexAttribfvARB, bug 8883
2006-11-03 Brian Paul#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_N...
2006-11-03 Brian PaulFix _mesa_IsProgram() and _mesa_IsShader()
2006-11-03 Brian Paulcheck for USE_MGL_NAMESPACE
2006-11-03 Brian Paulimplement _mesa_GetShaderiv()
2006-11-03 Brian Paulimplement _mesa_GetProgramiv()
2006-11-03 Brian PaulSimplify GET_CURRENT_LINKED_PROGRAM() macro and calling...
2006-11-03 Brian PaulUse inlined uniform() helper function in all the glUnif...
2006-11-03 Brian Paulplug in 2.0, 2.1 functions
2006-11-03 Brian PaulAdded OpenGL 2.1 entrypoints.
2006-11-03 Brian PaulSet DO_DEBUG=0
2006-11-03 Brian Paulonly enabled memcpy timing if DO_DEBUG=1
2006-11-03 Brian Paulreplace CONFIG_H with MESA_CONFIG_H_INCLUDED
2006-11-03 Brian Pauladded 1.3/1.4 function mangling
2006-11-03 Brian Paulassorted updates for 6.5.2
2006-11-03 Brian PaulAdded OpenGL 2.1 glUniformMatrix* functions.
2006-11-03 Brian Paulreformat comments in Doxygen style
2006-11-03 Brian Paulreindent
2006-11-03 Brian PaulMinor changes to get ready for OpenGL 2.1.
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
2006-11-03 Roland Scheideggerremove setting some driver funcs explicitly to NULL...
2006-11-03 Brian Pauladded fsligght
2006-11-03 Brian Paulyet another deriviative of the fplight.c demo for OpenG...
2006-11-02 Brian PaulUpdate gl_API.xml with OpenGL 2.0 functions, regenerate...
2006-11-02 Brian Paulminor change in _mesa_ResizeBuffersMESA()
2006-11-02 Brian Paulinclude utils.h to silence warning
2006-11-02 Brian Pauls/GLuint/int/ to silence warnings
2006-11-02 Brian Paulcasting, type changes to silence warnings
2006-11-02 Brian Pauls/GLint/GLuint/ to fix sign warnings
2006-11-02 Brian Paulfix typo, silence warnings
2006-11-02 Brian PaulFix GL_EXT_packed_depth_stencil crash, but shadowtex...
2006-11-02 Brian Paulcomment about a valgrind error
2006-11-02 Brian Pauls/GLchan/GLubyte/ in debug code
2006-11-02 Brian Paulinit SecondaryRasterColor
2006-11-02 Brian PaulAdded GL_STENCIL_BACK_WRITEMASK
2006-11-02 Brian Paulcheck for shader extensions for OpenGL 2.0
2006-11-02 Brian PaulUndo some of yesterday's ATI_separate_stencil changes...
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Jerome GlisseAdd requested size to r300RefillCurrentDmaRegion.
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-11-02 Brian PaulFixes Glean vertex/fragment test failures. Those tests...
2006-11-02 Brian Paulremove GetBufferSize code
2006-11-02 Brian Paulalways load frag prog state params for now (see comments)
2006-11-02 Brian Paulremove unneeded extern declaration of lockMutex
2006-11-02 Brian Paulbump driver date
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-02 Brian Paulnew RGBA_LOGICOP_ENABLED() macro
2006-11-02 Brian Pauls/_mesa_IsProgram2/_mesa_IsProgram/
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-11-02 Brian PaulOpenGL 2.0 entrypoints
2006-11-02 Brian Paulrun indent on the code
2006-11-02 Brian Paultest OpenGL 2.0 stencil funcs
2006-11-02 Brian PaulAdd ATI_separate_stencil and use it in preference to...
2006-11-01 Brian Paulupdate _mesa_select_tex_image() and _mesa_get_tex_image()
2006-11-01 Brian Paulupdate comments
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian Paulcomment-out unused var
2006-11-01 Brian Paulremove unused vars
2006-11-01 Brian Paulfix _mesa_select_tex_image() calls
2006-11-01 Michal KrolWrite back gl_FragDepth to span->array->z.
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Brian Pauldisable debug printf
2006-11-01 Brian Pauldisable debug printfs
2006-11-01 Jerome GlisseCorrect a little bug, radeon->glCtx is a pointer.
2006-11-01 Jerome GlisseRemove deprecated GetBufferSize interface.
2006-11-01 Brian Paulrecent updates/fixes
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Keith Whitwellmerge the (rest of) texmem branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Jerome GlisseAdd LIT instruction to fragment program.
2006-11-01 Keith WhitwellImport texmem i915 driver to its new location as i915tex.
next