Fixup more PROGRAM_UNDEFINED problems.
[mesa.git] / src / mesa /
2006-08-10 Alan HourihaneFixup more PROGRAM_UNDEFINED problems.
2006-08-10 Alan HourihaneFix some breakage after the PROGRAM_UNDEFINED change
2006-08-10 Sean D'EpagnierAdded initial multisampling support to glfbdev driver.
2006-08-10 Brian Paulfinish up texstore for SL8 texture format
2006-08-09 Michal KrolGLSL 1.20 built-in library.
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.
2006-08-09 Eric AnholtAdd PROGRAM_FILE_MAX for i965 driver.
2006-08-09 Brian Paulimplement some of the sRGB texstore functions
2006-08-04 Brian Paulfix typo, indentation
2006-08-04 Karl Schultzexport new _mesa_* functions
2006-08-04 Brian Paulfix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
2006-08-04 Brian Paulmore work for GL_EXT_texture_sRGB.
2006-08-03 Brian Pauluse WRITE_MASK_* instead of 0x1, 0x2, etc
2006-08-03 Brian PaulNew wrapper functions: _mesa_dlopen(), _mesa_dlsym...
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-08-02 Michal KrolAdd vec4 extension.
2006-08-02 Michal KrolFix mmFindBlock function.
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-08-01 Brian Paulrenderbuffer fixes (Sean D'Epagnier)
2006-08-01 Claudio CiccaniFixed warnings.
2006-07-31 Aapo Tahkolafix #6991
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-30 Michal KrolProgram to convert .syn file to .h headers.
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-28 Eric AnholtFix build failure in the savage driver.
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-07-21 Brian Paulload SLANG_FRAGMENT_FIXED_SECONDARYCOLOR
2006-07-21 Brian Pauljust reindent
2006-07-21 Brian Paulcheck for non-nill pwc in WMesaMakeCurrent(), bug 7585
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-20 Brian Paulmove/update comments
2006-07-20 Brian Pauluse ctx->Light.ShadeModel instead of ctx->_TriangleCaps
2006-07-20 Brian PaulInstead of testing ctx->_TriangleCaps for flat/smooth...
2006-07-20 Brian Paulremove unused NEED_TWO_SIDED_LIGHTING() macro
2006-07-19 Brian PaulFor glGetTexImage(), move the _mesa_validate_pbo_access...
2006-07-19 Brian PaulSeveral loops over the map1/2 evaluator arrays were...
2006-07-18 Brian Paulindentation fix
2006-07-18 Brian Pauladd missing 'return' after a few _mesa_error() calls...
2006-07-18 Brian PaulCompute ctx->Color._LogicOpEnabled in one place instead...
2006-07-15 Rune PetersenA small logic error.
2006-07-13 Brian Pauldefine FLT_MAX_EXP to 128 if undefined
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Tilman Sauerbeckfix another memleak
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-07-11 Tilman Sauerbeck_mesa_destroy_context() frees radeon->glCtx so we must...
2006-07-11 Thomas HellströmRevert the SiS and Unichrome DRM version check changes.
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2006-07-09 Aapo TahkolaFix #7195
2006-07-06 Kristian HøgsbergDon't include unused header files.
2006-07-05 Aapo TahkolaR300_RR_ROUTE_1 still needs to be initialized.
2006-07-04 Jerome GlisseAdd R300_VAP_CNTL 0x2140 and cosmetic cleanup.
2006-07-04 Brian Paulenable hw antialiasing (Martijn van Oosterhout)
2006-07-03 Brian Pauladditional clipping/viewport fixes (Martijn van Oosterhout)
2006-07-03 Roland Scheideggersome minor simplifications (same as in r300 driver...
2006-07-03 Roland Scheideggercheck if radeon_drm.h from libdrm is new enough, otherw...
2006-07-03 Jerome GlisseAdd copyright header and minor cleanup.
2006-07-03 Brian Pauldisable a new mem leak check until we're sure it's...
2006-07-03 Brian Paulfix clipping bug on context change (Martijn van Oosterhout)
2006-07-01 Tilman Sauerbeckinitialize offset to avoid bogus warnings from valgrind
2006-06-30 Brian PaulVertex/fragment program patches (Rune Petersen)
2006-06-30 Brian Paulclipping fixes (Martijn van Oosterhout)
2006-06-30 Brian Paulclean-ups
2006-06-30 Brian Pauluse _mesa_HashDeleteAll()
2006-06-30 Brian PaulIn free_shared_state(), use new _mesa_HashDeleteAll...
2006-06-30 Brian PaulAdded _mesa_delete_list() to delete a display list...
2006-06-30 Brian PaulAdded _mesa_HashDeleteAll() to delete all entries in...
2006-06-29 Jerome GlisseFix typo.
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-29 Tilman Sauerbeckinstead of messing with _TNL_LAST_GENERIC and _TNL_FIRS...
2006-06-29 Tilman Sauerbeckcleanup, avoid magic values
2006-06-29 Tilman Sauerbeckadded _TNL_NUM_GENERIC
2006-06-29 Brian Paulonly assert front/back pitch if double-buffered (bug...
2006-06-28 Tilman Sauerbeckpropagate errors from parse_generic_attrib_num in parse...
2006-06-27 Brian PaulDon't use nested struct definitions in tnl_clipspace_fa...
2006-06-27 Ian RomanickRemove the extraneous GL_ prefix from the enums for...
2006-06-27 Aapo TahkolaFix stencil clears that have caused problems with redbo...
2006-06-27 Aapo TahkolaFix generic vertex attribs (Rune Petersen)
2006-06-26 Brian Paullocking fixes (Martijn Van Oosterhout)
2006-06-26 Brian PaulUse $(LIB_DIR) instead of $(TOP)/lib since libraries...
2006-06-23 Tilman Sauerbeckmore cleanups
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-21 Alan HourihaneCheck for a valid context
2006-06-20 Michel DänzerAdd M32R architecture to test for USE_IEEE and friends...
2006-06-20 Brian Paulfix span code compilation problems, bug 5858
2006-06-19 Ian RomanickPrint the hex value of the errant input when an invalid...
2006-06-19 Alan HourihaneIf DrawBuffer isn't set, return immediately
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-18 Aapo Tahkolafix broken negate
2006-06-18 Aapo Tahkolafix broken address register reads
2006-06-16 Brian PaulThread safety for Win32. SourceForge bug #1507315.
2006-06-16 Brian Paulremove obsolete PointSizePtr
2006-06-16 Jouk Jansen OpenVMS compile support update
2006-06-15 Brian Pauladded some comments, braces in _mesa_BindTexture
2006-06-15 Brian Paulminor clean-ups
2006-06-15 Brian Paulcomments for gl_array_object struct
next