additional assertions, bump up MAX_EXEC
[mesa.git] / src / mesa / main /
2007-01-24 Brianadded FRAG_BIT_TEX() and FRAG_BIT_VAR() macros
2007-01-23 Brianfix g++ warnings/errors
2007-01-10 BrianImplement vertex attribute binding.
2007-01-09 BrianMoved NumTexInstructions, NumTexIndirections, etc....
2007-01-05 Brianadded PROGRAM_SAMPLER
2007-01-05 Brianmove TexturesUsed[] into gl_program since vertex progra...
2007-01-04 Briansimplify update_texture_state() a bit, compute _Enabled...
2007-01-04 Brianupdate_texture_state() updated for new shaders
2006-12-20 BrianMinor clean-ups, reformatting, comment changes.
2006-12-20 BrianFix shader object reference counting and hash table...
2006-12-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-20 BrianMassive re-org of GLSL-related API functions.
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-12-14 BrianModify _mesa_strdup() so it handles NULL correctly.
2006-11-27 Brian Paulreplace check for XFree86LOADER and IN_MODULE with...
2006-11-22 Keith WhitwellPrune incoming state to the atoms of interest. Hopeful...
2006-11-22 Keith WhitwellAnother fix
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-21 Keith WhitwellMore fixes, glean seems to run now.
2006-11-21 Keith WhitwellFix more typos.
2006-11-21 Sean D'EpagnierglTexCoord3dv was not using third coordinate
2006-11-20 Keith WhitwellFix typos that meant vbos were never unmapped
2006-11-20 Brian Paulfix glPopAttrib/color material bug #9091
2006-11-18 Brian Pauldelete shader objects when destroying shared context...
2006-11-16 Brian PaulInitial implementation work for CAL, RET, and BRA instr...
2006-11-16 Brian Paulfix bug 9046
2006-11-16 Brian Pauluse LONGSTRING to silence warning
2006-11-16 Brian Paulfix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-15 Brian Paul#define LONGSTRING __extension__ in imports.h and use...
2006-11-03 Brian Paulplug in 2.0, 2.1 functions
2006-11-03 Brian PaulAdded OpenGL 2.1 entrypoints.
2006-11-03 Brian Paulreplace CONFIG_H with MESA_CONFIG_H_INCLUDED
2006-11-03 Brian PaulMinor changes to get ready for OpenGL 2.1.
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 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 Paulnew RGBA_LOGICOP_ENABLED() macro
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
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 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-31 Brian Paulfix MINGW32 problems
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 PaulChange _mesa_init_instruction() to initialize an array...
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-24 Brian Paulwhitespace clean-up
2006-10-22 Brian PaulColor clamping fixes.
2006-10-18 Brian Paulminor re-org, doxygen comments
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-16 Brian PaulSet _NEW_BUFFERS in _mesa_resize_framebuffer(). This...
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-10-13 Brian Paulremove needless condition
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-13 Brian Pauls/GL_FALSE/0x0/
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-13 Brian PaulRevamp color table code.
2006-10-12 Brian Paulremove _mesa_chan_to_float_span(), rename _mesa_map_ci8...
2006-10-12 Brian Paul_mesa_map_ci_to_rgba_chan() no longer used
2006-10-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-11 Ian RomanickFix bug #4681.
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-10-11 Brian Paulsources for X.org xserver build
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-04 Brian Paulminor formatting fix
2006-10-02 Brian Paulreturn null if no context
2006-09-29 Brian Paulinclude mipmap.h
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-25 Michel DänzerFix and re-enable swizzling paths for big endian platforms.
2006-09-22 Keith WhitwellFlush driver, not just tnl module.
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-09-22 Keith WhitwellRemove unused variable.
2006-09-21 Brian Paulbump version to 6.5.2
2006-09-21 Brian Paulmove a conditional into an assertion
2006-09-21 Brian Paulreplace assert(0) with error report, improved comments...
2006-09-21 Keith WhitwellFix incorrect byteswap_mapping(). Disable swizzle...
2006-09-21 Brian Pauluse new _mesa_little_endian() function
2006-09-21 Brian Pauladded _mesa_little_endian()
2006-09-21 Keith WhitwellFix the dstMap for rgb888 and bgr888 texture formats...
2006-09-20 Keith WhitwellDeal with the overloading of _mesa_texstore_rgba, which...
2006-09-20 Keith WhitwellExtend swizzle support to all remaining source formats...
2006-09-20 Keith WhitwellSupport both big and little endian, more source types...
next