mesa.git
2007-04-21 Brianprep for 6.5.3 rc2
2007-04-21 Brianmemory leaks fixed
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-21 Ian RomanickFix FBO completeness bug in shadowtex.
2007-04-21 Brianadded MemPool field
2007-04-21 Briancall grammar_alloc_free() to fix memleaks
2007-04-21 Briandestroy window upon exit
2007-04-21 Brianremove more unused vars, assertions
2007-04-21 Brianremove unused vars, assertions
2007-04-21 Brianadded slang_mem.c
2007-04-21 BrianMemory pool manager.
2007-04-21 Brianundo a test/debug change
2007-04-21 Brianfix instruction comment code
2007-04-21 Briananother bit of debug code
2007-04-21 Brianfree subroutine array (fix mem leak)
2007-04-21 Briannew varnames in slang_operation_insert()
2007-04-21 Brianfix memleak in slang_operation_insert()
2007-04-21 Brianfree shProg->Attributes in _mesa_free_shader_program_data()
2007-04-21 Brianmove allocation of shProg->Attributes earlier in function
2007-04-21 BrianCall _mesa_warning() instead of _mesa_problem() when...
2007-04-21 Jeremy KolbMake xcb backend compile.
2007-04-21 BrianRemove unused Imakefiles.
2007-04-21 BrianLong obsolete.
2007-04-21 Brianadded new xm_glide.c file
2007-04-20 George Sapountzisxmesa: call _glapi_set_dispatch() for all xserver DDXes.
2007-04-20 George Sapountzisxmesa: minor cosmetic
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-19 BrianNotes about shared lib version. Document depth-peel...
2007-04-19 BriandFdx(), etc. don't work yet
2007-04-19 BrianPut gl_program_machine into swrast structure rather...
2007-04-19 BrianFix valgrind problem caused by reading text[-1].
2007-04-19 Brianremove invalid assertion (span->facing may be set becau...
2007-04-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
2007-04-19 Brianinit A.curFuncEndLabel = NULL
2007-04-19 BrianIn _mesa_unpack_depth_span() look for special cases...
2007-04-19 BrianDon't allow deferredTexture if using occlusion query...
2007-04-19 Brianfix an uninitialized variable and a warning
2007-04-18 Briancomments, assertions
2007-04-18 Briannew comments
2007-04-18 Brianrecord proper datatypes for uniforms/samplers
2007-04-18 Brianadded _slang_gltype_from_specifier()
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-18 BrianFix some bugs related to querying active uniforms.
2007-04-18 Brianfix error strings, add a sanity check
2007-04-18 George Sapountzisxmesa: drop glide (FX) backend.
2007-04-18 BrianRemove bad assertions, decrement NumShaders in _mesa_de...
2007-04-18 Brians/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa...
2007-04-18 BrianReplace _mesa_parameter_longest_name() with _mesa_longe...
2007-04-18 Briancall ProgramStringNotify() after linking
2007-04-18 Briancheck _PreferPixelFog in _swrast_span_default_fog(...
2007-04-18 Brianimproved fog comment
2007-04-18 Brianglean glsl test now does over 150 tests
2007-04-18 Brianadded href to shading language info
2007-04-18 Brianprep for 6.5.3 release
2007-04-18 Brianadd progs/glsl/ to DEMO_FILES, s/pre/rc1/
2007-04-18 Xiang, Haihaofig segment fault issue in TAG(triangle), (see bug...
2007-04-17 Brianomit the glide/svga sources from stand-alone libGL...
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
2007-04-17 BrianIn bind_inputs() set VB->EdgeFlag to NULL if it's not...
2007-04-17 Brianregenerated
2007-04-17 Brianfix/simplify some texture functions
2007-04-17 Brianmore matrix function updates
2007-04-17 Briandon't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE...
2007-04-17 Thomas HellstromDefer buffer pool creation to the first context creation.
2007-04-17 Roland Scheideggercleanups for t_vb_program.c
2007-04-17 Oliver McFaddenr300: r300_render.c:391: warning: unused variable 'i'
2007-04-16 Brianlots of changes, fixes, clean-ups
2007-04-16 Brianjust clean-ups
2007-04-16 Brianmove GL_EXT_stencil_two_side into alphabetical position
2007-04-16 BrianFix glActiveStencilFaceEXT dispatch problem (bug 10523).
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-04-16 Brianneed to clamp MAD for linear fog
2007-04-16 Brianremoved unused t_vb_arbprogram stage
2007-04-16 Brianremove t_vb_arbprogram.c
2007-04-16 Brianunhook t_vb_arbprogram.c code - it's going away
2007-04-16 BrianUse generic program limits instead of NV-specific ones...
2007-04-16 BrianFix some assertions that could occur when an error...
2007-04-16 Brianuse b->display instead of b->xm_visual->display to...
2007-04-16 Thomas HellstromMake sure we are locked when creating drm buffer objects.
2007-04-14 Brianillegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTA...
2007-04-14 Brianimplement shadow2DRect functions
2007-04-14 BrianFix sample_depth_texture() to handle texture rectangle...
2007-04-14 Brianset osmesa renderbuffer refcount=1 upon creation, free...
2007-04-14 Brianmore _mesa_unreference_framebuffer() calls, remove...
2007-04-14 Brianfix negative zoom factor bug (10636), more comments
2007-04-14 Dave Airlier300: emit different clear paths for non-TCL, this...
2007-04-14 Dave Airlier300: remove unneeded semicolon from macro
2007-04-14 Dave Airlier300: if we don't have TCL don't setup state emissions...
2007-04-13 Brianpatch for Digital/Tru64 (bug 10635) - forwarded to...
2007-04-13 George Sapountzisxmesa: drop unused XMesaPutImageHelper.
2007-04-13 George Sapountzisxmesa: export xmesa functions used by xfree86.
2007-04-12 Brians/version/vertex/
2007-04-12 Brianfix bug in _playback_copy_to_current(): need to skip...
2007-04-12 Briandisable debug printfs
next