191
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203) More... about 22 years ago
Test for NULL pointer for LoadMatrix(), MultMatrix() and Load/MultTransposeMatrix() and return without recording any errors or doing any multiplication. More... about 22 years ago
removed CVS $Log comments More... about 22 years ago
removed CVS $Log comments More... about 22 years ago
test program for NV_vertex_program + vertex arrays More... about 22 years ago
test program for NV_vertex_program + vertex arrays More... about 22 years ago
Committing in . More... about 22 years ago
added to-do list for the 4.1 release More... about 22 years ago
added to-do list for the 4.1 release More... about 22 years ago
check for vertex program mode More... about 22 years ago
fixed assertion, replaced switch() with if/elseif More... about 22 years ago
Vertex program attribute arrays seem to work now. This includes fallbacks to the conventional arrays when attribute arrays aren't enabled. More... about 22 years ago
added support for vertex program attribute arrays More... about 22 years ago
vertex program attribute array work More... about 22 years ago
fixed Width/Height cut&paste typo More... about 22 years ago
Re-scheduling of the instructions according to the MMX pairing rules. This is dificult to quantify but the improvemnet reaches about of 0.7% in some cases in a Pentium III. In older Pentiums the improvements could be quite substancial due less capable integer pipelines.
José Fonseca
as Jose Fonseca
More... about 22 years ago
Added min and max blend functions. Slight optimization of _mesa_mmx_blend_add.
José Fonseca
as Jose Fonseca
More... about 22 years ago
Provide a reasonable replacement for __FUNCTION__ when using non GNU C compilers. This allows Mesa to compile with non GNU C compilers again. More... about 22 years ago
Allocate a sw_span struct in the swrast context instead of allocating it on the stack frame in the point/line/triangle functions. (Klaus Niederkrueger) This should solve the performance problem Karl found on Windows. More... about 22 years ago
pass context pointer to _tnl_free_immediate(), removed backref pointer More... about 22 years ago
MMX add blending function added.
José Fonseca
as Jose Fonseca
More... about 22 years ago
MMX modulate belding function added. Factorization of more common MMX code.
José Fonseca
as Jose Fonseca
More... about 22 years ago
Correct check for noop array state change (Raystonn) More... about 22 years ago
removed a stray debug printf More... about 22 years ago
C++ fix More... about 22 years ago
new casts More... about 22 years ago
added two (GLchan *) casts More... about 22 years ago
casts to fix GLint/GLuint mismatches More... about 22 years ago
added some casts More... about 22 years ago
restored writeAll = GL_FALSE test/assignment More... about 22 years ago