<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mesa.git/src/mesa/math, branch arb_map_buffer_range</title>
<subtitle>gitlab.freedesktop.org: mesa/mesa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/'/>
<entry>
<title>mesa: GLvector4f:: flags is a GLbitfield, update comments too.</title>
<updated>2009-05-07T16:12:33+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-05-06T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=800b14cd378ed708a29230d92031ac7b6ad6a286'/>
<id>800b14cd378ed708a29230d92031ac7b6ad6a286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: add storage_count field to GLvector4f.  Useful for debugging.</title>
<updated>2009-05-07T16:12:33+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-05-06T21:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=1f75c2daeae71985ec3b9fd8f1431aa33ae35d1e'/>
<id>1f75c2daeae71985ec3b9fd8f1431aa33ae35d1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: reformatting, updated comments, const-correctness</title>
<updated>2009-05-07T16:12:32+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-05-05T17:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=424507953ca9d41e0dbfcc0399f50315b5671776'/>
<id>424507953ca9d41e0dbfcc0399f50315b5671776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the inverse</title>
<updated>2009-04-03T18:49:03+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-04-03T18:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=ce461ffc5aa2ea6941d6722e8ed473cda8c17833'/>
<id>ce461ffc5aa2ea6941d6722e8ed473cda8c17833</id>
<content type='text'>
If _math_matrix_analyse() got called before we allocated the inverse
matrix array we could lose the flag indicating that we needed to compute
the inverse.  This could happen with certain vertex shader cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If _math_matrix_analyse() got called before we allocated the inverse
matrix array we could lose the flag indicating that we needed to compute
the inverse.  This could happen with certain vertex shader cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: Fix DEBUG_MATH build on sparc.</title>
<updated>2009-02-27T01:59:58+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2009-02-27T01:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=18e01393b83b2a1b78a0c0cee7fd3713cb3bc373'/>
<id>18e01393b83b2a1b78a0c0cee7fd3713cb3bc373</id>
<content type='text'>
Need to use '__asm__' instead of plain 'asm'.

math/m_debug_clip.c: In function ‘test_cliptest_function’:
math/m_debug_clip.c:253: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
math/m_debug_clip.c:253: warning: implicit declaration of function ‘asm’

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to use '__asm__' instead of plain 'asm'.

math/m_debug_clip.c: In function ‘test_cliptest_function’:
math/m_debug_clip.c:253: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
math/m_debug_clip.c:253: warning: implicit declaration of function ‘asm’

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c</title>
<updated>2009-02-12T16:23:46+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-02-12T16:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=987aedd7dc75c095a96cb20b21bbad2f71857776'/>
<id>987aedd7dc75c095a96cb20b21bbad2f71857776</id>
<content type='text'>
m_xform.c is omitted from gallium builds but _mesa_transform_vector() is
still needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
m_xform.c is omitted from gallium builds but _mesa_transform_vector() is
still needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: remove unused functions in m_xform.[ch]</title>
<updated>2009-02-12T16:23:46+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-02-12T16:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=f45fa843199e86593126cb9e3b94621b31dd7589'/>
<id>f45fa843199e86593126cb9e3b94621b31dd7589</id>
<content type='text'>
The functions are:
_mesa_project_points()
_mesa_transform_bounds3()
_mesa_transform_bounds2()
_mesa_transform_point_sz()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions are:
_mesa_project_points()
_mesa_transform_bounds3()
_mesa_transform_bounds2()
_mesa_transform_point_sz()
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: remove empty, unneeded mathmod.h header</title>
<updated>2009-02-12T16:23:46+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-02-12T15:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=9eff576c947bf4d1c487ec692e8b16aa198ac532'/>
<id>9eff576c947bf4d1c487ec692e8b16aa198ac532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: get rid of _math_init()</title>
<updated>2009-02-11T20:52:17+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-02-11T20:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=2218592d47b963791105f5b8fa1a0b3f3a07f674'/>
<id>2218592d47b963791105f5b8fa1a0b3f3a07f674</id>
<content type='text'>
Only VBO uses the evaluator code so call _math_init_eval() there.

Only TNL uses the transform/translate code so call _math_init_transformation()
and _math_init_translate9) there.

This is a step toward resolving some symbol collisions between Mesa's and
gallium's x86 codegen.
Have VBO and TNL modules call _math_init_transformation()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only VBO uses the evaluator code so call _math_init_eval() there.

Only TNL uses the transform/translate code so call _math_init_transformation()
and _math_init_translate9) there.

This is a step toward resolving some symbol collisions between Mesa's and
gallium's x86 codegen.
Have VBO and TNL modules call _math_init_transformation()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'origin/master' into gallium-0.2</title>
<updated>2009-01-14T23:33:41+00:00</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@vmware.com</email>
</author>
<published>2009-01-14T23:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=658b1bdb1cc5f9910be910dc156a2e81ed999756'/>
<id>658b1bdb1cc5f9910be910dc156a2e81ed999756</id>
<content type='text'>
Conflicts:
	docs/install.html
	docs/relnotes-7.3.html
	src/mesa/shader/slang/slang_codegen.c
	src/mesa/shader/slang/slang_compile.c
	src/mesa/shader/slang/slang_emit.c
	src/mesa/shader/slang/slang_preprocess.c
	src/mesa/shader/slang/slang_preprocess.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	docs/install.html
	docs/relnotes-7.3.html
	src/mesa/shader/slang/slang_codegen.c
	src/mesa/shader/slang/slang_compile.c
	src/mesa/shader/slang/slang_emit.c
	src/mesa/shader/slang/slang_preprocess.c
	src/mesa/shader/slang/slang_preprocess.h
</pre>
</div>
</content>
</entry>
</feed>
