profile/ivi/mesa.git
2007-04-25 BrianRC4
2007-04-25 Brianfix attribsMask (re-fixes depth peeling algorithm)
2007-04-25 Brians/fog/attrib[FRAG_ATTRIB_FOGC][0]/
2007-04-25 Brians/fog/attrib[FRAG_ATTRIB_FOGC][0]/
2007-04-24 Brians/DO_TEXVAR/DO_ATTRIBS/
2007-04-24 Brianget rid of an extra textured triangle function
2007-04-24 Brians/TEXTURE/ATTRIBS/
2007-04-24 Briantrim down the number of line drawing functions, special...
2007-04-24 Brianonly need one CI-mode triangle function
2007-04-24 Brians/INTERP_TEX/INTERP_ATTRIBS/
2007-04-24 Brianfix typo
2007-04-24 Brianadded missing VC8 .sln files
2007-04-24 Brianadded new VC* files, bump version to rc3
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
2007-04-24 Briannew VC8 project files
2007-04-24 Karl Schultzefix double const, move an assertion
2007-04-24 Matthias Hopfadd missing semicolon
2007-04-24 Sean D'EpagnierAdded proper cleanup code
2007-04-24 Briandisable some errant code
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Briansome re-org, clean-up
2007-04-24 BrianImprove the code for interpolating fragment attributes...
2007-04-22 Brianimport glxext.h version 19
2007-04-22 Sean D'EpagnierFixed fallout, glfbdev driver was calling a nop functio...
2007-04-21 BrianFix color sum bug 10688.
2007-04-21 BrianspecularColor.alpha should default to 1, not 0
2007-04-21 Brianfix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690
2007-04-21 BrianRemove the !rb->Data check that was added a few months...
2007-04-21 Brians/occlude.h/queryobj.h/
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch]
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch] to better reflect...
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...
next