mesa.git
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.
2006-11-01 Jerome GlisseAdd CMPH instruction to fragprog
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Brian Paulchange DEBUG_FRAG conditions
2006-11-01 Brian Paulfix some bugs in interpolate_specular()
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-31 Brian Paulmake use of Parameters->StateFlags in _swrast_update_fr...
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-31 Brian Paulfix MINGW32 problems
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-31 Brian PaulIn TEX instructions, use precomputed lambda only if...
2006-10-31 Brian PaulFor TEX instructions use lambda=0. When sampling from...
2006-10-30 Ian RomanickFix bug #8799.
2006-10-30 Ian RomanickRefactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC...
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
2006-10-30 Brian Paulcode tweaks, remove old comments
2006-10-30 Brian Paulfix _mesa_problem() text
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-30 Brian Paulremove debug code
2006-10-29 Brian PaulRather than always allocating 100 instructions, put...
2006-10-29 Brian PaulNew _mesa_exec_vertex_state_program() function. Start...
2006-10-29 Brian Paulfix wrong inequality
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-29 Brian PaulProgram instructions are initialized before parsing...
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-24 Ian RomanickAdd missing call to glutInit.
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-24 Brian Paulwhitespace clean-up
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Pauladd minstall script to MAIN_FILES (bug 8720)
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
2006-10-22 Brian Paulsilence used var warnings
2006-10-22 Brian PaulColor clamping fixes.
2006-10-21 Brian Paulmove/improve comments, clean up code in a few places
2006-10-21 Brian Paulfix another logic error in computing deferredTexture
2006-10-21 Brian PaulFor deferredTexture, need to check if the fragment...
next