mesa.git
2006-09-07 Eric AnholtFix a leak of the screen's option cache on cleanup...
2006-09-06 Keith WhitwellSimplify the immediate and displaylist code. Treat...
2006-09-06 Brian Paulcomment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
2006-09-06 Brian PaulFixes from Christopher Bell:
2006-09-06 Brian Paulremove stray tab
2006-09-06 Brian Paulfor VERTEX_ATTRIB_WEIGHT, use break, not return
2006-09-05 Brian Pauldocument vertex.weight hack
2006-09-05 Brian PaulHack for Warcraft (bug 8060): allow 'vertex.weight...
2006-09-05 Brian Paulfix typo in enable_parser_extensions(): s/point_paramet...
2006-09-05 Brian PaulConsolidate common case of _mesa_set_program_error...
2006-09-05 Brian Paulupdated info about glxproto.h
2006-09-05 Keith WhitwellDynamically allocate instruction store for tnl programs...
2006-09-04 Keith WhitwellFixes for calculating point attenuation
2006-09-04 Keith WhitwellDon't export NV_vertex_program as it's not supported...
2006-09-04 Rune PetersenManaged to make a commit that can't build... Sorry...
2006-09-04 Brian Paulget rid of GL_BOOLEAN definition (bug 8113)
2006-09-04 Jouk Jansen OpenVMS compile support update
2006-09-04 Jouk Jansen OpenVMS compile support update
2006-09-04 Roland Scheideggerfog state atom contains (only) fog params necessary...
2006-09-03 Rune Petersenadd missing change to skip low impact RAST fallback...
2006-09-01 Roland Scheideggerfix the presumably broken check for the allow_large_tex...
2006-09-01 Roland Scheideggermake sure vertex programs are only enabled on the hw...
2006-09-01 Keith WhitwellCatch a few more cases of using a message reg as an...
2006-09-01 Keith Whitwellfix a couple of cases where a message reg is used as...
2006-08-31 Ian RomanickAdd API description for GLX_SGI_swap_control.
2006-08-31 Ian RomanickFix problems with vertex program protocol
2006-08-31 Rune Petersenre-apply shader fix.
2006-08-31 Brian Paulversion bump
2006-08-31 Keith WhitwellWhen using the old technique to set up the front buffer...
2006-08-31 Brian Paulupdate link
2006-08-31 Brian Paulremove VERSIONS from tarballs
2006-08-31 Brian Paulupdated 6.5.1 relnotes link
2006-08-31 Brian PaulConvert VERSIONS and RELNOTES-6.5.1 to html, update...
2006-08-31 Rune PetersenGive the user posibility to choose speed over correctness.
2006-08-31 Brian Paulcheck if ext->name is null before strcmp()
2006-08-31 Roland Scheideggerdo not abort with not supported vertex prog output...
2006-08-30 Brian Paulremove extension defines/protos that are now in glext.h
2006-08-30 Brian Paullatest version from OpenGL ARB
2006-08-30 Karl SchultzHandle API and dispatch table changes that removed...
2006-08-30 Brian Paulmake prog2 a legal program (texture reference fix)
2006-08-30 Brian PaulCheck that we don't try to reference more than one...
2006-08-30 Brian Pauls/0/VERT_RESULT_HPOS/
2006-08-30 Ian RomanickAdd missing parenthesis so that glXSwapIntervalSGI...
2006-08-30 Michal KrolAdd missing vec4 instructions to the interpreter.
2006-08-30 Brian Paulfix Xlib driver mem leaks
2006-08-30 Brian PaulUse XAddExtension() to register an XCloseDisplay()...
2006-08-30 Brian Paulinit a local var to silence warning
2006-08-30 Roland ScheideggerMinor r200 vertex program cleanups. Remove disabled...
2006-08-30 Roland Scheideggerfix initialization of native resource usage of vertex...
2006-08-30 Roland Scheideggerfix typo causing a segfault when a vertex program uses...
2006-08-29 Brian PaulMove call to _swrast_update_rasterflags() since it...
2006-08-29 Brian Paul_mesa_debug() should be a no-op when not compiled with...
2006-08-29 Brian Paulset 6.5.1 release to Aug 31
2006-08-29 Brian Paulremove assertion that referenced &glSetFenceNV for...
2006-08-29 Brian Paulreplace abort with _mesa_problem()
2006-08-29 Ian RomanickDeprecate GL_EXT_vertex_weighting.
2006-08-29 Ian RomanickMore static dispatch function removal.
2006-08-29 Ian RomanickClean up GLX function exports.
2006-08-28 Roland Scheideggermove initialization code aroudn so glPointParameter...
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-28 Ian RomanickAdd two new gl_function methods. dispatch_name returns...
2006-08-28 Ian RomanickAdd dependencies for all API XML files.
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-28 Brian Paulomit installmesa script from tarballs
2006-08-28 Brian Paulcheck for GL_ARB_point_parameters
2006-08-27 Aapo Tahkolaclose #6318
2006-08-27 Sean D'EpagnierThe colormap code is now simpler, 15bpp works where...
2006-08-26 Ian RomanickExplicitly store the names for each function that shoul...
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-26 Aapo Tahkolafix #8008
2006-08-25 Brian Pauldelete buffers, destroy window upon exit
2006-08-25 Brian Paulinclude texobj.h to silence warning
2006-08-25 Brian Paul6.5.1 bug fixes
2006-08-25 Brian PaulError detection/reporting was broken in several places.
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
2006-08-25 Brian PaulFree vertex program TnlData, if any. Fixes a mem leak.
2006-08-25 Brian Paulclamp result.depth to [0,1] if written to
2006-08-25 Brian PaulRemove XFree86 CVS keyword.
2006-08-25 Brian PaulRearrange glBindProgram() code to do all error checking...
2006-08-25 Brian PaulIn _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE...
2006-08-25 Brian Paulimproved comments
2006-08-25 Brian PaulRename _mesa_append_modelview_code() to _mesa_insert_mv...
2006-08-25 Brian Pauluse _mesa_alloc_instructions()
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-25 Ian RomanickAdd missing enums for GL_SGI_color_table.
2006-08-24 Brian Paulrecent bug fixes
2006-08-24 Brian Paulupdate MAX_INSTRUCTIONS limit
2006-08-24 Brian PaulAccording to GL_NV_fragment_program, max frag prog...
2006-08-24 Brian PaulCg tries to bind NV fragment programs to the GL_FRAGMEN...
2006-08-24 Brian Paulscalar sources such as 'time.x' weren't accepted by...
2006-08-24 Brian PaulFunctions for vertex/fragment program transformations...
2006-08-24 Brian Paulfix bad casts, carry over r200 fix to check for null...
2006-08-24 Brian PaulCheck for NULL program string in r200_translate_vertex_...
2006-08-24 Brian Pauluse _mesa_realloc_instructions()
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-24 Brian Paulfix fragment.position initialization bug
2006-08-24 Ian RomanickMake sure that _GNU_SOURCE is enabled in the linux...
next